aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Getting started with EJB CMP CMR and EJB QL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Getting started with EJB CMP CMR and EJB QL" Watch "Getting started with EJB CMP CMR and EJB QL" New topic
Author

Getting started with EJB CMP CMR and EJB QL

Rick Hightower
Author
Ranch Hand

Joined: Feb 20, 2002
Posts: 350
Container-managed persistence and relationships allow you to build components to the EJB 2.0 specification that can save the state of your EJBs to any J2EE supporting application server and database without having to create your own low-level JDBC-based persistence system. It also provides a unified way to support persistent fields and variables within entity beans. This two-part introductory tutorial explains all about CMP/CMR.
EJB QL provides the ability to query the container-managed persistent store for EJB objects without the need to learn or make database specific calls. EJB QL provides a subset of SQL and adds support for traversing relationships between entities and working with collection-based CMP fields.

Introduction to container-managed persistence and relationships, Part 4 This tutorial completes Rick Hightower's series on container-managed persistence and relationships in EJB 2.x with a focus on EJB Query Language. This piece details advanced finder methods and more complex EJB-QL queries.


Simplify EJB CMP CMR dev with XDoclet
Part 1
Part 2
Part 3
Part 4
Tech Library


Rick Hightower is CTO of Mammatus which focuses on Cloud Computing, EC2, etc. Rick is invovled in Java CDI and Java EE as well. linkedin,twitter,blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Getting started with EJB CMP CMR and EJB QL
 
Similar Threads
Struts Public Training Courses!
Perils and Merits of EJB
Tutorial that covers EJB CMP/CMR and EJB-QL
Use XDoclet to generate TLD files.
How to learn Xdoclet