Abhinayak Swar 8cbca2f805 Code check-in for http://jira.baeldung.com/browse/BAEL-2012 (Set a Response body in JAX-RS) (#5009)
* abh.swar@gmail.com: Code check-in for article on Spring WebFlux
1. EmailWebClient is the client that subscribes to the data from WebFlux server
2. EmailGenerator generates one email per second randomly
3. EmailHandler and EmailRouter deal with handling of request of the subscriber
4. Email is the POJO for data transmitted by the server

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java 8 and joda-time
- Added joda-time 2.10 dependency in pom.xml

* Revert "abh.swar@gmail.com: Code check-in for article on Spring WebFlux 1. EmailWebClient is the client that subscribes to the data from WebFlux server 2. EmailGenerator generates one email per second randomly 3. EmailHandler and EmailRouter deal with handling of request of the subscriber 4. Email is the POJO for data transmitted by the server"

This reverts commit 6254ad9

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java.util.Calendar and ApacheCommons and unit tests for it
- Used properties for ${joda.version}
- Formatted the code using IntelliJ formatter
- Renamed DateIncrementerTest to DateIncrementerUnitTest
- Changed test method names to follow _given_when_then convention

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Removed unnecessary comment

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Corrected the order of parameters of assertEquals() method

* Code check-in for http://jira.baeldung.com/browse/BAEL-2012 (Set a Response body in JAX-RS)
- Added a Responder resource that has all the REST endpoints
- Added a POJO Person which will be used for JSON serialization

* Create test

* Delete test
2018-09-01 09:50:42 +03:00
2018-08-14 08:47:47 +05:30
2018-08-30 23:33:42 +05:30
2018-08-30 23:42:16 +02:00
2018-08-14 23:50:33 +03:00
2018-08-17 08:00:08 -05:00
2018-08-09 19:13:44 +03:00
2018-08-06 14:04:56 +02:00
2018-08-21 06:58:33 +01:00
2018-08-26 22:52:39 -04:00
2018-08-25 20:16:30 +03:00
2018-08-18 16:56:15 +02:00
2018-08-09 19:13:44 +03:00
2018-08-21 07:08:20 +01:00
2018-08-09 19:13:44 +03:00
2018-08-09 19:13:44 +03:00
2018-08-28 16:23:01 +03:00
2018-08-29 00:44:58 +03:00

The "REST with Spring" Classes

Here's the Master Class of REST With Spring (price changes permanently next Friday):
>> THE REST WITH SPRING MASTER CLASS

And here's the Master Class of Learn Spring Security:
>> LEARN SPRING SECURITY 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.

Building the project

To do the full build, do: mvn install -Pdefault -Dgib.enabled=false

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

CI - Jenkins

This tutorials project is being built >> HERE

Relevant Articles:

================================

Languages
Java 88%
HTML 3.6%
JavaScript 2.7%
TypeScript 2.4%
CSS 1.5%
Other 1%