Hi Puneet, DAO is used to interact with database and other type of storages where as EJB are your business domain entities. Generally they are used in combination of each other except when you are using CMP type of beans.
The selection criteria is not based on no. of hits. and EJB's are the way of simplifying and brining a modular type of approach in your design. If they are architected properly, then I don't see a reason why they are not scalable. I guess you should read java documentation and try reading Core J2ee patterns and Masering EJB2, that's where I am learning from. I hope this helps. -Rajesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837601#3837601 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837601 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
