Hello, I like to adapt my ULC application to Spring Framework and I'm concerning to the code snippet of the ULC code community. I declared my ULC application as a prototype bean in my Spring XML and it is working as a standealone app.
But which settings I needto do when to deploy my ulc application for a servlet container using JNLP? Is it possible to get an example of the web.xml file? Which servlets I have to define? com.ulcjava.container.servlet.server.ServletContainerAdapter org.springframework.web.context.ContextLoaderServlet org.springframework.web.servlet.DispatcherServlet What do I have to adapt in my Spring XML file? Is this enough ? <bean name="/ulc" class="org.mernst.ulcjava.spring.ULCController"/> <bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping"/> What does mean " JNLP development is performed as usual, only the url changes." ? Maybe a JNLP configuration example would be helpful! Thank you for answers! Mit freundlichen Grüßen/ Best Regards/Sincères Salutations Ralph Weyers _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
