Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 99687 invoked from network); 31 Jul 2009 18:41:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jul 2009 18:41:57 -0000 Received: (qmail 430 invoked by uid 500); 31 Jul 2009 18:41:57 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 394 invoked by uid 500); 31 Jul 2009 18:41:57 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 384 invoked by uid 99); 31 Jul 2009 18:41:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 18:41:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of musachy@gmail.com designates 209.85.212.188 as permitted sender) Received: from [209.85.212.188] (HELO mail-vw0-f188.google.com) (209.85.212.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 18:41:49 +0000 Received: by vws26 with SMTP id 26so273550vws.26 for ; Fri, 31 Jul 2009 11:41:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=tRi3/g9h3KTSj7qwWWLZWkU5/Xs/hRBc1iA17xisyfA=; b=muFQ4ChI/eNsiKHrDxrPvUHXWBQFueR4QSbGb0LCX3CrwJ2RzoUx7GYj+CydYBpPC6 zPvCSLIpkAl+8IbmXhQvgtRnGAqbayu+mumB8ha5gS4hzgfTVPQo76YrOMMXLw6V+BZT X59yEW6SPqIe5FX3p1nmLTDBgWT11OBDe9pKc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=rNFbUepQE/0pGlD86zf2Ni6hcWaHgv2cM8kpZpasa8pQHP0g/dqqBlPuPzyDMhpYNu aBcfx8Rw/onhkplrt107Fmk3Oqvw+oxC4r6n2LoebtEolSZP/UXNKPaHNA5w/0J3oMtj baJ8YoYbTwQIIQKvy+x+/hA0TOZBlYiPSb5I0= MIME-Version: 1.0 Received: by 10.220.46.15 with SMTP id h15mr3201952vcf.107.1249065688694; Fri, 31 Jul 2009 11:41:28 -0700 (PDT) In-Reply-To: References: Date: Fri, 31 Jul 2009 11:41:28 -0700 Message-ID: Subject: Re: stealing code and other cool stuff From: Musachy Barroso To: Struts Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org yes it can be used outside struts, the changes are not big deal, I am surprised this hasn't done before. Maybe I have some surprises waiting for me in the "includes" :) musachy On Fri, Jul 31, 2009 at 11:38 AM, Antonio Petrelli wrote: > 2009/7/31 Musachy Barroso : >> I modified jasper (unable to >> extend as most of the code is private) to read JSPs from the classpath >> and compile them into java in memory (no intermediate file required), >> and then I am using the java compiler API to compile the java code and >> keep a cache of the generated servlets. > > Great! Musachy you are da man! > Why don't you write an article about it and publish it to > Theserverside or similar journals? > Do you think is portable in any way outside of Struts? > > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org