← Prev in month ← Prev in thread
Next in thread → Next in month →

Restlet, a REST framework for Java

From
Jerome Louvel <>
To
Date
2006-01-27T10:42:11Z
ID
<004f01c6232e$54a253b0$0200a8c0@colorado>
Thread
Restlet, a REST framework for Java
Hi all,

I'd like to announce Restlet, a framework that brings the simplicity and
efficiency of the REST architectural style to Java developers. It is
composed of two parts, the Restlet API (alternative to Servlet API) and a
reference implementation (Noelios Restlet Engine). It supports all REST
concepts (resource, representation, data, connector, components, etc.) and
is suitable for both client and server REST applications. The server
connectors provided are HTTP (via Mortbay's Jetty or an adapter Servlet) and
the client connectors are HTTP, JDBC, and SMTP (via JavaMail).

Version 1.0 beta 1 has just been released:
http://www.restlet.org

Thanks,
Jerome
← Prev in month ← Prev in thread
Next in thread → Next in month →