In this blog I will explain how I have build a web application using Akka, Play and Java.
Full source code is available at https://github.com/robbertvdzon/playwebapp-contactdb
Lees meer »
Categorie: Play
Create a REST service using Play with Java for a User database
For a contact management sample application that I am building, I need a user REST service which I can use to validate users and use the UUID to search the contacts of this user (the contact database will be exposed by another REST service).
I decided to build this REST service using Play and implement that in Java.
This blog explains how I have build this REST service.
Lees meer »