List/Grid Tag Archives: JPA

Distribute Spring Beans in Oracle Coherence
This article shows how to distribute Spring beans by using EntryProcessor and Portable Object Format(POF) features in Oracle Coherence. Coherence supports a lock-free programming model ...

Registering entity types with OpenJPA programmatically
I’ve just started work on an OpenJPA objectstore for Isis. In the normal scheme of things, one would register the entity types within the persistence.xml file. However, Isis is a ...

REST CXF for Spring JPA2 backend
In this demo, we will generate a REST/CXF application with spring/jpa2 backend. This demo presents the track REST-CXF of minuteproject. The model from ...

Tutorial: Hibernate, JPA & Spring MVC – Part 2
This tutorial will show you how to take a basic Hibernate/JPA app, convert it into a Spring MVC web project to be able to view the database in a web browser, and finally use Spring’s ...

Tutorial: Hibernate, JPA – Part 1
This is the first part of tutorial about using Hibernate and JPA. This part is an introduction to to JPA and Hibernate. The second part will look at putting together a Spring MVC application ...

The Future of NoSQL with Java EE
I’ve been following the recent NoSQL momentum since some time now and it seems as if this buzzword also is drawing some kind of attention in the enterprise java world. Namely ...

Hibernate Tip: Sort and Order
Let’s introduce another hibernate performance tip. Do you remember the model of previous hibernate post? We had a starship and officer related with a one to many association. @Entity public ...

JNDI and JPA without J2EE Container
We wanted to test some JPA code with as simple setup as possible. The plan was to use only Java and Maven, without an application server or other J2EE container. Our JPA configuration ...

Covering your tests with Cobertura, JUnit, HSQLDB, JPA
Hello, how are you? Let us talk today about a very useful tool named “Cobertura”. This framework has the same functions of the Emma framework that we saw in another post. The major ...

Arquillian with NetBeans, WebLogic 12c, JPA and a MySQL Datasource
You probably followed my posts about testing more complex scenarios with embedded GlassFish (Part I / Part II). Next on my list of things to do was to get this setup working with latest ...


