We developped a web server to present financial research documents to our clients.
We would like to add a push fonction that will send email in HTML, quite similar to our web pages, when a user add a document or a news.
So, I would like to be able to call Cocoon within our pushserver, ask for a request to be process and receive back an XML(HTML, Pdf, Excel, text) result stream , and build a multipart mail based on the result from cocoon.
Does someone wrote such code (call to Cocoon directly from a java program) ?
Thanks for your help.