Lead, Spring OSGi and Spring JavaConfig
Costin Leau is an SpringSource software engineer based in Romania. His interests include data access and aspect oriented programming. With significant development experience, Costin has worked on the Spring JPA integration, Pitchfork project and JavaConfig. Costin is currently the lead of the Spring Dynamic Modules (Spring OSGi) and the Spring-inspired, OSGi 4.2 Blueprint Service RI.
Presentations
Lessons Learned Modularizing Java Applications with OSGi
Modularity, versioning and dynamics make OSGi an ideal candidate for
deploying and running Java applications, whether small or large.
However, nothing comes for free and resource and, like in any other
environment, there are "do"s and "don't"s.
In this session, we'll start by looking at OSGi (plus HK2 and JAM while
we're at it) and then focus on some of challenges that one might
encounter when developing an enterprise application in OSGi and how they
can be addressed, using the lessons learned in Spring Dynamic Modules
project and SpringSource Application Platform.
Session Detail
Spring Dynamic Modules Update
Spring Dynamic Modules (or Spring-OSGi) project makes it easy to build
Spring applications that run inside an OSGi environment. This allows the
application to provide better separation of modules, the ability to
dynamically add, remove and update modules in a running system as well
as deployment of multiple versions simultaneously.
In this session you'll learn:
* The main features of Spring-DM
* How to introduce your application to OSGi through Spring-DM
* How to deal with OSGi dynamics without rewriting your app