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 12740 invoked from network); 18 May 2000 16:24:29 -0000 Received: from balld-0.dsl.speakeasy.net (HELO localhost.localdomain) (@216.254.77.75) by locus.apache.org with SMTP; 18 May 2000 16:24:29 -0000 Received: from localhost (balld@localhost) by localhost.localdomain (8.9.3/8.9.3) with ESMTP id LAA26743; Thu, 18 May 2000 11:15:12 -0400 X-Authentication-Warning: localhost.localdomain: balld owned process doing -bs Date: Thu, 18 May 2000 11:15:11 -0400 (EDT) From: Donald Ball X-Sender: balld@localhost.localdomain To: cocoon-dev@xml.apache.org cc: brett@newInstance.com Subject: Re: ANyone have any docs on... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Thu, 18 May 2000, Kevin Sonney wrote: > On Thu, 18 May 2000, Brett McLaughlin wrote: > > > Please? Anyone? Suggestions? Good code comments to look over? Anything?? > > > > Don't meant to beat a dead horse, but my beta chapter walks through that > > process: > > > > http://www.oreilly.com/catalog/javaxml/chapter/ch09.html > > Well, that's all pretty straight forward. I'm glad I pre-ordered the book > (more money for you!) > > I guess the concept I haven't been able to wrap my brain around is this: > > For the SQL TagLib there are two files under org.apache.cocoon.processor.xsp : > > library/java/sql.xsp and /library/sql/XSPSQLLibrary.java > > These files are complimentary in that sql.xsp includes > XSPSQLLibrary.java. I was getting confused, thinking that the creation of > XSLSQLLIbrary.java was more complex than just annother class file in the > project. *grin* XSPSQLLibrary is just what it sounds - a library. It isn't XSP specific in any way. You _could_ write all the java code in the foo.xsp file - but you'd be crazy to do so. - donald