Portals embedding Pluto must implement the
{@link org.apache.pluto.services.PortletContainerServices}
interfac and then retrieve an instance of the container from
the {@link org.apache.pluto.PortletContainerFactory}.
Initialization of the container
PortletContainerServices services = // your implementation!
PortletContainer container =
PortletContainerFactory.createContainer("MyContainer", services);
ServletContext context = // the servlet context within which the portal is executing
container.init(servletContext);