• 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

BMP in EJB3

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

I read in some article that BMP is not supported in EJB 3.0. My first Question why it was decided to discontinue support for BMP, and other doubt is what if an old multi JVM application using BMP and upgraded to EJB3 compatiable application server then it means code need to be upgraded to remove BMP from code.
 
author
Posts: 304
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by yogesh sood:
Hi,

I read in some article that BMP is not supported in EJB 3.0. My first Question why it was decided to discontinue support for BMP, and other doubt is what if an old multi JVM application using BMP and upgraded to EJB3 compatiable application server then it means code need to be upgraded to remove BMP from code.


This is not true. The same BMP (and everything else) that was supported in EJB 2.1 is still supported in the traditional entity bean component in EJB 3.0.

Note that there is no notion of BMP or CMP in JPA, though. No changes need to be made to existing code in order to make it work in EJB 3.0 containers.

-Mike
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic