REST implementation
hi all,
I need to implementREST architecture. Is there any framework for REST.
I'm studyingrestlet framework but i am not able to implement this framework.
Can anyone help me implementing this framework.
If u know any other REST frameworks pls guide me.
Thanks,
Raj
[325 byte] By [
rajavena] at [2007-11-27 4:05:51]

# 3
Hi Raj,
Could you describe what prevents you from using the Restlet framework? We have a mailing list available to support you, please check:
http://www.restlet.org/community/lists
As its name indicates, Restlet is a framework built with REST in mind since day one. It was the first dedicated REST framework available and goes much further than other HTTP/REST-compatible frameworks. It is also a complete alternative to the Servlet API, although it can integrate with it if necessary for deployment (Tomcat, Glassfish, Jetty, etc.).
Best regards,
Jerome Louvel
http://www.restlet.org
PS: We are also part of the JSR311's Expert Group, but this is a recent initiative that is not going to be publicly available anytime soon. When it is, the Restlet framework will also support it.