Thursday, April 30, 2009

Build and deploy OSGi bundles using Apache Felix (Part 1)

In this article, Part 1 of a series, you develop an order application with client-side and server-side components. Then you package these components as OSGi bundles. The client invokes the service component to process the order. The service component has a method that processes the order and prints the order ID. After reading this article, you can apply the concepts and features of Apache Felix to build and package Java component classes as OSGi bundles.

read more : OSGi and Spring, Part 1: Build and deploy OSGi bundles using Apache Felix

No comments:

Post a Comment