- Do you have a favorite code?
- Would you like to be able to reuse it in multiple plugins?
- Would you like to combine the functionalities of multiple plugins into one without copying the code around?

I will be talking about how Appfire in past has maintained one code base for a functionality and reused it in multiple plugins.

Presentation

  • No labels

2 Comments

  1. +1 I believe with osgi now there are ways to have plugins depend on other plugins treating them as reusable libs, but haven't gone through the process.

    1. This has saved us so much in terms of maintainability of code.  I absolutely love it.  Can't wait to share with all.