Struts2 dynamic binding of action class without restart
is this possible to load dynamically开发者_Python百科 struts action class without having to restart? I am not using any enterprise application container.
See: http://struts.apache.org/2.2.1/docs/spring-plugin.html
Search the page for "Class Reloading"
精彩评论