Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-1556

ApplicationComposer like API for web applications

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 7.0.0-M1
    • None
    • None

    Description

      Final goal would be to be able to share the same config class between app composer and real deployment.

      For this first step here what will be supported:

      @ApplicationComposer
      // @JaxrsProvider
      // @Descriptors
      @Classes(cdi = true, value = { Endpoint.class, Bean1.class })
      public class AppComposerConfiguration {
          @Module // or Persistence, or EjbJar or Beans
          public static PersistenceUnit unit() {
              return new PersistenceUnit("jpa");
          }
      }
      

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: