Re: beta testers needed for java templates

2009-01-02 Thread Lukasz Lenart
2009/1/2 Musachy Barroso : > It is under struts2 trunk(plugins/javatemplates). Thanks, I already found it ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For addition

Re: beta testers needed for java templates

2009-01-02 Thread Musachy Barroso
It is under struts2 trunk(plugins/javatemplates). musachy On Fri, Jan 2, 2009 at 3:36 PM, Lukasz Lenart wrote: > 2008/12/16 Musachy Barroso : >> 1.Check out src from >> https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-javatemplates-plugin > > I've been trying to checkout a clear cop

Re: beta testers needed for java templates

2009-01-02 Thread Lukasz Lenart
2008/12/16 Musachy Barroso : > 1.Check out src from > https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-javatemplates-plugin I've been trying to checkout a clear copy but I've got 404 Not Found, where can I found the source to build it up? Regards -- Lukasz http://www.lenart.org.pl/

Re: beta testers needed for java templates

2008-12-20 Thread Musachy Barroso
I think the tags are in a good shape. I ran this page multiple times: http://rafb.net/p/JTjD0k17.html the average rendering time for the java tags is 4.75 seconds, and the average for the FM tags is 19 seconds (running with a warm cache, running them with a cold cache would be slower). I found a

Re: beta testers needed for java templates

2008-12-19 Thread Martin Cooper
On Fri, Dec 19, 2008 at 5:12 AM, Musachy Barroso wrote: > > Do we need a formal vote on this? > > > > I don't think we need a vote, more like a consensus (see? I am > learning!), which we seem to have. We can have it in 2.1 as an > experimental feature, like we usually do. I will be doing more te

Re: beta testers needed for java templates

2008-12-19 Thread James Holmes
Sounds good to me! On Fri, Dec 19, 2008 at 8:12 AM, Musachy Barroso wrote: > > Do we need a formal vote on this? > > > > I don't think we need a vote, more like a consensus (see? I am > learning!), which we seem to have. We can have it in 2.1 as an > experimental feature, like we usually do. I w

Re: beta testers needed for java templates

2008-12-19 Thread Musachy Barroso
> Do we need a formal vote on this? > I don't think we need a vote, more like a consensus (see? I am learning!), which we seem to have. We can have it in 2.1 as an experimental feature, like we usually do. I will be doing more testing on it during the weekend, and then move it out of the sandbox n

Re: beta testers needed for java templates

2008-12-18 Thread Rainer Hermanns
uwan Chandrasoma >> wrote: >> > Thanks, >> > >> > --- On Thu, 12/18/08, Musachy Barroso wrote: >> > From: Musachy Barroso >> > Subject: Re: beta testers needed for java templates >> > To: "Struts Developers List" , >> nu

Re: beta testers needed for java templates

2008-12-18 Thread James Holmes
e sandbox, soon I will be pushing to get this > out :) > musachy > > On Thu, Dec 18, 2008 at 11:52 AM, Nuwan Chandrasoma > wrote: > > Thanks, > > > > --- On Thu, 12/18/08, Musachy Barroso wrote: > > From: Musachy Barroso > > Subject: Re: beta testers need

Re: beta testers needed for java templates

2008-12-18 Thread Musachy Barroso
y Barroso wrote: > From: Musachy Barroso > Subject: Re: beta testers needed for java templates > To: "Struts Developers List" , nuwan...@yahoo.com > Date: Thursday, December 18, 2008, 6:45 AM > > Fixed, as well as div,form and submit tags. svn it up. > > musachy

Re: beta testers needed for java templates

2008-12-18 Thread Nuwan Chandrasoma
Thanks, --- On Thu, 12/18/08, Musachy Barroso wrote: From: Musachy Barroso Subject: Re: beta testers needed for java templates To: "Struts Developers List" , nuwan...@yahoo.com Date: Thursday, December 18, 2008, 6:45 AM Fixed, as well as div,form and submit tags. svn it up. musac

Re: beta testers needed for java templates

2008-12-18 Thread Musachy Barroso
;402 > > --- On Tue, 12/16/08, Musachy Barroso wrote: > From: Musachy Barroso > Subject: beta testers needed for java templates > To: "Struts Developers List" > Date: Tuesday, December 16, 2008, 10:14 AM > > Hi all, > > anyone up for beta testing

Re: beta testers needed for java templates

2008-12-18 Thread Nuwan Chandrasoma
] File: org/apache/jasper/servlet/JspServletWrapper.java Line number: 402 --- On Tue, 12/16/08, Musachy Barroso wrote: From: Musachy Barroso Subject: beta testers needed for java templates To: "Struts Developers List" Date: Tuesday, Decembe

Re: beta testers needed for java templates

2008-12-17 Thread Dave Newton
I think I might have broken that; it was working locally when I checked it in though. --- On Wed, 12/17/08, Lukasz Lenart wrote: > From: Lukasz Lenart > Subject: Re: beta testers needed for java templates > To: "Struts Developers List" > Date: Wednesday, December 17, 2

Re: beta testers needed for java templates

2008-12-17 Thread Lukasz Lenart
2008/12/17 Musachy Barroso : > The test was using a HashMap, whose values are iterated over. > fixed(using LinkedHashMap instead). Ok, it works ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsu

Re: beta testers needed for java templates

