Blog Archives

OkHttp – An HTTP & SPDY Java client

                               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

Tagged with: ,
Posted in Frameworks, General

Play in action – Upload file

                   In this article, we will see how to save student information along with the student profile pic. Let us design a form to collect student information. In the above form, we

Tagged with: ,
Posted in Frameworks, Play

Play in action – Connect with MySQL Database

                        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

Tagged with: , ,
Posted in Frameworks, Play

Play in action – Building REST Services

                         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 a controller

Tagged with:
Posted in Frameworks, Play

Export Play Project as Eclipse Project

  In this article, we will see how to export the Play project as an 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> –>

Tagged with: , ,
Posted in Frameworks, Play

Understanding Play Project Folder Structure

                     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

Tagged with: ,
Posted in Frameworks, Play

Getting started with Play Framework

                  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

Tagged with: , ,
Posted in Frameworks, Play

Play framework – Introduction

                  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

Tagged with: , ,
Posted in Frameworks, Play
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou