Anyone have some very simple Spring example to get started. Basically I want to only use it to replace jdbc and jndi. So what I am looking for is the very basic configure a web app, contact to the database, read the database using a java program. I am getting hung up on all the parts. I will be using servlets and nothing else. I have build a crud app using scaffold but I don’t want to us jsp or jsf or mvc or an of that. Just trying to improve my database connection and performance and it must run on tomcat with no server configuration. I am using a hosted environment with no access to change tomcat.
Really appreciate any help.