We are working on a SOA Project consisting of multiple web services.
Each web service is based on Metro JAX-WS Framework and internally uses
spring and hibernate.Each web service loads as a web-application inside a
separate spring container.
This means that our deployment architecture consists of multiple
web-applications each running a different service.
However we are facing some performance issues because each web-application
loads its own spring container/hibernate session factory.
Possible alternatives:
1. Single web-application single spring context
2. Multiple web-applications single spring context
All our web services will always run together on a single server. What will
be the best architecture for our case?
--
View this message in context: http://old.nabble.com/JAX-WS-Web-service-architecture-question-tp29224835p29224835.html
Sent from the JAX-WS Development mailing list archive at Nabble.com.