More than a couple things in 1.4 look attractive to JBoss:

1) JDBC 3.0 includes all the javax.sql stuff built in, but much cooler 
is the new ability to retrieve database automatically generated keys.
http://java.sun.com/j2se/1.4/docs/relnotes/features.html#jdbc
Not sure, but this might make it easier for the Entity Container to get 
the primary key back on ejbCreate if/when the key was a sequence.

2) Take a look at the Reflection Performance improvements graph here:
http://java.sun.com/j2se/1.4/performance.guide.html
Again not sure, but this looks like it could really help JBoss 
performance with the Proxy layer to the EJBs.

Much more...


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to