| From: costin [mailto:[EMAIL PROTECTED] | Subject: [JBoss-user] somewhat off topic - compressing database fields | into classes | | For ease, I was wondering if it wouldn`t be easier to make a class | (a.k.a JavaBean) to easily transport the primitives and to | create EntityBeans or whatever using this class(in the create method | the bean would just get the values from the bean and that`s it).
Sounds like an application of the TransferObject pattern, see http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObject.html ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
