欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Install Countries on Geronimo
来自开放百科 - 灰狐
(版本间的差异)
第30行: | 第30行: | ||
来源: http://cwiki.apache.org/confluence/display/GMOxDOC10/Spring | 来源: http://cwiki.apache.org/confluence/display/GMOxDOC10/Spring | ||
− | 返回 :[[Huihoo Geronimo Applications]] | + | 返回: [[Huihoo Geronimo Applications]] |
2006年8月25日 (五) 03:18的最后版本
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
分享您的观点