Go to file
eugenp f333a60a71 small formatting work 2015-02-14 14:15:26 +02: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 maven work 2015-01-01 14:54:40 +02:00
core-java adding alternative to remove nulls for list 2015-01-01 15:00:28 +02:00
core-java-8 less verbose comparing logic 2015-01-03 18:12:00 +02:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
gson maven work 2015-01-01 14:54:40 +02:00
guava fixing test for Joiner 2015-01-14 17:05:54 +02:00
handling-spring-static-resources maven work 2015-01-01 14:54:40 +02:00
httpclient maven work 2015-01-01 14:54:40 +02:00
jackson small modifications 2015-02-03 17:10:01 +02:00
mockito maven work 2015-01-01 14:54:40 +02:00
rest-testing maven work 2015-01-01 14:54:40 +02:00
sandbox maven work 2015-01-01 14:54:40 +02:00
spring-all minor cleanup formatting work 2015-01-24 15:50:51 +02:00
spring-exceptions maven work 2015-01-01 14:54:40 +02:00
spring-hibernate3 maven work 2015-01-01 14:54:40 +02:00
spring-hibernate4 maven work 2015-01-01 14:54:40 +02:00
spring-jpa cleanup work 2015-01-31 20:57:57 +02:00
spring-mvc-java maven work 2015-01-01 14:54:40 +02:00
spring-mvc-no-xml maven work 2015-01-01 14:54:40 +02:00
spring-mvc-xml maven work 2015-01-01 14:54:40 +02:00
spring-rest maven work 2015-01-01 14:54:40 +02:00
spring-security-basic-auth maven work 2015-01-01 14:54:40 +02:00
spring-security-login-and-registration small formatting work 2015-02-14 14:15:26 +02:00
spring-security-mvc-custom maven work 2015-01-01 14:54:40 +02:00
spring-security-mvc-digest-auth maven work 2015-01-01 14:54:40 +02:00
spring-security-mvc-ldap handling static resources 2014-10-16 20:53:24 -05:00
spring-security-mvc-login maven work 2015-01-01 14:54:40 +02:00
spring-security-mvc-persisted-remember-me maven work 2015-01-01 14:54:40 +02:00
spring-security-mvc-session maven work 2015-01-01 14:54:40 +02:00
spring-security-oauth modify spring security oauth 2015-02-13 18:09:43 +02:00
spring-security-rest maven work 2015-01-01 14:54:40 +02:00
spring-security-rest-basic-auth maven work 2015-01-01 14:54:40 +02:00
spring-security-rest-custom maven work 2015-01-01 14:54:40 +02:00
spring-security-rest-digest-auth maven work 2015-01-01 14:54:40 +02:00
spring-security-rest-full small modifications 2015-02-03 17:10:01 +02: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