Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-jsf-dev] JSF EL RC0 performance improvement

WTP 2.0 RC0 is targeted to release with a badly needed improvement to JSF EL validation performance. Based on performance benchmarking you should see worst case performance roughly twice as fast and average case as much as 300 times faster when validating EL expressions involving #{bean.property} type expressions. I am also seeing a speed improvement of about 3 times when running my larger EL validation test suites.

Special thanks to Matthias Fuessel for providing us with a targeted caching mechanism to make this performance improvement possible.

To see all the details of the issue see:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=163890


Regards,

Cameron


Back to the top