Skip to content

dr3s/play

Repository files navigation

Welcome to Play framework

Play framework makes it easier to build Web applications with Java. It is a clean alternative to bloated Enterprise Java stacks. It focuses on developer productivity and targets RESTful architectures. Play is a perfect companion to agile software development.

Learn more on the http://www.playframework.org website.

Getting started

  1. Install the latest version of Play framework and unzip it anywhere you want:
unzip play-1.1.zip -d /opt/play-1.1
  1. Add the play script to your PATH:
export PATH=$PATH:/opt/play-1.1
  1. Create a new Play application:
play new /opt/myFirstApp
  1. Run the created application:
play run /opt/myFirstApp
  1. Go to localhost:9000/ and you’ll see the welcome page.
  1. Start developing your new application:

Reporting bugs

Please report bugs on our lighthouse tracker.

Licence

Play framework is distributed under Apache 2 licence.

Packages

No packages published

Languages

  • Python 76.0%
  • Java 14.3%
  • JavaScript 9.0%
  • Other 0.7%