Frederic Simon

Frederic Simon

Chief Architect of jFrog


Frederic Simon is best known as the Co-founder and Chief Architect of JFrog - the Artifactory Binary Repository and Bintray creators, and JavaOne 2011 Duke Choice Awards winner.

Before founding JFrog in 2008, Fred founded AlphaCSP, the Java consulting firm in 1998 where he was the company’s global CTO, leading 5 branches worldwide and served as the visionary voice of the company.

Fred’s development experience goes back to 1992 and covers Java technologies evolution from day one as a programmer, Architect and Consultant.

As one of JFrog leaders, Fred encourages strong collaboration with leading open-source projects such as SpringSource, Grails and Gradle by providing them with the Artifactory Cloud platform, and fuels the Continuous-Integration ecosystem with open-source plugins for leading tools such as Jenkins, TeamCity & Bamboo.

When not on those, Fred hacks around new features for the core Java language, Java port of the popular sky rendering Stellarium project and other neat stuff.

Fred blogs at http://blogs.jfrog.org & http://freddy33.blogspot.com and tweets as @freddy33.

His speaking history: http://lanyrd.com/profile/freddy33/sessions/




Presentations

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.