摘要:
When running a Java program, verbose options can be used to tell the JVM which kind of information to see. JVM suports three verbose options out of th 阅读全文
摘要:
war包代表一个应用 web.xml是tomcat和spring间的桥梁,是tomcat构建spring运行环境的说明书 It is a web application deployment descriptor file, contains detail description about web 阅读全文
摘要:
一、ServletContext Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, 阅读全文
摘要:
In the Web MVC framework, each DispatcherServlet has its own WebApplicationContext, which inherits all the beans already defined in the rootWebApplica 阅读全文
摘要:
/** * Holder for both Model and View in the web MVC framework. * Note that these are entirely distinct. This class merely holds * both to make it poss 阅读全文
摘要:
When RESTful Web Service is developed using Spring MVC, the application is configured as given below. Among these, implementation is necessary for the 阅读全文
摘要:
Conceptually, calling a method on a transactional proxy looks like this… Conceptually, calling a method on a transactional proxy looks like this… ht 阅读全文