On Sat, Nov 20, 2010 at 6:25 AM, jahid <jsho...@gmail.com> wrote:

> Hello guys,
>
> I was wondering what are the popular stand alone REST servers. By
> stand alone REST servers I mean, only REST server implementation that
> I can attach on my desktop application. I do not want a container,
> because my application is a desktop application. But it will be other
> way around. So far I know Restlet (www.restlet.org) is one of them, do
> you guys know anything like that which is popular, and stable to use.
>

Tomcat or Jetty together with servlets will get you there.  It's basic, but
it works and might be all you need.

If you'd like more assistance with developing a REST service, you might want
to look at the RI of JAX-RS, Jersey <http://jersey.java.net/>.

-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.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to