Grizzly, http://grizzly.java.net/, is embedded in Jersey and there is a Restlet extension point for it. Grizzly provides server functionality. The first section of the Jersey docs, http://jersey.java.net/nonav/documentation/latest/user-guide.html#d0e105, show a simple REST resource being deployed to the embedded server. Jersey + Grizzly also provide a very handy framework for testing your REST applications.
On Nov 20, 2:05 am, Dominic Mitchell <[email protected]> wrote: > On Sat, Nov 20, 2010 at 6:25 AM, jahid <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
