sessionIdManager = new ForceSessionIdManager();
communicationModule = new TribesCommunicationModule();
sessionComponent = new SessionComponent(communicationModule);
communicationModule.addMessageListener(sessionComponent);
pageStoreComponent = new PageStoreComponent(communicationModule);
nodeInitializerComponent = new NodeInitializerComponent(communicationModule, pageStoreComponent);