ApplicationRegistry.getInstance().notifyStarted();
WidgetProperties.getInstance().setGuid( WIDGET_GUID );
EventLogger.register( WIDGET_GUID, wConfig.getName(), EventLogger.VIEWER_STRING );
SettingsManager.setFactory( new SettingsStoreFactoryImpl() );
// push entry
if( ApplicationRegistry.isDaemon( args ) ) {
String page = args[ 1 ];
int maxQueueCap = Integer.parseInt( args[ 2 ] );