TOTD #166: Using NoSQL database in your Java EE 6 Applications on GlassFish - MongoDB for now!
- by arungupta
The Java EE 6 platform includes Java Persistence API to work with
RDBMS. The JPA specification defines a comprehensive API that includes,
but not restricted to, how a database table can be mapped to a POJO and
vice versa, provides mechanisms how a PersistenceContext can be
injected in a @Stateless bean and then be used for performing different…