Skip to main content

Posts

Showing posts with the label Java Play

Java Play Framework Interview Questions and Answers

What Is Play Framework? Play Framework is an open-source, type-safe reactive platform, and high-productivity written in Scala and Java.  Play Framework is used to build scalable, fast, and real-time web applications with Java and Scala . Play was created in May 2007 by software developer Guillaume Bort, while working at Zengularity SA (formerly known as Zenexity). Play is heavily inspired by ASP.NET MVC , Ruby on Rails and Django. Now Play 2 is fully RESTful - there is no Java EE session per connection. It is also supports to JUnit and Selenium for unit testing. Is Play Framework open-source? Yes! Play Framework is an open-source and Licensed under the Apache License, Version 2.0. What Is The Advantage Of Play Framework? The list of Advantage of Play Framework is - 1.       Open Source 2.       Fully RESTful framework 3.       Modern stacks 4.     ...