Hi all,
I've had a java web app and an java application. The java application is lauched from web app via Java Web Start deploymnent. I've already had hard coded on Hibernate in web app layer which using jakarta tomcat (model classes, hibernate configuration...).
Can I reuse hibernate configuration (also model classes) deployed on the web app?
Current:
Browser -----http-----> Web app -----hibernate---------> MySQL (database server)
| /|\
JWS |
\|/ |
Java Application ------------------------------------------------
What i want is:
Target: ie, the Java Application does not need to know where MySQL is.
Browser -----http------> Web app -----hibernate---------> MySQL (database server)
| /|\
JWS |
\|/ |
Java Application --------------
Thank you.
Thanh www.terminalc.com
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel