- May 24, 2014
-
-
Daniel Gerhardt authored
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
This patch uses AbstractController class to add exception handlers into controllers. These handlers are used to detect some runtime exceptions which can be thrown in any layer e.g. DAO or service layer. They recognize NotFoundException and ForbiddenException. Test classes are able to check if any of these exceptions are thrown during runtime.
-
Paul-Christian Volkmer authored
-
- Sep 07, 2012
-
-
Julian Hochstetter authored
-
- Sep 06, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Sep 05, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
* Added session controller with method to get session by id * Created session class to be used as entity object * Created session service class and interface * Added content negotiation view resolver to map entity objects to JSON
-