-
Sub-task
-
Resolution: Unresolved
-
Major
-
2.0.0.CR2
-
None
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 :
faces-generate-pages-from-entities
We need to make the difference between scaffolding and generating. At the moment we choose the scaffolding provider like this :
scaffold-generate --provider
Instead we could have :
faces-scaffold --from-entities / --from-database
rest-scaffold --from-entities / --from-database
But what about creating a new page from an entity ?
faces-new-page --from-entity rest-new-endpoint --from-entity
- is related to
-
FORGE-1483 Rename entities-from-tables command
- Closed
-
FORGE-1511 Rename rest-endpoint-from-entity command
- Closed
- relates to
-
FORGE-1483 Rename entities-from-tables command
- Closed
-
FORGE-1511 Rename rest-endpoint-from-entity command
- Closed