Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 76274 invoked from network); 14 Apr 2000 10:04:53 -0000 Received: from mailgate1.uea.ac.uk (139.222.230.1) by locus.apache.org with SMTP; 14 Apr 2000 10:04:53 -0000 Received: from mailserver1.uea.ac.uk [139.222.130.16] by mailgate1.uea.ac.uk with esmtp (Exim 1.73 #1) id 12g2y3-0004jt-00; Fri, 14 Apr 2000 11:04:51 +0100 Received: from [139.222.176.10] (helo=nc1a.nca.uea.ac.uk ident=mail) by mailserver1.uea.ac.uk with esmtp (Exim 3.02 #1) id 12g2y3-0006Q6-00 for cocoon-dev@xml.apache.org; Fri, 14 Apr 2000 11:04:51 +0100 Received: from paulr by nc1a.nca.uea.ac.uk with local (Exim 3.12 #1 (Debian)) id 12g2y2-0000rv-00 for ; Fri, 14 Apr 2000 11:04:50 +0100 Date: Fri, 14 Apr 2000 11:04:50 +0100 From: Paul Russell To: cocoon-dev@xml.apache.org Subject: Re: Java and XML Beta Chapter Message-ID: <20000414110450.C436@nc1a.nca.uea.ac.uk> References: <852568C1.0002A6E3.00@d54mta04.raleigh.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.9i In-Reply-To: ; from balld@webslingerZ.com on Fri, Apr 14, 2000 at 12:52:42AM -0400 Sender: Paul Russell X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Fri, Apr 14, 2000 at 12:52:42AM -0400, Donald Ball wrote: > > There is no reason why Perl and Cocoon need to be mutually exclusive... > > I'd hope not. My perl guy has begun to roll his eyes when I say that > support for other languages in XSP is "just around the corner, honest!". > :) Indeed. Unfortunately, perl is going to be something of an issue, given Cocoon is a 100% java project :( Any bright ideas how to get around that one? The obvious solution I guess is to put the perl language module into a separate module, and use JNI. I certainly don't relish the thought of reimplimenting perl in java ;) Paul