Hi, I'm sorry for may be a out topic question, but I need some hints to start my research work.. Me and some guys planning to write a cluster able open source application (no ejb project) and want use the wonderful :) JBoss OS as backend. We want write some Mbeans to implement our application logic. Our application produce much data base traffic (data mining). So now I'm think about the best way to communicate with a data store.
For us it's very important to have a fast db access. So I try to learn more about a direct JDBC connection, using entry beans or access the object > relational mapper? Of curse jdbc must be the fastest way, I can imagine that it can be very useful to store and load a DOM Object of my data to the database. But may be on the other hand, its very easy to use the ejbs in a cluster environment. Can someone give me any hints what's the most interesting technique for my problem? Thanks Stefan _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
