Introducing Domain Model Transportation Framework


POJO based persistence (e.g. Hibernate, EJB3.0 Persistence API)  makes enterprise software architecture possible to have a well defined Domain Model which consists well modeled Domain logic. But for a particular client application (view), you just need part of the Domain Object graph, not the whole Domain Model.

Domain Model Transport Framework allows your client side bring back part of your domain model anyway you want.

Key features: