|
From: Dmitriy K. <dko...@ru...> - 2004-07-19 17:40:31
|
Nimish, Spring currently provides web-services type of remote access with support for several different protocols e.g. Caucho's Hessian and Burlap, RMI, JAX-RPC (Axis). http://www.springframework.org/docs/reference/remoting.html Regards, Dmitriy. Nimish Pachapurkar wrote: >Hello, > >We have been using Spring for some projects for past 3 months >successfully. We are very impressed with the ease of use and >flexibility that Spring provides. Our current requirement is to have a >web service implemented through Spring. We feel that this would be a >better solution than using something like Axis directly. This way, we >can actually choose a different implementation without touching >majority of the code. > >Is web services one of the near future additions in Spring's road map? >If not, we would like to help design a set of web service interfaces >and at least one support package - possibly using Axis. I felt it is >better to get some input from the contributors before we actually >start work in this direction. > >Best regards, > > |