Apache Felix iPOJO has been edited by Richard S. Hall (Mar 09, 2008).

(View changes)

Content:

a service component framework

iPOJO is a service component runtime aiming to simplify OSGi application development. Based on the concept of POJO, application logic is developped easily. Non functional properties are injected in the component at runtime.

iPOJO strength points are :

  • components are developped as POJO
  • the component model is extensible
  • the standard component model manages service providing and service dependencies
  • iPOJO manages the component instance lifecycle and the environment dynamics
  • iPOJO provides a powerful composition system by merging component based and service based concepts

Table of Content :

  1. iPOJO Feature Overview
  2. iPOJO Basics :
    1. iPOJO Tutorial (0.7.5)
    2. iPOJO Advanced Tutorial
    3. iPOJO Eclipse Plug-in
    4. iPOJO Ant Task
    5. iPOJO Maven Plug-in
    6. iPOJO concepts overview
    7. Core Handlers Documentation
      1. Service Dependencies
      2. Service Providing
      3. Lifecycle Callbacks
      4. Configuration
      5. Architecture
      6. Lifecycle Controller
    8. Download & Install
    9. How to use iPOJO Annotations
  3. Advanced Topics
    1. How-to use iPOJO factories
    2. Combining iPOJO and Configuration Admin
    3. How to write your own handler
    4. How to use iPOJO Manipulation Metadata
    5. iPOJO Hierarchical Composition Overview
    6. How to get your bundle context
  4. Handlers Library
    1. iPOJO Event Handler
    2. JMX Handler
  5. Handlers proposition
  6. iPOJO Roadmap
    1. iPOJO Road Map
    2. Future Ideas
  7. Related Works
  8. Article & Presentations

Reply via email to