Spring MVC Example

Spring MVC Example Commit Details

Date:2011-09-22 20:05:36 (14 years 6 months ago)
Author:Michael Ahlberg
Branch:master
Commit:ceab5293fad881288372f9d9e9d97e4707bb3969
Parents: 3d39032d1dcf350c71a490c9d8755f8ba4349a89
Message:Reformatted xml

Changes:
Msrc/main/webapp/WEB-INF/config/data-access-config.xml (1 diff)
Msrc/main/webapp/WEB-INF/config/web-application-config.xml (2 diffs)

File differences

src/main/webapp/WEB-INF/config/data-access-config.xml
11<beans xmlns="http://www.springframework.org/schema/beans"
2    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
3    xmlns:jee="http://www.springframework.org/schema/jee" xmlns:tx="http://www.springframework.org/schema/tx"
2    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xmlns:aop="http://www.springframework.org/schema/aop"
4    xmlns:jee="http://www.springframework.org/schema/jee"
5    xmlns:tx="http://www.springframework.org/schema/tx"
46    xsi:schemaLocation="
57            http://www.springframework.org/schema/beans
68            http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
src/main/webapp/WEB-INF/config/web-application-config.xml
11<?xml version="1.0" encoding="UTF-8"?>
22<beans xmlns="http://www.springframework.org/schema/beans"
3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4    xmlns:context="http://www.springframework.org/schema/context"
45    xsi:schemaLocation="http://www.springframework.org/schema/beans
56           http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
67           http://www.springframework.org/schema/context
...... 
1112    <import resource="data-access-config.xml" />
1213    <import resource="webmvc-config.xml" />
13    <bean
14        class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />
14    <bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />
1515</beans>

Archive Download the corresponding diff file

Branches