Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1807

Being able to have inheritance and implementation in most of the generated artifacts

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 3.2.0.Final
    • 2.5.0.Final
    • Java EE
    • None

    Description

      Most of the generated artifact could benefit from being able to extend classes and/or implement interfaces. Something like :

      jpa-new-entity --named Customer --extends Person
      jpa-new-entity --named Customer --extends Person --implements Clonable, Identifiable
      java-new-class --named MyClass --extends MyAbstractClass
      java-new-class --named MyClass --extends MyAbstractClass --implements Serializable
      cdi-new-bean --named MyBean --extends MyAbstractBean
      cdi-new-bean --named MyBean --extends MyAbstractClass --implements MyInterface
      ejb-new-bean --named MyEJB --extends MyAbstractService
      ejb-new-bean --named MyEjb --implements MyInterface
      faces-new-bean --named MyBackingBean --implements MyInterface
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ggastald George Gastaldi
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: