On Friday 15 Feb 2002 2:47 pm, David Ward wrote:

> 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.

Hmmm, this feature is available via a multitude of drivers, but in a 
non-standardised way...

> 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.

Probably not very much, unless deploy-time becomes of an issue.  I cannot 
imagine any run-time features that would require relfection.  Or?

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

Reply via email to