• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

does GlassFish v2 support only EJB3.0 or also EJB2.x

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to install glassfish v2 but i have old EJB2.0 beans i want to deploy..does EJB2.0 supported in glassfish V2?
 
author
Posts: 4356
45
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Probably, but as someone who has used EJB2 code in EJB3 environments, the support is not always great. Take Geronimo for example, which rewrote its persistence mechanism in 2.* versions to support EJB3. While doing so they rewrote the module to be backwards compatible with EJB2. The result? A persistence mechanism significantly slower than previous versions of Geronimo.

In short, I'm sure it does support EJB2, but its often not well supported.
 
reply
    Bookmark Topic Watch Topic
  • New Topic