As HTTP/2 adoption is already done by some of the web servers and the browsers, its time for developers to adopt HTTP client libraries to…
As HTTP/2 adoption is already done by some of the web servers and the browsers, its time for developers to adopt HTTP client libraries to…
In this article we will see how to save student information along with the student profile pic. Let us design a form to collect the student information. In the above form,…
In this article we will discuss how to integrate “Play with MySQL“. In this article I am using Play 2.4.2 and MySQL 5.5.11. Follow the below steps to…
In this article will try to build REST services. To build REST services first we need to create controller and actions. In Play we can create controller by…
In this article we will see how to export Play project as Eclipse project. To do that follow the below steps. Step 1: Add the SBT Eclipse plugin details to the plugins.sbt file resides under <Root_Project_Folder> –> project. addSbtPlugin(“com.typesafe.sbteclipse”…
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 current available Play version is 2.4.2. To work with this version, make sure that the JAVA_HOME environment variable is set…