Description: This program implements only mybatis integration with the spring after a search function, the main purpose is to test mybatis integrated with the normal spring. Database for Oracle, the table is no longer available information, the user can create, can be replaced familiar database. Only two data fields, name and department, the table name txl.
File list (Check if you may need any files):
ReadMe.txt
mybatis_spring\.classpath
..............\.mymetadata
..............\.project
..............\WebRoot\errorUrl.html
..............\.......\index.jsp
..............\.......\WEB-INF\applicationContext.xml
..............\.......\.......\dwr.xml
..............\.......\.......\service.xml
..............\.......\.......\web.xml
..............\.......\.......\lib\aopalliance-1.0.jar
..............\.......\.......\...\c3p0-0.9.1.2.jar
..............\.......\.......\...\commons.logging-1.1.1.jar
..............\.......\.......\...\dwr-2.0.6.jar
..............\.......\.......\...\mybatis-3.0.4.jar
..............\.......\.......\...\mybatis-spring-1.0.0.jar
..............\.......\.......\...\ojdbc14.jar
..............\.......\.......\...\org.springframework.aop-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.asm-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.beans-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.context-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.context.support-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.core-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.expression-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.jdbc-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.orm-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.transaction-3.0.5.RELEASE.jar
..............\.......\.......\...\org.springframework.web-3.0.5.RELEASE.jar
..............\.......\.......\classes\com\csxt\app\service\ITestService.class
..............\.......\.......\.......\...\....\...\.......\impl\TestServiceImpl.class
..............\.......\.......\.......\...\....\...\mappers\ITestMapper.class
..............\.......\.......\.......\...\....\...\.......\TestMapper.xml
..............\.......\META-INF\MANIFEST.MF
..............\.......\common\js\test.js
..............\src\com\csxt\app\service\ITestService.java
..............\...\...\....\...\.......\impl\TestServiceImpl.java
..............\...\...\....\...\mappers\ITestMapper.java
..............\...\...\....\...\.......\TestMapper.xml
..............\WebRoot\WEB-INF\classes\com\csxt\app\service\impl
..............\.......\.......\.......\...\....\...\service
..............\.......\.......\.......\...\....\...\mappers
..............\.......\.......\.......\...\....\app
..............\src\com\csxt\app\service\impl
..............\WebRoot\WEB-INF\classes\com\csxt
..............\src\com\csxt\app\service
..............\...\...\....\...\mappers
..............\WebRoot\WEB-INF\classes\com
..............\src\com\csxt\app
..............\WebRoot\WEB-INF\lib
..............\.......\.......\classes
..............\.......\common\js
..............\src\com\csxt
..............\WebRoot\WEB-INF
..............\.......\META-INF
..............\.......\common
..............\src\com
..............\WebRoot
..............\src
..............\.myeclipse
mybatis_spring