Release 0.9.9 of Static JSF EL Expression Validator with Annotated Beans Autodetection
Posted by Jakub Holý on February 13, 2012
I’ve released version 0.9.9 of Static JSF EL Expression Validator (tool to check that EL expressions in JSF pages use only existing beans and properties), available for download from Maven Central. The main addition since the last version is the ability to detect managed beans based on annotations instead of reading them from faces-confix.xml or Spring config, thanks to the cool Reflections lib, and support for ui:repeat.
Version 0.9.9
- Support for ui:repeat
Version 0.9.8
- Support for detecting managed beans based on annotations (analyzer.withManagedBeansAndVariablesConfiguration(fromClassesInPackages(..)..))
- The directory passed to analyzer.validateElExpressions must the root of your web application; alternatively you can pass in two directories – the webapp root and the directory containing the pages to analyze



zeeshanakhter2009 said
Reblogged this on Zeeshan Akhter.
JSF 2.0 + Spring integration example « Zeeshan Akhter said
[...] Release 0.9.9 of Static JSF EL Expression Validator with Annotated Beans Autodetection (theholyjava.wordpress.com) [...]