EJBs are no doubt scalable. Usually you access data using 1. CMP 2. BMP 3. Sessions beans with JDBC.
Compare it to DAO that can help you to form your own persistence mechanism and policy not only to RDBMS but to any kind of data store. be it XML/file system. But CMP/BMPs can't help you with that as they stick only to RDBMS. cant remmeber the link but there was some article related to what you are looking at serverside.com View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839226#3839226 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839226 ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
