Hi Benoît,

There is no direct equivalent to Servlet "internal forward" in Restlet.
However, we have a powerful alternative based on a custom RIAP protocol
(Restlet Internal Access Protocol).

You can find more documentation on RIAP in our wiki at:
http://wiki.restlet.org/docs_1.1/g1/13-restlet/48-restlet/86-restlet/90-rest
let/45-restlet.html

However, I'm not clear on what you exactly want to achieve or mean by "in
the construction of the representation". Do you want to create a composite
representation based on several others provided by the same application? If
so, RIAP will definitely help, for example by support XSLT includes.

Best regards,
Jerome


-----Message d'origine-----
De : news [mailto:[EMAIL PROTECTED] De la part de Dissert Benoît
Envoyé : mercredi 6 août 2008 15:03
À : [email protected]
Objet : Forward of the request in a Restlet resource

Hello,

Is there a "standard" Restlet way to make a forward (a J2EE forward, not a 
redirect), and to decide it in the construction of the representation.

(I say a "standard", because I manage to do this, but I won't show the code 
I wrote since it is a real dirty workaround of the framework).

Thanks in advance,

Benoît



Reply via email to