You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Hensley, Richard" <Ri...@McKesson.com> on 2005/06/02 18:37:44 UTC

RE: Handling an arbitraru HTTP request in Tapestry

Write a servlet filter, or use urlrewrite to make a tapestry url out of the
incoming url.

There examples in the mailing list and on the wiki.

If you have control of the sender, use a page that implements the
IExternalPage interface.

Richard 

-----Original Message-----
From: Lennart Benoot [mailto:lennart@chronoline.org] 
Sent: Thursday, June 02, 2005 9:42 AM
To: tapestry-user@jakarta.apache.org
Subject: Handling an arbitraru HTTP request in Tapestry


Hi all,

I have a tapestry application with hibernate.
I also have an external server that from now and then wants to send a
request to my application via HTTP. The http request contains some data
encoded in the url e.g ?message=a message for you.
I want a quick and easy way to handle this request and get the data in my
application.

Anyone experience with this?

Regards,
Lennart



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org