Go to file
Eugen 34fe047d3b Merge pull request #5 from egmp777/master
All JPA/Hibernate Sorting Tests
2014-05-05 16:14:21 +03:00
core-java maven upgrades 2014-04-04 17:14:48 +03:00
core-java-8 cleanup work 2014-03-07 18:28:52 +02:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
experiments maven upgrades 2014-04-04 17:14:48 +03:00
guava maven fixes and parent pom 2014-04-04 17:21:15 +03:00
httpclient maven upgrades 2014-04-04 17:14:48 +03:00
jackson maven upgrades 2014-04-04 17:14:48 +03:00
mockito maven fixes and parent pom 2014-04-04 17:21:15 +03:00
rest-testing maven upgrades 2014-04-04 17:14:48 +03:00
sandbox maven fixes and parent pom 2014-04-04 17:21:15 +03:00
spring-all maven upgrades 2014-04-04 17:14:48 +03:00
spring-exceptions maven upgrades 2014-04-04 17:14:48 +03:00
spring-hibernate3 maven upgrades 2014-04-04 17:14:48 +03:00
spring-hibernate4 Merge pull request #5 from egmp777/master 2014-05-05 16:14:21 +03:00
spring-jpa Merge pull request #5 from egmp777/master 2014-05-05 16:14:21 +03:00
spring-mvc-java maven upgrades 2014-04-04 17:14:48 +03:00
spring-mvc-no-xml maven upgrades 2014-04-04 17:14:48 +03:00
spring-mvc-xml maven upgrades 2014-04-04 17:14:48 +03:00
spring-rest maven upgrades 2014-04-04 17:14:48 +03:00
spring-security-basic-auth maven fixes 2014-04-04 17:31:31 +03:00
spring-security-mvc-custom maven fixes 2014-04-04 17:31:31 +03:00
spring-security-mvc-digest-auth maven fixes 2014-04-04 17:31:31 +03:00
spring-security-mvc-login maven fixes 2014-04-04 17:31:31 +03:00
spring-security-mvc-session maven fixes 2014-04-04 17:31:31 +03:00
spring-security-rest maven fixes 2014-04-04 17:31:31 +03:00
spring-security-rest-basic-auth self signed certificates with new api 2014-04-23 18:41:41 +03:00
spring-security-rest-custom maven fix 2014-04-04 17:33:23 +03:00
spring-security-rest-digest-auth maven upgrades 2014-04-04 17:14:48 +03:00
spring-security-rest-full maven fixes 2014-04-04 17:31:31 +03:00
starting/spring-jpa maven upgrades, new way of configuring properties for persistence 2014-03-26 12:34:22 +02:00
.gitignore Initial commit 2013-04-29 11:26:36 -07: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