The Play framework 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. Play is a pure Java framework and allows you to keep your preferred development tools and libraries. If you already use Java as a development platform you don't need to switch to another language, another IDE and other libraries. The Play framework's goal is to ease web applications development while sticking with Java. (From the documentation)
The Play framework 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. Play is a pure Java framework and allows you to keep your preferred development tools and libraries. If you already use Java as a development platform you don't need to switch to another language, another IDE and other libraries. The Play framework's goal is to ease web applications development while sticking with Java. (From the documentation)
To install play, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install play
To see what files were installed by play, run:
port contents play
To later upgrade play, run:
sudo port selfupdate && sudo port upgrade play
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.