|
|
|
|
|
GlassFish v2 ur2 (Update Release 2) is now available from the usual download pages:
|
I hear an updated version of the IzPack installer is on its way...
NetBeans 6.1 is also available in final version and it offers several bundles that include GlassFish. JavaScript support looks really good there. For more on this release, please read this earlier post.
Trying to find out if Glassfish UR2 supports the @EJB annotation, online documentation about @EJB is scarce. Any would would be appreciated.
Posted by David Hilton on May 06, 2008 at 04:24 PM PDT #
All versions of GlassFish support @EJB. In fact, all JavaEE-5-compliant appservers support @EJB. To learn more about it, try JavaEE Tutorial and its companion samples. If you use NetBeans, you can also browse a rich set of sample projects demonstrating the use of various JavaEE 5 feactures.
It's specified in EJB 3.0 spec, which can be downloaded from jcp.org (JSR 220).
Posted by chengfang on May 06, 2008 at 04:48 PM PDT #