DMDF has collection of Frameworks for distribute your domain model. The Domain Model Transportation framework [sub project] let you use your own domain model replace DTO.
Be the first to post a text review of Domain Model Distribution Frameworks. Rate and review a project by clicking thumbs up or thumbs down in the right column.
The Eclipse plug-in For Domain Model Transportation Framework Schema Configuration can helps you create/edit DMTSchema (which is a configuration to tell DMT how to transport your objects). For more information please visit http://dmdf.sourceforge.net
The new EJB3.0 Persistence API and popular O/R mapping framework (e.g. Hibernate) allows you persist POJO. So you can have a well defined Domain Model be reused in your client side. However, since the Domain Model is an interrelated object graph contains Domain Logic, when you distribute your Domain Model to another JVM, the default Java Serialization mechanism won't allow you decide how to transport them. So the long existing DTO pattern still playing big role here - even everybody know it's drawbacks, especially when new framework allows persist POJO. The Domain Model Transportation Framework is a replacement to DTO, it allows you config how to distribute your object at attribute level, and it is much faster, and more.... Also, the Domain Model Distribution Frameworks team has released an eclipse plug-in which helps you to create/config how to distribute your objects. For more information please visit http://dmdf.sourceforge.net
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?