Abstract
Java is an object-oriented language so naturally it’s modular, right? We program to interfaces, use Spring to resolve dependencies, and package up our classes into cohesive units. Unfortunately we then take a step back and consolidate them into one monolithic WAR file that gets loaded into a single class loader. Even worse, we may try to keep them separated in WAR, EAR, and JAR files but then interconnect these packages via web services, RMI, or some other ceremonial method.
OSGi has garnered a lot of publicity lately because it solves these common problems of “modularizing” Java in a simple and easy to use fashion. This talk will give the audience a quick introduction to OSGi and then cover how it can be used to produce Java systems that are more modular, resulting in reduced maintenance, higher quality and increased flexibility.
Bio
Todd Kaufman is a developer, architect, manager, and cheerleader of IT projects large and small. He has over 10 years of experience in software development and has released production software to various clients using Agile, Waterfall, Java, Ruby, .NET, and everything in between. Todd is currently feeding his family courtesy of the good people at Quick Solutions Inc., a leading IT Staffing and Solutions Company in Central Ohio.
|