Round 2 feedback
Michael Nascimento
misterm at gmail.com
Wed Feb 13 06:50:55 PST 2013
On Wed, Feb 13, 2013 at 12:47 PM, Patrick Wright <pdoubleya at gmail.com> wrote:
> As long as there are clearly defined entry points to the parallel/threaded
> methods in the JDK, they can be identified by an automated process. If you
> are using a framework such as JEE where using that sort of feature would be
> in violation of framework contracts, then build a wrapper to sniff such
> libraries out and reject them at build time.
I guess the main problem is most library authors are not even going to
be aware that their shining, performant Java SE 8 code is not going to
be useful to Java EE developers anymore just because they called
parallelStream() somewhere. Having a parameter there with clear
Javadoc will make everyone aware.
Regards,
Michael
More information about the lambda-dev
mailing list