XFire

Home
Bug/Issue Reporting
Download
FAQ
Get Involved
License
News
Stack Comparison
Support
User's Guide
XFire Team

M5

Javadocs
Reports

M6-SNAPSHOT

Javadocs
Reports

Developers

Developer Space
CVS
Building
Architecture
Interesting Projects
Release Process

PicoContainer Support

XFire is very component oriented and you wont have problem to use its components into Pico, anyway few special components are needed in order to have a clear and easy integration with Pico and XFire comes from factory with it.
Those components are:

PicoObjectServiceFactory

PicoObjectServiceFactory is a PicoContainer specialization for Java objects-specific implementation of theServiceFactory interface which uses a given picocontainer to pick service objects instance when it's about to invoke them.
Some of the constructors gets an ObjectReference, which is very useful when you use NanoWar for instance.

XFireServiceRegisterVisitor

A PicoVisitor that register at XFire every Service registred into the Visited PicoContainer.

AbstractPicoXFireTest

The AbstractXFireTest PicoContainer version. It add getPico and setPico which gets/sets the PicoContainer instance used by the other XFire components used in this test.