Go to file
David Morley a0ee0ccabc Update mock injection example to make the behavior clear 2016-01-20 20:54:43 -06: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 2016-01-20 20:54:39 -06:00
core-java maven upgrades 2016-01-20 20:54:39 -06:00
core-java-8 minor cleanup work 2016-01-20 20:54:42 -06:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
gson add some gson deserialization examples 2016-01-20 20:54:39 -06:00
guava add partition list examples 2016-01-20 20:54:43 -06:00
guava18 Splitted test to grouped by methods used tests. 2016-01-20 20:54:39 -06:00
handling-spring-static-resources cleanup and upgrade 2016-01-20 20:54:42 -06:00
httpclient maven upgrades 2016-01-20 20:54:39 -06:00
jackson minor fix 2016-01-20 20:54:42 -06:00
javaxval modified: javaxval/src/test/java/org/baeldung/ValidationTest.java 2015-10-21 09:31:17 +05:30
mockito maven upgrades 2016-01-20 20:54:39 -06:00
mockito-mocks-spring-beans Update mock injection example to make the behavior clear 2016-01-20 20:54:43 -06:00
raml Added RAML files for first two articles 2016-01-20 20:54:43 -06:00
rest-testing maven upgrades 2016-01-20 20:54:39 -06:00
sandbox maven upgrades 2016-01-20 20:54:39 -06:00
spring-all cleanup and upgrade 2016-01-20 20:54:41 -06:00
spring-batch spring batch work 2016-01-20 20:54:40 -06:00
spring-boot minor upgrades 2015-09-22 12:17:53 +03:00
spring-data-cassandra general cleanup work 2016-01-20 20:54:40 -06:00
spring-data-mongodb minor cleanup 2016-01-20 20:54:39 -06:00
spring-exceptions maven upgrades 2016-01-20 20:54:39 -06:00
spring-hibernate3 maven upgrades 2016-01-20 20:54:39 -06:00
spring-hibernate4 testing work 2016-01-20 20:54:40 -06:00
spring-jpa testing work 2016-01-20 20:54:40 -06:00
spring-katharsis cleanup and upgrade 2016-01-20 20:54:41 -06:00
spring-mvc-java minor cleanup 2016-01-20 20:54:39 -06:00
spring-mvc-no-xml maven upgrades 2016-01-20 20:54:39 -06:00
spring-mvc-xml maven upgrades 2016-01-20 20:54:39 -06: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 maven upgrades 2016-01-20 20:54:39 -06:00
spring-security-basic-auth cleanup and upgrade 2016-01-20 20:54:41 -06:00
spring-security-login-and-registration cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-mvc-custom cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-mvc-digest-auth cleanup and upgrade 2016-01-20 20:54:41 -06:00
spring-security-mvc-ldap cleanup and upgrade 2016-01-20 20:54:41 -06:00
spring-security-mvc-login cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-mvc-persisted-remember-me cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-mvc-session cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-oauth cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-rest custom error message 2016-01-20 20:54:43 -06:00
spring-security-rest-basic-auth cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-rest-custom cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-rest-digest-auth cleanup and upgrade 2016-01-20 20:54:42 -06:00
spring-security-rest-full restTemplate timeout 2016-01-20 20:54:42 -06:00
spring-thymeleaf Rename package to conform with site name 2016-01-20 20:54:41 -06: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-20 20:54:43 -06: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