[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: Restlet, a REST framework for Java
- From: "Jerome Louvel" <contact@noelios.com>
- Date: Fri, 27 Jan 2006 11:42:11 +0100
- Thread-index: AcYjLlQMLG8fPE2TQlualu/a779nrA==
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
|