Go to file
corsoft 82d51cb08d Created holder for ldap project (based on trimmed down basic auth project) 2014-06-15 13:21:21 +01:00
core-java quick cleanup work 2014-06-11 12:39:01 +03:00
core-java-8 java 8 new tests and quick maven upgrades 2014-06-12 20:42:20 +03:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
experiments maven spring upgrades 2014-05-24 11:24:44 +03:00
guava maven spring upgrades 2014-05-24 11:24:44 +03:00
httpclient new configuration work 2014-06-14 20:52:50 +03:00
jackson maven spring upgrades 2014-05-24 11:24:44 +03:00
mockito maven spring upgrades 2014-05-24 11:24:44 +03:00
rest-testing minor maven upgrades 2014-05-16 22:44:26 +03:00
sandbox maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-all maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-exceptions maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-hibernate3 maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-hibernate4 maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-jpa persistence cleanup work 2014-06-03 19:58:42 +02:00
spring-mvc-java maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-mvc-no-xml maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-mvc-xml maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-rest maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-basic-auth maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-mvc-custom maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-mvc-digest-auth maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-mvc-ldap Created holder for ldap project (based on trimmed down basic auth project) 2014-06-15 13:21:21 +01:00
spring-security-mvc-login maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-mvc-persisted-remember-me cleanup work (mostly formating) 2014-06-04 12:14:34 +02:00
spring-security-mvc-session maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-rest minor java testing work 2014-06-10 17:08:29 +03:00
spring-security-rest-basic-auth maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-rest-custom maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-rest-digest-auth maven spring upgrades 2014-05-24 11:24:44 +03:00
spring-security-rest-full new configuration work 2014-06-14 20:52:50 +03:00
starting/spring-jpa maven upgrades, new way of configuring properties for persistence 2014-03-26 12:34:22 +02:00
.gitignore updated gitignore 2014-06-15 13:21:21 +01: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 activating all modules in the parent pom 2014-04-04 17:34:30 +03: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