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

返回: Huihoo Geronimo Applications

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