I think that when when more objects are created it is better to use DAO else use Entity Bean. For example:
When you go for :"Select * from Employee". In this it will create a lot of EJBObjects. Instead of that use DAO. In case of inserting, updating and deleting use Entity Beans. Hope it is right. Sachin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846842#3846842 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846842 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
