[RESULT][VOTE] Release the struts-master pom v4

2006-12-11 Thread Niall Pemberton
This vote passed with the following seven +1 votes (6 binding) and no other votes: Niall Pemberton David DeWolf Martin Cooper Rainer Hermanns Don Brown Ted Husted Wendy Smoak Thanks to everyone - I'll get on an complete the master pom release Niall On 12/7/06, Niall Pemberton [EMAIL

Re: [VOTE] Release the struts-master pom v4

2006-12-11 Thread Niall Pemberton
On 12/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 12/7/06, Niall Pemberton [EMAIL PROTECTED] wrote: I'd like to release version 4 of the struts-master pom. The repository has been tagged: http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/ Pom version 4 available for

Re: [S2] Tag attribute changes and Dojo upgrade

2006-12-11 Thread Musachy Barroso
I have attached a patch and a gif file to WW-1554. Because the patch to WW-1555 has not been applied, there might be some small conflicts on struts-tld.xml. If you guys find anything still missing (hope not :) ), let me know. regards musachy Don Brown wrote: Musachy Barroso wrote: That

OGNL performance detrimental to Struts 2

2006-12-11 Thread dice
By my own benchmarking I am finding Struts 2 somewhere between 5-10 times slower than Struts 1 in JSP rendering. JProfiler is telling me OGNL is the bottleneck. I would like to know whether the decision-makers for Struts 2 have acknowledged its performance problems and if any resolution has

Re: OGNL performance detrimental to Struts 2

2006-12-11 Thread Bob Lee
We noticed the same thing. Maybe we should replace it with JSP-EL? (I don't have time to rewrite OGNL myself.) In the mean time, we wrote a custom version of OgnlValueStack (pasted below) which optimizes and uses reflection for normal Java expressions; it's an order of magnitude faster. I think

Re: [ajaxtags] autocompleter + question

2006-12-11 Thread Musachy Barroso
Did you ever get a chance to look at this? regards musachy Rainer Hermanns wrote: Thanks Musachy, patch applied. Regarding the result stuff, I will have some time over the weekend to include those XML/JSONResult stuff before the 2.0.2 release. -Rainer Oh, I get it now. Is it Friday

Re: OGNL performance detrimental to Struts 2

2006-12-11 Thread Paul Benedict
Howard, who writes Tapestry, notes the same thing in his framework: http://tapestryjava.blogspot.com/2006/11/improve-tapestry-performance-with.html He chose a different way of retrieving simple properties. It supposedly has jumped his performance a lot. I recommend Struts 2 Committees look for

Re: OGNL performance detrimental to Struts 2

2006-12-11 Thread Wendy Smoak
On 12/11/06, dice [EMAIL PROTECTED] wrote: By my own benchmarking I am finding Struts 2 somewhere between 5-10 times slower than Struts 1 in JSP rendering. JProfiler is telling me OGNL is the bottleneck. There's a similar thread on the webwork dev list: