Which REST API frameworks are you referring to?

On Mon, Nov 23, 2009 at 7:31 AM, Casper Bang <casper.b...@gmail.com> wrote:

> One could even say that the REST API should be the new de-facto
> servlet API. Accessing cookies, query parameters, path parameters etc.
> is just so much easier.
>
> /Casper
>
>
> On Nov 23, 8:16 am, Dominic Mitchell <d...@happygiraffe.net> wrote:
> > On Fri, Nov 20, 2009 at 7:44 PM, Kfir Shay <kfir.s...@gmail.com> wrote:
> > > one don't need a framework for doing REST, just use the Servlet api
> > > and implement each HTTP verb
> >
> > It's true that you don't *need* it. But you'll waste a lot more time
> > reimplementing wheels.  What about etag support, for instance?  Parsing
> > paths?  You'll end up with code that's cluttered up with servlet
> concerns,
> > rather than what you're actually trying to do.
> >
> > Don't get me wrong — I like the servlet API.  But the REST apis that have
> > appeared over the last year or two are much easier to use.
> >
> > -Dom
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "The Java Posse" group.
> To post to this group, send email to javapo...@googlegroups.com.
> To unsubscribe from this group, send email to
> javaposse+unsubscr...@googlegroups.com<javaposse%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/javaposse?hl=.
>
>
>


-- 
Robert Casto
www.robertcasto.com

--

You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javapo...@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=.


Reply via email to