Hi,
I currently have a Jboss (4.0.3)/Hibernate/Cocoon based project I would like to re-architect the porject using the Spring framework.
Jboss handles hibernate (hibernate.har) whilst coocon is deployed in a WAR directory. I would like to retain the Jboss/Hibernate connection and would therefore like to know:
1. What pitfalls I need to be aware of when deploying Spring projects as WAR's in Jboss?
2. Whether there are any added benefits to running Spring within an Application server environment, such as Jboss/Websphere etc, as opposed to running Spring in conjunction with a container such as Tomcat?
Many thanks in advance


Reply With Quote

