Hi Leigh, The JSPX templates are too tightly coupled to the Servlet API to be easily integrated with Restlet directly. In Restlet there is no session support for example (a good thing).
If you are looking for a standard template format (Velocity and FreeMarker are quite good too), you can also have a look at XSLT, which is supported by the Restlet API via the org.restlet.Transformer and org.restlet.resource.TransformRepresentation classes. Best regards, Jerome > -----Message d'origine----- > De : Klotz, Leigh [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 19 juillet 2007 20:27 > À : [email protected] > Objet : JSP to generate Representation > > Has anybody done an integration with JSP 2.x (JSPX) to generate > representations, as has been done for Velocity and Freemarker? > Thanks, > Leigh.

