Talk:Equinox Integration 2/Tutorial Extension Point

From ADempiere
Revision as of 01:36, 6 May 2010 by Viola (Talk) (Trying It Out)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Trying It Out

  • Thanks Joerg, this seems to be very interesting and i am going to try it out. - red1 09:29, 21 March 2010 (PDT)
  • Now i am able to reach the new Plugin writing to take out the InvoicePosting. Just that i cannot see the Extensions tab. Still hacking and enjoying it! :) - red1 06:41, 3 May 2010 (PDT)
    • ah.. found it! It was hidden.. now its showing! - red1 06:43, 3 May 2010 (PDT)
      • at this step Now Move the code from the original createFacts() method to the newly created post method. I cant move it to the Interface IInvoicePoster.post(). Or should i move it to my new InvoicePoster Plugin Activator.java? HELP ME!!! :) - red1 21:57, 5 May 2010 (PDT)
      • Tried to make it a little clearer: The line before says "create a new implementation", ie: On creating the new extension for the point, after choosing "new client", you have to fill out the "class" attribute. If you simply click on "class", Eclipses "New Class" Dialog will open and automatically has the correct interface chosen. Create that new class. It will have the post method you are looking for. viola 01:36, 6 May 2010 (PDT)