Go to file
eugenp 6c6cc61caf Merge branch 'master' of https://github.com/eugenp/tutorials
Conflicts:
	spring-rest/pom.xml
	spring-rest/src/main/webapp/WEB-INF/web.xml
2015-07-23 16:56:24 +03:00
.metadata handling static resources 2014-10-16 20:53:24 -05:00
RemoteSystemsTempFiles handling static resources 2014-10-16 20:53:24 -05:00
apache-fop formatting cleanup 2015-07-23 16:54:23 +03:00
core-java formatting cleanup 2015-07-23 16:54:23 +03:00
core-java-8 formatting cleanup 2015-07-23 16:54:23 +03:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
gson formatting cleanup 2015-07-23 16:54:23 +03:00
guava formatting cleanup 2015-07-23 16:54:23 +03:00
handling-spring-static-resources formatting cleanup 2015-07-23 16:54:23 +03:00
httpclient formatting cleanup 2015-07-23 16:54:23 +03:00
jackson formatting cleanup 2015-07-23 16:54:23 +03:00
mockito formatting cleanup 2015-07-23 16:54:23 +03:00
rest-testing formatting cleanup 2015-07-23 16:54:23 +03:00
sandbox formatting cleanup 2015-07-23 16:54:23 +03:00
spring-all formatting cleanup 2015-07-23 16:54:23 +03:00
spring-boot formatting cleanup 2015-07-23 16:54:23 +03:00
spring-exceptions formatting cleanup 2015-07-23 16:54:23 +03:00
spring-hibernate3 formatting cleanup 2015-07-23 16:54:23 +03:00
spring-hibernate4 formatting cleanup 2015-07-23 16:54:23 +03:00
spring-jpa formatting cleanup 2015-07-23 16:54:23 +03:00
spring-mvc-java formatting cleanup 2015-07-23 16:54:23 +03:00
spring-mvc-no-xml formatting cleanup 2015-07-23 16:54:23 +03:00
spring-mvc-xml formatting cleanup 2015-07-23 16:54:23 +03:00
spring-rest Merge branch 'master' of https://github.com/eugenp/tutorials 2015-07-23 16:56:24 +03:00
spring-security-basic-auth formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-login-and-registration formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-mvc-custom formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-mvc-digest-auth formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-mvc-ldap formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-mvc-login formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-mvc-persisted-remember-me upgrade and eclipse work 2015-06-20 05:40:22 +01:00
spring-security-mvc-session formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-rest formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-rest-basic-auth formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-rest-custom formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-rest-digest-auth formatting cleanup 2015-07-23 16:54:23 +03:00
spring-security-rest-full formatting cleanup 2015-07-23 16:54:23 +03:00
src/main Password Encoding 2014-12-15 18:37:30 -05:00
.gitignore allowing jars to be committed 2014-11-27 21:43:45 +02:00
.project maven fixes and parent pom 2014-04-04 17:21:15 +03:00
README.md Update README.md 2014-05-05 16:14:11 +03:00
pom.xml Spring Login Error Handling Additional changes - 2014-07-22 18:02:11 -05:00

README.md

Spring Tutorials

This project is a collection of small and focused tutorials each covering a single and well defined area of development. Most of the tutorial projects are focused on the Spring Framework (and Spring Security).
In additional to Spring, the following technologies are in focus: core Java, Jackson, HttpClient, Guava.

Working with the code in Eclipse

Any IDE can be used to work with the projects, but if you're using Eclipse, consider the following.

  • import the included formatter in Eclipse: https://github.com/eugenp/tutorials/tree/master/eclipse