My favorites | Sign in
Project Logo
                
Feeds:
People details
Project owners:
  steve.saliman

This project deals with the "Impedence Mismatch" that occurs when JPA entities need to be returned across RMI, AMF, Web Service calls, etc. It contains Just 3 classes:

1) A PrunableEntity interface that marks your own POJO entities as "prunable".

2) An EntityPruner interface that defines the work the the EntityPruner can do. It implements the EJB local interface for use in Java EE containers.

3) An EntityPrunerHibernateJpa class that does the actual work of pruning an entity to make it safe for transmission over the wire. This class can be injected into service beans.

For more information on how to use this package, see the javadocs for the classes.

Keep an eye on the updates page to see when bugs have been fixed, or features have been added.









Hosted by Google Code