Apache

Supported Java Virtual Machines

Java Virtual Machine Core Composite
Sun Java Virtual Machine (1.3, 1.4, 5, 6)
Apache Harmony
JamVM
IBM J9
BEA JRockit
Mika
Android

iPOJO is supported on Android except for two features:

  • Nullable are not supported (Default-Implementations are supported)
  • Composites cannot provide services (but they can export services)

These two limitations comes from the Android VM that does not support the definition of new classes at runtime (i.e. neither dynamic proxy, nor dynamic generated classes).

Overview
Getting Started
User Guide
Tools
Developer Guide
Misc & Contact