Details

    • Sub-task
    • Resolution: Unresolved
    • Major
    • 3.x Future
    • 2.0.0.CR2
    • UI - Shell
    • None

    Description

      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
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: