- looks like Spring JDBC template can simplify lots of codes –
- Spring Security
- http://www.journaldev.com/2715/spring-security-in-servlet-web-application-using-dao-jdbc-in-memory-authentication
- http://javahash.com/spring-security-hello-world-example/
- http://www.journaldev.com/2736/spring-mvc-security-example-using-in-memory-userdetailsservice-and-jdbc-authentication
- trying to get SpringMVCSecurity example working….
- working on integrating Spring JDBC to UserService
- had to set the dataSource property for controller, not service like the example!!!!!
- mixing version number don’t play well., ie. spring 4.0.0 with spring-jdbc 4.0.2 generates weird exceptions…
- many examples I have found use Maven – manually download artifacts – http://search.maven.org
