Hi Axel, just out of curiosity, had a look at what you waffling on about, coz I've never done portlets.
It's interesting but it actually looks like a nightmare....
I did find a link that I think will help...
http://opensource.atlassian.com/confluence/spring/pages/viewpage.action?pageId=3089

Frames for me.... they can have portlets ;)
Good luck....


----- Original Message ----- From: "axelspin" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Monday, July 09, 2007 12:22 PM
Subject: Spring+hibernate business logic accross multiple webapps



Hello,
I am wondering which is the best way to deploy within Tomcat multiple web
apps (portlets-web services) that have access
to the same business logic (developed with Spring+Hibernate).

I`ve seen something here
http://springtips.blogspot.com/2007/06/using-shared-parent-application-context.html
but I can`t handle ears

I am looking to JNDI, but it is still not clear to me how and what to do
it..and if it is worth.

should I use just a JNDI connection to the JDBC datasource or it would be
better to have all the spring+hibernate service beans loaded in JNDI?



I`ve splitted the webapps applicationContext-<name>.xml files. Crated a jar
with all the business beans and the applicationContext-service.xml and
copied it in the common/lib, together with all the hibernate and spring
libs.It works but I wouldn`t load this stuff in each web.xml for each
web-app using the spring listner. I don`t think it`s a good way to achive my
target..is it?

Any experience about it?
Thnx


--
View this message in context: http://www.nabble.com/Spring%2Bhibernate-business-logic-accross-multiple-webapps-tf4048280.html#a11498981
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to