Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What do you need to know about playframework?


Asked by Jesse Avalos on Dec 09, 2021 FAQ



This section provides an overview of what playframework is, and why a developer might want to use it. It should also mention any large subjects within playframework, and link out to the related topics. Since the Documentation for playframework is new, you may need to create initial versions of those related topics.
Similarly,
Play is an open-source modern web framework for writing scalable web applications in Java and Scala. Play is based on a lightweight, stateless, web-friendly architecture. Built on Akka, Play provides predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications.
Accordingly, You can launch it with sbt . From within sbt you have access to the same commands as with activator . To run the Play framework, you need Java 6 or later. If you wish to build Play from source, you will need the Git source control client to fetch the source code and Ant to build it.
Also Know,
If you really need to provide an update, email the play-framework-dev group. Play 2.0 modules can be hosted anywhere on any Ivy, Maven or Git repository. Here you can find great modules contributed by the play community. Browse the catalog and add instant power to your application.
Moreover,
As Play is a Java framework, all Java development tools can be used as it is. So, anybody using the Java development platform, can use it without switching to other IDE or languages or libraries. Play just helps developers switch to more productive Java development environment. Let us check how Play is different from Java environment.