views:

116

answers:

2

What documentation (books or online resources) you would recommend for a JPA newbie, which want to program with the play framework? In play you only use annotations and hibernate as JPA implementation, so it would be useful if there would be the focus on.

I started with wiki-book, but not sure if it is the best solution.

A book for groovy template engine would be nice too.

Thanks for your hints.

Niels

+2  A: 

I found the hibernate documentation quite useful for learning JPA. http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html/

This might be a good place to start. http://docs.jboss.org/hibernate/core/3.6/quickstart/en-US/html/hibernate-gsg-tutorial-annotations.html

gabe
+4  A: 

The JPA wikibook is a good resource to use as reference, but maybe not to learn JPA.

For a (very light) introduction, you could maybe start with the JPA tutorial from the brand new Hibernate Getting Started Guide:

To go further, the following books are definitely good ones:

Pascal Thivent