Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
Help coderanch get a
new server
by contributing to the
fundraiser
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
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
EJB and other Jakarta /Java EE Technologies
CMP & BMP
eswar kumar
Ranch Hand
Posts: 98
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
how to write an entity bean so that it can be used both as BMP and CMP?
Pradeep bhatt
Ranch Hand
Posts: 8945
I like...
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
It is not easy to do that. In BMP the ejbLoad and ejbStore will contain the fetch and update code.
Isn't is possible to define the business methods in an abstract class and have 2 sub classes one for CMP and another for BMP.
Groovy
Ashok Talluri
Ranch Hand
Posts: 31
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
we can write a BMP extend a CMP
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
J2EE technology would allow the system to interact with the LDAP server?
Writing test case without database operations
BMP Vs CMP
How do you DB?
Entity EJB and BLOB
More...