« Return to Thread: Stand alone Cocoon

Re: Stand alone Cocoon

by warrell harries-3 :: Rate this Message:

Reply to Author | View in Thread

I haven't looked at version 3.0 but I have done just what you describe using 2.1x and the CLI technique. Have you looked at the process for packaging Coccon as an offline application. There is some recent comment on the mailing list about it and thre is plenty of material on the web. Enjoy - it is very impressive when you get it working :)

2009/6/26 zzkumar <kumar.jmj@...>

Hi All,

I am new to Cocoon. We are planning to use Cocoon for report generation (XML
+ excel template passed through Cocoon = Excel file with values filled in).

I am able to generate the report when I deploy the cocoon as a web app.
Now the issue is, I want to integrate cocoon into my existing webapp. By
integrating I mean, I should use the web.xml of my current web application
and not the one from cocoon. i.e. every request should go through my old
web.xml.
and when I say generate report, it should invoke methods from Cocoon and
generate reports.

For ex. I want to have a method like : public Object generateReport(String
xlsPath, String excelTemplatePath) and this method should invoke classes
from Cocoon, generate report and return the report.

Please let me if this is possible. Also please direct me to some documents,
links on this.

thank you in advance.
Regards,
Kumar.D
--
View this message in context: http://www.nabble.com/Stand-alone-Cocoon-tp24215561p24215561.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


 « Return to Thread: Stand alone Cocoon