Hi Jerome,
I am about to start with Tomcat, Spring and Restlet. If there is
anything I can do (testing, document, debugging etc) please let me
know. I invite you to use my private email if you want to keep
development progress of the users-list.
Greetings,
Marcel
On Sep 11, 2006, at 12:21 PM, Jerome Louvel wrote:
Hi Peter,
In beta 18, I've only been able to partially support the "Restlet
Application" concept. Two core classes where added org.restlet.Context
(accessible form Call.getContext()) and
org.restlet.component.Application.
Two subclasses of Context were also added:
- org.restlet.component.ContainerContext for standalone Restlet
applications.
- com.noelios.restlet.ext.servlet.ServletContext for Restlet
applications
embedded in Servlet containers.
In beta 19, I'm planning to complete the work, adding support for
description/configuration and deployment/installation. Sorry for
the delay,
see updated roadmap here:
http://www.restlet.org/roadmap
Best regards,
Jerome
-----Message d'origine-----
De : news [mailto:[EMAIL PROTECTED] De la part de Peter Murray
Envoyé : mercredi 30 août 2006 23:19
À : [email protected]
Objet : Re: b17, tomcat and spring
Jerome Louvel <contact <at> noelios.com> writes:
In upcoming versions, you will be able to ignore all this
plumbing in order
to focus on your business logic. Please be patient, beta 18
is coming along
With b18 out now, can you offer some hints on how to ignore a
lot of the
plumbing and make it work? I can't quite seem to fit the
pieces together with
all of the changes in the API.
Thanks in advance,
Peter