• 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

ejb 2.0 migration

 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi author,

Does the book cover how to migrate from ejb 2.0?
I know it's a vast topic and depends on implementation of ejb containers.

thanks
tony
 
author
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tony-
Yes, we have a chapter on migrating EJB 2.x beans to EJB 3. There are many possible routes to take during migration, the easiest being to simply leave the EJB meta data in the ejb-jar.xml file. In our chapter we explain how to map EJB 2.x constructs to annotations in EJB 3, under the assumption that if you are migrating an existing application, you wish to leverage the new development model for subsequent development work.

In particular, attention is given to mapping EJB 2.x entity beans to JPA entities.

Regards,
Jon
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic