Re: Anybody want a web service?

2011-03-10 Thread Benson Margulies
I've done a lot with the CXF multi-part support, and I could have sworn that it's an implementation of the JAX-RS standard. Spring is no longer required for CXF, though I'm accustomed to using it ,and there's considerable OSGi fermentation at CXF that I'm not always qualified to comprehend. For t

Re: Anybody want a web service?

2011-03-10 Thread Jeremias Maerki
As already mentioned in a different place: sounds interesting. Some thoughts of mine on this: I'd prefer a REST service over a SOAP service. Ideally, this would work with plain JAX-RS so it is independent of the implementation but since such a service would certainly require multipart support that

Anybody want a web service?

2011-03-09 Thread Benson Margulies
It occurred to me that some might find it congenial to be able to download a .WAR file that drops into Tomcat or Jetty and provides a REST (or, perhaps, SOAP?) web service that runs FOP. Using Apache CXF, this would be a rather straightforward exercise. This would make it easier to set up FOP once,