IWebApplication app = findApplication(wabundle);
if (app != null && app.isDynaServicesStarted())
return;
if (app == null) {
WebApplication tmpApp = new WebApplication(wabundle);
FwkRuntime.getInstance().regApplication(tmpApp);
app = tmpApp;
}
// Do default resources publish if any.