Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Open/Closed Software - Developing freemium application using Spring Framework

Open/Closed Software - Developing freemium application using Spring Framework

Developing freemium which involves OSS is not a trivial task. From one side, you need to prevent premium code from working in your free modules, and do it gracefully - without errors and performance degradation. From other side, your OSS core must be easily accessible to the premium modules.

Partial public availability of the code and unified continuous delivery process for two different versions of the product is also challenging.

In this talk we’ll showcase Artifactory, which successfully combines OSS and Pro versions by heavily relying on flexible dependency injection mechanics, available in Spring. We will talk about developing, building, testing and releasing hybrid freemium application and will review the existing approaches, discussing pros and cons of each of them.

Baruch Sadogursky

September 11, 2013
Tweet

More Decks by Baruch Sadogursky

Other Decks in Technology

Transcript

  1. © 2013 SpringOne 2GX. All rights reserved. Do not distribute

    without permission. Open/Closed Software Developing a freemium application with Spring
  2. Agenda – History of a freemium application – OSS base

    of the architecture – Reloadable _____
  3. Agenda – History of a freemium application – OSS base

    of the architecture – Reloadable – Commercial Addons _____
  4. Agenda – History of a freemium application – OSS base

    of the architecture – Reloadable – Commercial Addons – Layers... More layers! _____
  5. Agenda – History of a freemium application – OSS base

    of the architecture – Reloadable – Commercial Addons – Layers... More layers! – Testable _____
  6. + =