The Holy Java

Notes of a passionate Java EE developer

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

2 Responses to “Release 0.9.9 of Static JSF EL Expression Validator with Annotated Beans Autodetection”

  1. Reblogged this on Zeeshan Akhter.

  2. [...] Release 0.9.9 of Static JSF EL Expression Validator with Annotated Beans Autodetection (theholyjava.wordpress.com) [...]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s