Distribute your JPA entities! In 15 minutes...
Abstract
The Java platform comes with plenty of tools to ease software development tasks. Tools and frameworks like Java DB, packaged with JDK 6, and JPA now also enable client side developers to rely on powerful, yet easy to learn persistence environment.
With the help of these two tools and a little magic, we will show you how to persist entities from the server on the client side, enabling "offline mode" and resynchronize these back to the server. You'll also see that creation of new entities can happen on both server and client side.
Speaker