private GadgetAppUndeployer gadgetUndeployer = null;
protected void activate(ComponentContext ctxt) {
try {
//register gadget deployer and undeployer in the ApplicationManager
gadgetDeployer = new GadgetAppDeployer();
gadgetUndeployer = new GadgetAppUndeployer();
applicationManager.registerDeploymentHandler(gadgetDeployer);
applicationManager.registerUndeploymentHandler(gadgetUndeployer);
// read required-features.xml