Return-Path: Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 98601 invoked from network); 20 Feb 2001 18:18:00 -0000 Received: from vortex.more.net (198.209.253.169) by h31.sny.collab.net with SMTP; 20 Feb 2001 18:18:00 -0000 Received: from localhost (rich@localhost) by vortex.more.net (8.11.0/8.11.0) with SMTP id f1KII0v18733 for ; Tue, 20 Feb 2001 12:18:00 -0600 (CST) Date: Tue, 20 Feb 2001 12:18:00 -0600 (CST) From: Rich Catlett To: taglibs-dev@jakarta.apache.org Subject: Re: taglib for submission In-Reply-To: <03fa01c09b5e$6fc6bb20$6415000a@citria.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I looked at that, and unfortunately I'm looking for just enough functionality that your tag set does not work (I want to set a timeout on the connection). I am writeing an implementation of the HttpURLConnection class to do this, and that will take care of the LGPL problem. --------------------------------------------------------------------- Rich Catlett rich@more.net On Tue, 20 Feb 2001, James Strachan wrote: > From: "Rich Catlett" > > I work with a committer, and I have a taglib that I would like to commit > > to the Apache project. First off the taglib is called scrape. It makes > > an http connection to a named site and then using regular expressions it > > grabs a portion and displays it in the users own jsp page. > > To get around the licence problems with the HTTPClient you're using in > scrape, would it make sense to resuse the http tag library I just submitted > (assuming it gets accepted)? Though I haven't added any caching to the http > tag library yet but that would be a logical next step. > > The 2 tag libraries could work together as follows (guessing the syntax of > scrape and assuming that is a BodyTag):- > > > > > > i.e. scrape just scrapes its body content and other tags (such as in the > http or jdbc taglibs) generate the body content. > > Another alternative would be to integrate scrape into Pierre's iotransformer > tag library. > > > > > James Strachan > ============= > email: james@metastuff.com > web: http://www.metastuff.com > > __________________________________________________________________ > > If you are not the addressee of this confidential e-mail and any > attachments, please delete it and inform the sender; unauthorised > redistribution or publication is prohibited. > Views expressed are those of the author and do not necessarily > represent those of Citria Limited. > __________________________________________________________________ >