Project

General

Profile

« Previous | Next » 

Revision 4a256232

Added by Andreas Müller over 2 years ago

cleanup javadoc

View differences:

src/main/webapp/WEB-INF/applicationContext.xml
12 12
    NOTE: 
13 13
    For a detailed overview on the spring MVC and application context configuration and 
14 14
    bootstrapping of this web application see: 
15
    http://dev.e-taxonomy.eu/trac/wiki/cdmlib-remote-webappConfigurationAndBootstrapping
15
    https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/cdmlib-remote-webappConfigurationAndBootstrapping
16 16
  -->
17 17
   
18 18
   <context:annotation-config />
src/main/webapp/WEB-INF/web.xml
7 7
  <!-- 
8 8
       NOTE: For a detailed overview on the spring MVC and application context 
9 9
       configuration and bootstrapping of this web application 
10
       see: http://dev.e-taxonomy.eu/trac/wiki/cdmlib-remote-webappConfigurationAndBootstrapping 
10
       see: https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/cdmlib-remote-webappConfigurationAndBootstrapping 
11 11
  -->
12 12

  
13 13
    <description>cdmlib-vaadin web-application instance</description>
src/test/resources/eu/etaxonomy/cdm/applicationContext-service-integration.xml
12 12
    NOTE: 
13 13
    For a detailed overview on the spring MVC and application context configuration and 
14 14
    bootstrapping of this web application see: 
15
    http://dev.e-taxonomy.eu/trac/wiki/cdmlib-remote-webappConfigurationAndBootstrapping
15
    https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/cdmlib-remote-webappConfigurationAndBootstrapping
16 16
  -->
17 17
   
18 18
   <context:annotation-config />
src/test/resources/mock-webapp/WEB-INF/applicationContext-alternative.xml
3 3
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 4
    xmlns:tx="http://www.springframework.org/schema/tx"
5 5
    xmlns:context="http://www.springframework.org/schema/context"
6
    xsi:schemaLocation="http://www.springframework.org/schema/beans   http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
7
    http://www.springframework.org/schema/context   http://www.springframework.org/schema/context/spring-context-3.0.xsd
8
    http://www.springframework.org/schema/tx   http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
6
    xsi:schemaLocation="http://www.springframework.org/schema/beans   http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7
      http://www.springframework.org/schema/context   http://www.springframework.org/schema/context/spring-context-4.0.xsd
8
      http://www.springframework.org/schema/tx   http://www.springframework.org/schema/tx/spring-tx-4.0.xsd
9 9
    ">
10 10

  
11 11
  <!-- 
12 12
    NOTE: 
13 13
    For a detailed overview on the spring MVC and application context configuration and 
14 14
    bootstrapping of this web application see: 
15
    http://dev.e-taxonomy.eu/trac/wiki/cdmlib-remote-webappConfigurationAndBootstrapping
15
    https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/cdmlib-remote-webappConfigurationAndBootstrapping
16 16
  -->
17 17
   
18 18
   <context:annotation-config />

Also available in: Unified diff