From users-return-97774-apmail-cocoon-users-archive=cocoon.apache.org@cocoon.apache.org Fri Jun 26 06:21:45 2009 Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 98614 invoked from network); 26 Jun 2009 06:21:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 06:21:45 -0000 Received: (qmail 4900 invoked by uid 500); 26 Jun 2009 06:21:55 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 4821 invoked by uid 500); 26 Jun 2009 06:21:55 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 4813 invoked by uid 99); 26 Jun 2009 06:21:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 06:21:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 06:21:45 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MK4oP-0004pd-79 for users@cocoon.apache.org; Thu, 25 Jun 2009 23:21:25 -0700 Message-ID: <24215561.post@talk.nabble.com> Date: Thu, 25 Jun 2009 23:21:25 -0700 (PDT) From: zzkumar To: users@cocoon.apache.org Subject: Stand alone Cocoon MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: kumar.jmj@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org 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@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org