欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Install Countries on Geronimo
来自开放百科 - 灰狐
(版本间的差异)
| 第16行: | 第16行: | ||
* Edit the deployment plan and add the following content: | * Edit the deployment plan and add the following content: | ||
| − | + | geronimo-web.xml | |
| − | + | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.0" | <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.0" | ||
| 第28行: | 第27行: | ||
<context-priority-classloader>false</context-priority-classloader> | <context-priority-classloader>false</context-priority-classloader> | ||
</web-app> | </web-app> | ||
| + | |||
| + | 来源: http://cwiki.apache.org/confluence/display/GMOxDOC10/Spring | ||
2006年8月25日 (五) 03:16的版本
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
分享您的观点