JSF action, value and binding catalog generator
Posted
by BBSnowman
on Stack Overflow
See other posts from Stack Overflow
or by BBSnowman
Published on 2009-11-19T14:25:01Z
Indexed on
2010/04/10
6:03 UTC
Read the original article
Hit count: 195
I am looking for a simple tool that generates a catalog of all used action methods, values and bindings. I'm working on a big JSF/RichFaces project and I have lost the overview of the used links to the beans. Therefore I need a tool (would be nice if it is a Eclipse plugin) that generates a simple list of all used EL expressions.
Is there something out there?
© Stack Overflow or respective owner