On Thu, May 2, 2013 at 8:07 PM, Roman Manz wrote:
> Hello Kishanthan,
>
> I also play with this and I wonder if there is a document that describes
> restful service implementations, preferably both wsdl1.1 and wsdl2.0. I am
> happy for everything you have!
>
This [1] article explains about rest
you're probably better off implementing a technology which supports REST e.g.
JAX-RS
http://www.ibm.com/developerworks/web/library/wa-jaxrs/
Martin
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vert
Hello Kishanthan,
I also play with this and I wonder if there is a document that describes
restful service implementations, preferably both wsdl1.1 and wsdl2.0. I am
happy for everything you have!
Many thanks
Roman
From: Kishanthan Thangarajah
To: "[email protected]" , Jack Spr
If you are only concerned with http requests, an alternative would be to
implement a servlet Filter[1].
Here is a very basic outline of what it could look like:
public class PerformanceFilter implements javax.servlet.Filter {
public void doFilter(ServletRequest request, ServletResponse respon