RE: webapp servlet vers web services

2011-04-27 Thread Martin Gainty
Hi Robert- There are a number of "web-service frameworks" you can implement to publish a service and consume the service with a client stub starting with the lightly loaded REST webservice (WADL) http://wikis.sun.com/display/Jersey/WADL next implementation and most widely used in the non-REST

RE: webapp servlet vers web services

2011-04-27 Thread Caldarale, Charles R
> From: Calum [mailto:cal...@gmail.com] > Subject: Re: webapp servlet vers web services > On 27 April 2011 18:02, wrote: > >   > >    InitServlet > >    / > >   > > > If I understand spec correctly and this being the only mapping, > it will become t

Re: webapp servlet vers web services

2011-04-27 Thread Calum
On 27 April 2011 18:02, wrote: > >   >    InitServlet >    / >   > > If I understand spec correctly and this being the only mapping, it will > become the default and all requests will be routed to the servlet. No - I think it would have to be /* > I also have a bunch of web services which when