rdService = new RequestDispatcherServiceImpl();
portletPreferencesService = new DefaultPortletPreferencesService();
portletRegistryService = new PortletContextManager(rdService, new PortletAppDescriptorServiceImpl());
portletContextService = (PortletContextManager)portletRegistryService;
portletInvokerService = new DefaultPortletInvokerService(portletContextService);
portletEnvironmentService = new PortletEnvironmentServiceImpl();
portalAdministrationService = new DefaultPortalAdministrationService();
userInfoService = new DefaultUserInfoService();
namespaceMapper = new DefaultNamespaceMapper();
descriptorService = new PortletAppDescriptorServiceImpl();
ccppProfileService = new DummyCCPPProfileServiceImpl();