This tutorial will explain how to create a simple EJB 3 JPA project and a remote Java application client which calls the bean method.
We will create a JPA entity and a stateless session bean to perform operations on the entity.For testing this JPA example we have written a remote Java Application Client.
view source