Re: OGNL performance detrimental to Struts 2

2006-12-26 Thread Ted Husted
Did you try using the simple theme with Struts 2.0.1 in the benchmarks? -Ted. 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.

[S2] Struts 2.0.2 status

2006-12-26 Thread Ted Husted
We're down to a handful of problems, which are all reflected in the Showcase examples, one way or the other. Some of these were also present in Struts 2.0.1, and so may be a problem with the example itself. * https://issues.apache.org/struts/browse/WW-1538 The showstoppers are the action-redirec

Re: OGNL performance detrimental to Struts 2

2006-12-26 Thread Jessek
Probably a little early to say for sure, but I don't think anyone needs to worry about ognl performance anymore. I'm sure the right people will update everyone when the time is right. husted wrote: > > Did you try using the simple theme with Struts 2.0.1 in the benchmarks? > > -Ted. > > On 1