I found the integration between Spring and Axis a little troublesome. 
Eventually, I wrote an extension of the RPCProvider that fetched handlers from 
the bean factory. Maybe there's a better way to do it: the base problem is 
controlling the life cycle of service objects. Other than that, the WSDD file 
didn't need changes and the Axis servlet worked pretty much as usual.
I don't use aar files, myself. They're basically a container within the tomcat 
container and it seemed like too many layers. As it is, I have Tomcat & Spring 
controlling object life cycle and I find enough headaches with that.

Chris


-----Original Message-----
From: Priya Agrawal [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 22, 2008 14:40
To: [email protected]
Subject: Design suggestion

Hello,

I need some help in order to make some design.

We have spring MVC based web application. That is working fine on Tomcat web 
server. It has some basic operations like insert, search, modify person info.


Now we have a requirement to expose those operation as web service. I write 
down the WSDL and Xsd files for the each of the operation. I already generated 
skeleton code that.


Now the Problem is: In my skeleton(web service) i need to call my business 
logic that is inside the web application. How i can do it.


Is any way i can insert my aar files in the web application (.war file) so it 
can use all the business code of the web application.

Please help me out.

thanks
Pirya agrawal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to