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]
# 1
Hi, Most of Web Services frameworks support RESTful Web Services (with HTTP POST and GET) Here are a few:XINS http://xins.sourceforge.net/ (2.0 Beta 1 has a pure REST example too)Axis2JAX-WSAnthony
agoubarda at 2007-7-12 9:10:52 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
You can also check out JSR 311 as it is defining a standard REST API.
dkohlerta at 2007-7-12 9:10:52 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 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.

jerome_louvela at 2007-7-12 9:10:52 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...