Go to file
sriv-priyank e57088cfa4 spring quartz tutorial sample code first commit 2015-09-30 23:30:45 +05:30
.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 Fix broken merge 2015-07-31 13:15:52 +03:00
core-java new java conversion 2015-09-11 15:57:45 +03:00
core-java-8 testing work 2015-08-26 12:10:06 +03:00
eclipse new formatter 2014-01-03 01:49:40 +02:00
gson Fix broken merge 2015-07-31 13:15:52 +03:00
guava Fix broken merge 2015-07-31 13:15:52 +03:00
handling-spring-static-resources Fix broken merge 2015-07-31 13:15:52 +03:00
httpclient Fix broken merge 2015-07-31 13:15:52 +03:00
jackson Fix broken merge 2015-07-31 13:15:52 +03:00
mockito Fix broken merge 2015-07-31 13:15:52 +03:00
rest-testing Fix broken merge 2015-07-31 13:15:52 +03:00
sandbox Fix broken merge 2015-07-31 13:15:52 +03:00
spring-all minor upgrades 2015-09-22 12:17:53 +03:00
spring-boot minor upgrades 2015-09-22 12:17:53 +03:00
spring-data-mongodb Merge pull request #241 from alex-semenyuk/master 2015-08-23 12:59:04 -07:00
spring-exceptions maven work 2015-08-15 17:38:25 +03:00
spring-hibernate3 maven work 2015-08-15 17:38:25 +03:00
spring-hibernate4 maven work 2015-08-15 17:38:25 +03:00
spring-jpa maven work 2015-08-15 17:38:25 +03:00
spring-mvc-java maven work 2015-08-15 17:38:25 +03:00
spring-mvc-no-xml maven work 2015-08-15 17:38:25 +03:00
spring-mvc-xml maven work 2015-08-15 17:38:25 +03:00
spring-quartz spring quartz tutorial sample code first commit 2015-09-30 23:30:45 +05:30
spring-rest Update README.md 2015-09-05 18:23:09 +03:00
spring-security-basic-auth maven work 2015-08-15 17:38:25 +03:00
spring-security-login-and-registration minor upgrades 2015-09-22 12:17:53 +03:00
spring-security-mvc-custom maven work 2015-08-15 17:38:25 +03:00
spring-security-mvc-digest-auth maven work 2015-08-15 17:38:25 +03:00
spring-security-mvc-ldap maven work 2015-08-15 17:38:25 +03:00
spring-security-mvc-login maven work 2015-08-15 17:38:25 +03:00
spring-security-mvc-persisted-remember-me upgrade and eclipse work 2015-06-20 05:40:22 +01:00
spring-security-mvc-session maven work 2015-08-15 17:38:25 +03:00
spring-security-rest maven work 2015-08-15 17:38:25 +03:00
spring-security-rest-basic-auth maven work 2015-08-15 17:38:25 +03:00
spring-security-rest-custom maven work 2015-08-15 17:38:25 +03:00
spring-security-rest-digest-auth maven work 2015-08-15 17:38:25 +03:00
spring-security-rest-full minor upgrades 2015-09-22 12:17:53 +03: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 2015-08-26 15:13:50 +03:00
pom.xml Spring Login Error Handling Additional changes - 2014-07-22 18:02:11 -05:00

README.md

The "REST with Spring" Classes

This is what I'm working on:
>> THE REST WITH SPRING CLASSES

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