Last updated: Sep 5, 2022

Play for Java Developers

Hi Ninjas, In this blog series we’ll introduce you to the most common aspects of writing a Play application in Java. You’ll learn about handling HTTP requests, sending HTTP responses, working with different types of data, using databases, and much more. Here we’ll also learn some advanced techniques for writing Play applications in Java. Let’s start.
Java developers-HTTP programming
In this article, we will have a brief overview of Java developers and how is it used in HTTP programming. We shall also look at Actions, Controllers and Results, HTTP Routing, Manipulating HTTP results, Session and Flash scopes, Body parsers, Actions composition and Action Creators.
Java developers-Asynchronous HTTP programming
This blog explains the Asynchronous HTTP programming for Java developers. In detail, we will discuss asynchronous results, streaming HTTP responses, comet, WebSockets, and many more.
Author Aditi
0 upvotes
Java developers-Form submission and validation MEDIUM
In this article, we will talk about the process of submitting and validating forms in Java with the help of the Play framework. We will learn different types of handling methods, protection against CSRF, and working with template helpers. In the end, we will see some advanced concepts of handling forms also.
Java developers- Working with JSON
The given article gives an overview of working with JSON as a JAVA developer. It talks about how to use jackson to convert objects to and fro from java, map JAVA objects in JSON, handle a JSON response, and how to serve a JSON request.
Java Developers-Working with XML MEDIUM
In this article, we'll talk about java developers working with XML and handling serving XML requests.
Java Developers-Integration with Akka EASY
This blog helps you clear your understanding of Integration with Akka and its employment as an Actor Model/System.
Java Developers-Testing your Application MEDIUM
In this article, we will learn how testing of applications is performed in java by developers.
Java Developers-Advanced Routing for Java MEDIUM
This blog will discuss Java developers-Advanced routing for Java.
Java Developers-Extending Play EASY
This blog will discuss Java developers-Extending Play
Java developers-Embedding Play EASY
This blog helps you clear your understanding of Embedding Play Framework and general Play framework uses.