]
Antonio Goncalves updated FORGE-1512:
-------------------------------------
Summary: Renaming scaffold commands (was: Rename JSF scaffold-generate command)
Renaming scaffold commands
--------------------------
Key: FORGE-1512
URL:
https://issues.jboss.org/browse/FORGE-1512
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Fix For: 2.x Future
Had a chat with @VineetReynolds about the difference between scaffolding and generation.
JSF scaffolding is just another code generation (we could keep the 'scaffolding'
term when generating an entire app).
So, to generate a JSF interface, we should use the following command :
{code}
faces-generate-pages-from-entities
{code}