2008-12-17 Thread Musachy Barroso
The test was using a HashMap, whose values are iterated over. fixed(using LinkedHashMap instead). thanks musachy On Wed, Dec 17, 2008 at 2:51 PM, Lukasz Lenart wrote: > Hi, > > After svn up today, I'm getting such error: > > junit.framework.ComparisonFailure: > Expected :not > goodbadbad to the

Re: beta testers needed for java templates

2008-12-17 Thread Lukasz Lenart
Hi, After svn up today, I'm getting such error: junit.framework.ComparisonFailure: Expected :not goodbadbad to the bone Actual :bad to the bonenot goodbad at org.apache.struts2.views.java.simple.FieldErrorTest.testRenderFieldErrorWithoutFieldName(FieldErrorTest.java:68) at sun.

Re: beta testers needed for java templates

2008-12-17 Thread Martin Cooper
On Wed, Dec 17, 2008 at 11:45 AM, Chris Pratt wrote: > Nope, don't use it. I guess I can install it, but I was hoping I wouldn't > have to. Install = unzip & set M2_HOME, and takes only a few seconds. ;-) -- Martin Cooper > (*Chris*) > > On Wed, Dec 17, 2008 at 11:26 AM, Musachy Barroso

Re: beta testers needed for java templates

2008-12-17 Thread Chris Pratt
Nope, don't use it. I guess I can install it, but I was hoping I wouldn't have to. (*Chris*) On Wed, Dec 17, 2008 at 11:26 AM, Musachy Barroso wrote: > you don't have maven on your box? if you do, all you need to do is: > > mvn package > > and it will generate the jar for you. > > musachy > >

Re: beta testers needed for java templates

2008-12-17 Thread Musachy Barroso
you don't have maven on your box? if you do, all you need to do is: mvn package and it will generate the jar for you. musachy On Wed, Dec 17, 2008 at 2:08 PM, Chris Pratt wrote: > I'd love to test them, but I don't use Maven, is there any way to get a drop > in jar file? > (*Chris*) > > On Tu

Re: beta testers needed for java templates

2008-12-17 Thread Chris Pratt
I'd love to test them, but I don't use Maven, is there any way to get a drop in jar file? (*Chris*) On Tue, Dec 16, 2008 at 10:14 AM, Musachy Barroso wrote: > Hi all, > > anyone up for beta testing the java templates? These are the steps to try > them > > 1.Check out src from > > https://svn.a

Re: beta testers needed for java templates

2008-12-16 Thread Musachy Barroso
you are safe, I am taking a break atm :) On Tue, Dec 16, 2008 at 4:50 PM, Dave Newton wrote: > --- On Tue, 12/16/08, Dave Newton wrote: >> I get a buld error for the handlers saying they don't >> override a method from their superclasses (Anchor, Checkbox, >> Div, FieldError, and AbstractMessage

Re: beta testers needed for java templates

2008-12-16 Thread Dave Newton
--- On Tue, 12/16/08, Dave Newton wrote: > I get a buld error for the handlers saying they don't > override a method from their superclasses (Anchor, Checkbox, > Div, FieldError, and AbstractMessageListHandlers). Stop editing dammit you're messing up my versions and commits! :p :) Dave -

Re: beta testers needed for java templates

2008-12-16 Thread Musachy Barroso
16/08, Musachy Barroso wrote: > >> From: Musachy Barroso >> Subject: beta testers needed for java templates >> To: "Struts Developers List" >> Date: Tuesday, December 16, 2008, 1:14 PM >> Hi all, >> >> anyone up for beta testing the ja

Re: beta testers needed for java templates

2008-12-16 Thread Dave Newton
I get a buld error for the handlers saying they don't override a method from their superclasses (Anchor, Checkbox, Div, FieldError, and AbstractMessageListHandlers). Dave --- On Tue, 12/16/08, Musachy Barroso wrote: > From: Musachy Barroso > Subject: beta testers needed for jav

Re: beta testers needed for java templates

2008-12-16 Thread Musachy Barroso
That 30% can't really be trusted. I setup a page with a couple of tags (the only ones I had by that time), and rendered the same thing like 1000 times. I am confident they will be faster than that, if anyone comes up with a good benchmark, please drop it in the sandbox, or mail it to me and I will

Re: beta testers needed for java templates

2008-12-16 Thread James Holmes
I'd like to test them and think this is a huge opportunity for Struts 2. I am, however, surprised that you're only seeing a 30% improvement. I would have thought it would have been orders of magnitude better. I know your profiling is probably rudimentary at this point and the code hasn't been tuned

Re: beta testers needed for java templates

2008-12-16 Thread Musachy Barroso
Not really, I will setup a page in the plugin repository. The tags should work as a drop in replacement for tags in the "simple" theme, so there isn't much to document. musachy On Tue, Dec 16, 2008 at 1:36 PM, Matt Raible wrote: > Is there any documentation? > > On Dec 16, 2008, at 11:14 AM, "Mu

Re: beta testers needed for java templates

2008-12-16 Thread Matt Raible
Is there any documentation? On Dec 16, 2008, at 11:14 AM, "Musachy Barroso" wrote: Hi all, anyone up for beta testing the java templates? These are the steps to try them 1.Check out src from https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-javatemplates-plugin 2. Build the

beta testers needed for java templates

2008-12-16 Thread Musachy Barroso
Hi all, anyone up for beta testing the java templates? These are the steps to try them 1.Check out src from https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-javatemplates-plugin 2. Build them and install them 3. Add them to your web app org.apache.struts struts2-java