Marshaller marshaller = new Marshaller(serializer.asDocumentHandler());
marshaller.setMapping(sdmXml);
marshaller.marshal(webApp);
*/
PortletAppDescriptorService portletAppDescriptorService = new StreamPortletAppDescriptorServiceImpl(appName, pis, null);
File tmpf = File.createTempFile("infoglue-web-xml", null);
WebAppDescriptorService webAppDescriptorService = new StreamWebAppDescriptorServiceImpl(appName, wis, new FileOutputStream(tmpf));
org.apache.pluto.driver.deploy.Deploy d = new org.apache.pluto.driver.deploy.Deploy(webAppDescriptorService, portletAppDescriptorService);
d.updateDescriptors();