You could keep it all Java (closer to the App Server is a good idea)
and use the Apache HTTPClient to make the HTTP request.

http://jakarta.apache.org/httpcomponents/httpcomponents-client/index.html

Christopher.

On Dec 3, 2007 11:35 PM, Daniel Jue <[EMAIL PROTECTED]> wrote:
> I guess the next step is to simulate the HTTP request and then grab
> the output from it.  For generating html emails you wouldn't want to
> do any interaction through the web browser to initiate the page
> creation.
>
> Maybe the wget approach is a good angle of attack, but needs to be
> closer to the App Server.  Perhaps there is a website load testing
> tool that simulates requests/allows variables to be set that could be
> run on the same or different application server.  Totally independent
> of Tapestry, like wget.  The response can then be cat'd to the
> emailing service/print ad/fax machine, etc.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to