[JBoss-user] [EJB 3.0] - Re: How to create an POJO View made of other POJOs

2006-01-26 Thread dhartford
I'm also interested in this question from the 'Business Delegate' point of view. i.e. Build an application that has 'Business Delegate' POJO's, but the application talks to diverse database schemas that may contain the same information. View the original post : http://www.jboss.com/index.html?

[JBoss-user] [EJB 3.0] - Re: How to create an POJO View made of other POJOs

2006-01-26 Thread Dornus
Another question I have is how efficient is it to embed a POJO within a view as opposed to having a variable for each field within the POJO. For example, if I am going through a loop of results | List myResultList = ...; | for (MyPojoView myPojo : myResultList) { | myPojo.getPojo.getS