getWebAppComponentType();
Composite composite = helper.createComposite();
ModelFactoryExtensionPoint mfep = new DefaultModelFactoryExtensionPoint();
WebImplementationFactory wif = mfep.getFactory(WebImplementationFactory.class);
WebImplementation impl = wif.createWebImplementation();
impl.setWebURI(webModule.getModuleId());
// Create component
Component component = helper.createComponent();
String componentName = webModule.getModuleId();