• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hong Kong JUG - Enterprise JavaBeans 3.0 (May 06, 06)

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The EJB 3.0 specification has gone through significant transformation in Java EE 5.0 platform. It has evolved on all fronts to address the commonly stated opinions like "an overly heavy and difficult component model to use and deploy".

This session will introduce and explain the evolution of the EJB 3.0 specification, and discuss the ease of development, simplifed model for Session Beans and MessageDriven Beans, and Java Persistence API(JPA). This session will also include walkthrough of code samples and demos to look at the new features around Persistence Context, dependency injection, O-R mapping annotations, and running POJO (plain old java object) inside and outside Java EE container. This session will conclude with discussion on performance comparision between EJB 2.1 and EJB 3.0 based on usage of common design patterns.

For details, please visit https://hkjug.dev.java.net/gatherings/2006/0506.html
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic