Go to file
DOHA bc216b142f modify zuul filter 2016-03-01 15:53:04 +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 upgrades 2015-12-21 11:34:42 +02:00
core-java Update README.md 2016-02-09 14:27:46 +02:00
core-java-8 Update README.md 2016-03-01 02:38:43 +02:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
gson Update README.md 2016-02-08 12:20:01 +02:00
guava Update README.md 2016-02-08 12:35:14 +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 cleanup and upgrade 2016-01-09 13:01:37 +02:00
httpclient Update README.md 2016-02-10 13:47:44 +02:00
jackson Update README.md 2016-02-11 02:53:18 +02:00
javaxval modified: javaxval/src/test/java/org/baeldung/ValidationTest.java 2015-10-21 09:31:17 +05:30
json-path Refactor package name to conform to standard 2016-02-18 07:21:46 -06:00
mockito Update README.md 2016-02-08 12:42:32 +02:00
mockito-mocks-spring-beans Create README.md 2016-02-11 02:45:49 +02:00
querydsl more queries using QueryDSL 2016-02-28 18:04:44 +05:30
raml Create README.md 2016-03-01 02:29:53 +02:00
rest-testing maven upgrades 2015-12-21 11:34:42 +02:00
resteasy Update README.md 2016-03-01 02:31:47 +02:00
sandbox maven upgrades 2015-12-21 11:34:42 +02:00
spring-all Update README.md 2016-02-10 14:24:04 +02:00
spring-apache-camel Update README.md 2016-03-01 11:38:37 +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 Update README.md 2016-03-01 02:02:46 +02:00
spring-exceptions general formatting work 2016-01-30 12:01:41 +02:00
spring-freemarker Create README.md 2016-02-11 02:51:08 +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 Update README.md 2016-02-08 12:14:54 +02:00
spring-openid OpenID Connect example 2016-02-13 22:25:31 +02:00
spring-quartz changes after code review - removed module within module, java version to 1.8, boot version to 1.2.6, removed empty tests, removed named beans 2015-10-06 17:56:47 +05:30
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-login-and-registration cleanup work 2016-02-14 11:15:29 +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 Update README.md 2016-02-10 14:33:55 +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-oauth modify zuul filter 2016-03-01 15:53:04 +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 minor maven upgrades 2016-01-30 12:00:06 +02:00
spring-security-rest-digest-auth cleanup and upgrade 2016-01-06 19:38:25 +02:00
spring-security-rest-full Update README.md 2016-02-11 02:52:17 +02:00
spring-thymeleaf Rename package to conform with site name 2016-01-05 21:37:48 -06:00
spring-zuul oauth refresh token 2016-02-27 20:37:56 +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 2016-01-12 13:36:32 +02:00
pom.xml Spring Login Error Handling Additional changes - 2014-07-22 18:02:11 -05: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