In the last article, we have created “Play for Java” application using Activator. In this article, we will try to explore the project folder structure. In the last article, we…
In the last article, we have created “Play for Java” application using Activator. In this article, we will try to explore the project folder structure. In the last article, we…
To start the Play with Java, follow the below steps. Step 1: The currently available Play version is 2.4.2. To work with this version, make sure that the JAVA_HOME environment variable is set…
In my previous articles, we have seen how to build REST services using Spring and Jersy. Both frameworks are good to implement REST services. But, I was looking for a lightweight web framework to build…