Is there a code generator for Eclipse that can create a facelets form that is based on the fields of a JPA POJO?
I'm just looking for something that can inspect my JPA entity and belch out a form based on it. Doesn't need to be pretty. I'm using a regular Eclipse Helios Java EE distribution. If I have to install a plugin or something, that is fine as long as it is free.
As an alternative if you know of any other tools that can do this that would be good too, as long as it doesn't require installing another IDE. I'm looking for quick and dirty here.
TIA.