[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - portable j2ee application - how to handle persistence part
ajay662
do-not-reply at jboss.com
Tue Jul 31 16:23:33 EDT 2007
I need to write a small j2ee application that I can deploy on jboss, weblogic and websphere. This application needs to run alongside customer's any other application already running on the application server.
My application will have a need to persist some simple data. I am looking for suggestions on which technologies I can use to persist my data in a portable way or at least in a way that requires minimum changes to customer's application server... something that I can just drop and deploy on a running server:
- using flat files... but its against j2ee specs
- using hibernate
- using entity beans
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069360#4069360
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069360
More information about the jboss-user
mailing list