欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Install Countries on Geronimo
来自开放百科 - 灰狐
The Countries sample application covers the use of advanced features in the presentation layer. The Spring Countries sample application heavily focuses on:
- Localization
- Themes
- Refreshable paged list
- Composed views
- Internationalized views
- Arborescent view definitions
- A personalized interceptor
Create deployment plan
To create a Geronimo specific deployment plan geronimo-web.xml follow these steps.
- Create a geronimo-web.xml deployment plan file in the <spring_home>\samples\countries\war\WEB-INF directory.
- Edit the deployment plan and add the following content:
geronimo-web.xml
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.0" configId="org/springframework/samples/countries"> <hidden-classes> <filter>org.springframework</filter> </hidden-classes> <context-root>/countries</context-root> <context-priority-classloader>false</context-priority-classloader> </web-app>
来源: http://cwiki.apache.org/confluence/display/GMOxDOC10/Spring
分享您的观点