Speaking at CommunityOne 2008
Kito Mann and I are
speaking at CommunityOne
2008 on: "Examining
a Sample Application Built in Three Ways: Java™ Platform, Enterprise
Edition (Java EE Platform), Spring 2.5, and Seam 2.0 Deployed on the
GlassFish™ Project". CommunityOne is the day before JavaOne (May
05), its free, and you can learn about a wide range of open source
projects.
Our talk is May 05 12:25 - 13:20 Moscone South -
Esplanade 305. Here is the abstract:
This session looks at the implementation of the same web application
developed with three open source frameworks and highlights what was
done differently with each one. First it explains the implementation of
the sample application with JavaServer™ Faces and Enterprise JavaBeans™
3.0 (EJB™ 3.0) technology and the Java™ Persistence API (JPA). Next it
looks at how this application was developed with JavaServer Faces
technology, the JPA, and Spring 2.5. Finally, it looks at this
application developed with JavaServer Faces and EJB 3.0 technology, the
JPA, and Seam 2.0. The presentation highlights differences in the
frameworks, such as the Seam context model for stateful components. All
three versions were deployed on GlassFish™ project V2, and the source
code is available in my blog.