I'm using STS, (+ sql server driver(mssql), mybatis-spring, mybatis))
my package structure is:
src/main/java >>> com.sunny.myevent.controller *.domain *.persistence *.service
src/main/resources >>> com.sunny.myevent.persistence (Mapper xml files)
src/test/java
src/test/resources
AND
src/main/webapp/resources/...
src/main/WEB-INF/classes
src/main/WEB-INF/spring >>> ./root-context.xml, appServlet/servlet-context.xml
src/main/WEB-INF/views >>> ./web.xml
What can I do to remove pom.xml and convert to spring3 mvc project without maven?