View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820257#3820257

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820257

I prefer not to send my business object (EJB) to the presentation tier. Otherwise this 
create a tight coupling between the presentation and business tier.



What I do is to have a sessionfacade bean (statfull session bean) that get the Entity 
bean and ask to them to get there value object. (my entity bean has a getVO() method) 
I then create an array of value objects and return it to the presentation tier.



In this situation presented, the presentation tier communicate to the sessionfacade.


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to