Go to file
Rachel Shu 09b4633741 Reduce fields not necessary. 2014-07-22 09:09:34 -04:00
core-java IO work 2014-06-25 12:54:06 +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 cleanup work and starting new tests 2014-06-19 21:19:14 +03:00
jackson Reduce fields not necessary. 2014-07-22 09:09:34 -04: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 cleanup work 2014-06-17 22:33:08 +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 quick formatting work 2014-06-16 17:19:26 +03: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 update operation fix 2014-06-19 12:56:34 +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