Go to file
eugenp b292a48657 Merge branch 'master' of https://github.com/eugenp/tutorials 2016-03-06 11:37:58 +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 removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
core-java removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
core-java-8 removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
gson removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
gson-jackson-performance Clean up README for Jackson/Gson article 2016-03-03 05:30:43 -06:00
guava removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
guava18 Update README.md 2016-02-10 14:32:10 +02:00
guava19 Update README.md 2016-03-01 02:27:08 +02:00
handling-spring-static-resources removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
httpclient removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
jackson removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
javaxval eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
json-path Resolve conflicts in JsonPath examples 2016-03-04 06:08:55 -06:00
mockito removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
mockito-mocks-spring-beans removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
persistence-jpa moving the oauth code 2016-03-02 11:09:17 +02:00
querydsl eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
raml Create README.md 2016-03-01 02:29:53 +02:00
rest-testing removing sandbox, maven upgrades, eclipse cleanup 2016-03-06 11:37:48 +02:00
resteasy eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
spring-all Update README.md 2016-02-10 14:24:04 +02:00
spring-apache-camel eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
spring-batch Update README.md 2016-02-10 14:35:56 +02:00
spring-boot minor upgrades 2015-09-22 12:17:53 +03:00
spring-data-cassandra Update README.md 2016-02-10 14:31:11 +02:00
spring-data-elasticsearch Update README.md 2016-03-01 02:19:56 +02:00
spring-data-mongodb Update README.md 2016-02-11 02:25:41 +02:00
spring-data-redis eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
spring-exceptions general formatting work 2016-01-30 12:01:41 +02:00
spring-freemarker eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
spring-hibernate3 general formatting work 2016-01-30 12:01:41 +02:00
spring-hibernate4 Update README.md 2016-02-11 02:48:47 +02:00
spring-jpa Update README.md 2016-02-09 14:44:49 +02:00
spring-katharsis Create README.md 2016-02-10 14:20:12 +02:00
spring-mvc-java Update README.md 2016-02-11 03:04:45 +02:00
spring-mvc-no-xml maven upgrades 2015-12-21 11:34:42 +02:00
spring-mvc-xml Clean up Spring MVC Form Tag Library example 2016-03-03 06:20:44 -06:00
spring-openid Update README.md 2016-03-03 12:57:42 +02:00
spring-quartz eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
spring-rest Update README.md 2016-02-11 03:03:08 +02:00
spring-security-basic-auth cleanup and upgrade 2016-01-06 13:26:07 +02:00
spring-security-mvc-custom cleanup and upgrade 2016-01-07 15:17:26 +02:00
spring-security-mvc-digest-auth cleanup and upgrade 2016-01-06 13:26:07 +02:00
spring-security-mvc-ldap eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
spring-security-mvc-login cleanup and upgrade 2016-01-06 19:38:25 +02:00
spring-security-mvc-persisted-remember-me Update README.md 2016-02-08 12:08:35 +02:00
spring-security-mvc-session cleanup and upgrade 2016-01-07 15:17:26 +02:00
spring-security-rest Update README.md 2016-02-11 02:47:43 +02:00
spring-security-rest-basic-auth cleanup and upgrade 2016-01-06 19:38:25 +02:00
spring-security-rest-custom eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
spring-security-rest-digest-auth cleanup and upgrade 2016-01-06 19:38:25 +02:00
spring-security-rest-full minor metric fix 2016-03-05 13:23:15 +02:00
spring-thymeleaf eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
spring-zuul eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
.gitignore modify openID properties 2016-03-03 12:52:18 +02:00
README.md Update README.md 2016-01-12 13:36:32 +02:00

README.md

The "REST with Spring" Classes

After 5 months of work, here's the Master Class:
>> THE REST WITH SPRING MASTER CLASS

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