pax drone - terminology

Unknown macro: {ops4j-style}
Unknown macro: {ops4j-roundrect}

Drone
An on-the-fly built bundle with a recipe host header specified in the MANIFEST.

Recipe
A (small) portion of executable code that needs to be executed inside the framework. A Method can be a recipe.

Recipe Host
A class that contains recipes. This class is specified in the "Drone-RecipeHost" header of the drone.

Zombie
Simple RMI server and client to control outside of VM frameworks (like PaxRunner)

Connector
Can execute recipes. Connectors can start its own osgi framework (embedded), launch processes and they may connect to a remote osgi framework in order to run the tests.

DroneRunner
The minimal boilerplate to run Drones. Additional runners for JUnit and alike are using it. You can use DroneRunner inside you own stuff