• Home
  • Search Tags
  • About

playframework

Topics related to playframework:

Getting started with playframework

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.

Webservice usage with play WSClient

Link to official documentation: https://www.playframework.com/documentation/2.5.x/ScalaWS

Working with JSON - Scala

Official documentation Package documentation

You can use the play json package independently from Play by including

"com.typesafe.play" % "play-json_2.11" % "2.5.3" in your build.sbt, see

  • https://mvnrepository.com/artifact/com.typesafe.play/play-json_2.11
  • Adding Play JSON Library to sbt

Dependency Injection - Scala

Setting up your preferred IDE

Slick

Java - Hello World

  • This tutorial is targeted to run Play in a Linux/MacOS system

Dependency injection - Java

Unit Testing

Java - Working with JSON

Play documentation: https://www.playframework.com/documentation/2.5.x/JavaJsonActions

Building and packaging

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service