Thx for the response Pete.  I&#39;m trying to gauge how helpful or critical it will be to do parallel/concurrent programming via the ParellelArray class (<a href="http://gee.cs.oswego.edu/dl/jsr166/dist/extra166ydocs/extra166y/ParallelArray.html">http://gee.cs.oswego.edu/dl/jsr166/dist/extra166ydocs/extra166y/ParallelArray.html</a>) like in TNeward&#39;s example for Seam 3 apps or using a JVM language like Scala.  And I&#39;m talking in a Seam 3 context only.<br>
<br>In terms of identifying performance bottlenecks in Seam 2.x apps, it seems much of it has to do with the JSF lifecycle and Seam interceptors and dynamic injection (injection occurs on all @In annotated properties in a class whenever a public business interface method is invoked - and this will most likely change in Seam 3 due to the once only injection strategy in CDI - inject only upon instantiation of the managed bean).<br>
<br>Would the fork/join frmwk or Scala help at all in terms of performance optimization or should we be worried more about the db tier which is typically the least scalable of an n-tier web system?  Or other obvious things like 2nd level cache implementation or avoiding/dealing with n+1 selects problems...<br>
<br><div class="gmail_quote">On Fri, Jan 29, 2010 at 11:20 AM, Pete Muir <span dir="ltr">&lt;<a href="mailto:pmuir@redhat.com">pmuir@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
We plan to support Java 5 and above for the foreseeable future. So yes, Seam 3 will be run on Java 7 (as Java SE has backwards binary compatibility) but won&#39;t take advantage of new features in Java 7.<br>
<div><div></div><div class="h5"><br>
On 29 Jan 2010, at 18:50, Arbi Sookazian wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I just read this interesting article on fork/join frmwk by Ted Neward: <a href="http://www.devx.com/SpecialReports/Article/40982" target="_blank">http://www.devx.com/SpecialReports/Article/40982</a><br>
&gt;<br>
&gt; I&#39;m wondering if there are any plans to use or recommend Seam 3 developers to use the fork/join frmwk in Seam 3 if Seam 3 will run on JDK 7.  I&#39;m guessing the final release dates for OpenJDK and Seam 3 may possibly be around the same time (some time after June this year?)<br>

&gt;<br>
&gt; Will Seam 3 be compatible with Java 7?<br>
&gt;<br>
&gt; thx.<br>
</div></div>&gt; _______________________________________________<br>
&gt; seam-dev mailing list<br>
&gt; <a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
<br>
</blockquote></div><br>