Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-521

Auto-maintain Local interface

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • LATER
    • None
    • seam2
    • None
    • Low

      Consider this:

      @Stateless
      class CustomerBean implements Customer, Serializable, ... {
      public addOrder(Order o) {

      }

      private doStuff() {
      }
      }

      @Local
      interface Customer {

      }

      On save of CustomerBean autoadd public methods on Bean to the first @Local interface found in the implements part.
      Autoremove as an option.

      Use jmerge to control add/remove ?

              alexeykazakov Alexey Kazakov
              manderse@redhat.com Max Andersen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: