Introducing G2.ai, the future of software buying.Try now
Play
Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated Play Alternatives

spring.io
(316)
4.5 out of 5
Vaadin
(36)
4.1 out of 5

Play Reviews & Product Details

Play Overview

What is Play?

The High Velocity Web Framework For Java and Scala

Play Details
Discussions
Play Community
Show LessShow More
Product Description

The High Velocity Web Framework For Java and Scala


Seller

The Apache Software Foundation

Description

Community-led development since 1999. FoundationProjectsPeopleGet InvolvedDownloadSupport ApacheHome. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Recent Play Reviews

Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"My Experience with Play in software engineer life"
Interface looks good, UI very easy to read and understand.
EG
Eva G.Enterprise (> 1000 emp.)
4.0 out of 5
"Masterpiece for certain cases"
It could be very useful, especially when creating a pull request after you have faced a real problem. This structure is web-oriented. It is really ...
Verified User
U
Verified UserEnterprise (> 1000 emp.)
3.5 out of 5
"Desenvolvimento Java moderno, em um pacote fácil de usar"
12 Fácil de implementar e legível para não Play dev - o que é útil quando você tem front end dev que luta bravamente com suporte cross browser Akk...

Play Media

Answer a few questions to help the Play community
Have you used Play before?
Yes

13 Play Reviews

4.1 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
13 Play Reviews
4.1 out of 5
13 Play Reviews
4.1 out of 5
G2 reviews are authentic and verified.
EG
Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Translated Using AI
What do you like best about Play?

It could be very useful, especially when creating a pull request after you have faced a real problem. This structure is web-oriented. It is really easy to implement and handle code - back end and front end. Programming. Review collected by and hosted on G2.com.

What do you dislike about Play?

I don't like the documentation. Also, this structure is less popular than Spring or Java EE - this means a lot of asking on StackOverflow or Play support group instead of having an answer on the board - Tooling around sbt can sometimes be very confusing - Scala sbt could be very slow - dependency resolution is slow - pulls a lot of things. Actually, I haven't hit many bugs yet, so this is my complete list. Spring had almost out of the box. Review collected by and hosted on G2.com.

Recommendations to others considering Play:

You do not need to use TypeSafe, Lightbend, or any platform to use the framework. This makes project maintenance smoother. Play is a high-performance and scalable web application framework. Consider using Quill for transactional SQL execution and model binding. Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

Having data visible on the client side as soon as it is processed is great from a User Experience perspective - and more and more software companies should realize that it is easy to write concurrent code with Scala in the Play framework. It is a battle-tested framework that is analogous to Spring Boot in Java. Having data visible on the client side as soon as it is processed is great from a User Experience perspective - and more and more software companies should realize that Review collected by and hosted on G2.com.

Verified User in Computer & Network Security
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about Play?

Interface looks good, UI very easy to read and understand. Review collected by and hosted on G2.com.

What do you dislike about Play?

Usability can be improved, also sometimes take a long time to upload something. Review collected by and hosted on G2.com.

Recommendations to others considering Play:

I would differently recommend to try it, at least for personal experience Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

Used only for Web development in the office Review collected by and hosted on G2.com.

Dmytro B.
DB
Co-Founder
Computer Software
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Seller invite
What do you like best about Play?

The framework is asynchronous by nature, most of the things are possible to do in a non-blocking way. Akka Streams are in the core, and it gives agility to think in the more high-level way - not what to do with Data element, but how to handle a stream of things. Streams are well testable, and by the way, it's possible to cover nearly all aspects in Unit/Integrational tests - from Controllers, DAOs to business logic. The Play works great with Specs2/Scalatest, mocking frameworks (Mocito, Scalamoc) are also suited well. Evolutions feature gives the ability to manage database schema changes easily, not only in a forward way but also backward. One of the best JSON/XML parsing, validation and transformation technologies that I have ever used (and it's possible to use this JSON library independently from the Play Framework project). Review collected by and hosted on G2.com.

What do you dislike about Play?

Sometimes documentation is tricky, needs time to dig into things that are not often used. Some parts (especially functional style things e.g. JSON parsers) are like a magic for newcomers, especially if a junior developer is starting in the project. The compiled application might have big size, but it's a drawback more JVM ecosystem than Play Framework itself. Review collected by and hosted on G2.com.

Recommendations to others considering Play:

Great Web framework for JSON/XML work, great for REST API, streaming applications. Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

Rapid Web-development for Data Web-projects with further ability to scale applications. Review collected by and hosted on G2.com.

Verified User in Financial Services
UF
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Play?

* Has a Java AND Scala DSL

* Encourages thinking about things asynchronously

* Access to an actor system out of box if actors needed

* Great framework for standing up apps quickly (CRUD apps, basic REST APIs)

* Auto recompilation when working in development mode Review collected by and hosted on G2.com.

What do you dislike about Play?

* Out of box DI framework of choice is Guice (personal pref)

* Akka cluster support seems to require a bit of setup

* Scala DSL may have bit of learning curve Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

We use Play! to develop REST microservices internally and for proof of concepts. Would go out on a limb and say that for folks familiar with Akka / Scala, Play! is a battle tested framework that analogous to Spring Boot in Java land. Review collected by and hosted on G2.com.

Verified User in Internet
UI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Play?

Simple to use

Fast

Hot reloading

Easy to debug Review collected by and hosted on G2.com.

What do you dislike about Play?

Play on sbt can be slow to refresh dependencies. Review collected by and hosted on G2.com.

Recommendations to others considering Play:

Good to prototype first and then decide Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

We run our api servers on the play framework Review collected by and hosted on G2.com.

CS
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Play?

Actually the best things are prolly the way how Forms are solved and how it integrates into Akka.

It's actually really great to get Forms, Json Handling and Webservices for Free, but you don't need to use all of them you could actually even just stick to the core.

Since Play 2.4 you could even create a server with just the play dependency.

Also since 2.4 DI is baked directly into the Framework which is really helpful when writing tests.

With Play 2.0 Java was a forgotten up until recently and when Play! 2.5 finally hits a lot of things on Java will also get way easier. However when running on Scala 2.11 a lot of interop code isn't actually great and needs some wrappers. These will also be resolved on Scala 2.12.

Actually even the team behind Play! could be really really helpful, especially when creating a Pull Request after you've hitten a real issue. They try to get the things done with you. Review collected by and hosted on G2.com.

What do you dislike about Play?

- Tooling around sbt could sometimes be really messy

- Scala / sbt could be really slow

- Dependency resolution is slow

- Pulls in a lot of stuff

Actually I didn't hit many bugs yet, so this is my complete list. Review collected by and hosted on G2.com.

Recommendations to others considering Play:

If you write Scala code and want it to be understandable don't pull in scalaz libraries.

Also stick to the things you need and don't make your code unreadable by using big for {} yield blocks.

Write unit tests, even if you are on Scala. Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

Currently we develop multiple applications with the Play! Framework.

Actually we create a small in-house ERP system, a restful mailer system for our product and a "eip" application which could be displayed on Xerox MFD's. Review collected by and hosted on G2.com.

Mateusz L.
ML
Owner, Software Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Play?

Ease. Works out of the box. Documentation for basic stuff is superb. Implementing of first working components is matter of hours - compared to tons of configuration in products like Spring. This framework is oriented on web. Template engine based on scala is superb. Easy to implement and readable for non Play dev - which is handy when you have front end dev who bravely fights with cross browser support. Another plus is ajax / websocket javascript template generator. Play enables you to have parametrized router available from javascript - so even if route changes - front end will still work. Ease of implementing websocket via akka framework is also superb. It is really easy to implement and handle from code - both back end and front end. Review collected by and hosted on G2.com.

What do you dislike about Play?

Play - especially for java lacks of components compared to things like Spring. My last project didn't go with Play because of lack of java specific implementation of oAuth2 Server. Spring had it almost out of the box. Also this framework is less popular than Spring or Java EE - that means a lot of asking on StackOverflow or Play support group instead of having answer on the plate. Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

Data processing and near real time presentation of results. Websockets support and javascript helpers gave us huge productivity boost. Having data visible on the client side as soon as they are processed is great from User Experience point of view - and more and more software houses should realize that. Review collected by and hosted on G2.com.

Verified User in Newspapers
UN
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Play?

This review is for Play Java 2.5. It makes some good opinions, and has the out-of-box features you'd expect for a Model View Controller framework. I do like that the most recent versions are heavily integrated (yet dependent) on great components, including Guice for dependency injection, Akka for non-blocking, lightweight concurrency, simple unit + functional testing, use of SBT, and the simple EhCache. I love that it's engineered for reactive programming. Review collected by and hosted on G2.com.

What do you dislike about Play?

I dislike the documentation. The direction of Play's opinionated framework has changed quickly, but documentation isn't sufficient for each version, particularly Play Java. Review collected by and hosted on G2.com.

Recommendations to others considering Play:

Play's an awesome modern MVC framework. Definitely consider Play Scala as Scala is a first citizen in Play. Play Java is useful, so also take it as a serious consideration. Akka rocks. Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

We're building backend data ingestion services and RESTful APIs. Mostly OLAP. Review collected by and hosted on G2.com.

Verified User in Think Tanks
UT
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Play?

You can transcend skill sets by using Play! as an intermediary between having your development team learn a more modern JVM language (Scala) and Java. The framework's power can still very easily be seen using Java methods, and in-fact I personally prefer to use Java in my play projects.

The evolutions database migration system for maintaining updated database models is very, very useful.

The built in async patterns were really great to get long running backend processes working smoothly and easily. Review collected by and hosted on G2.com.

What do you dislike about Play?

There seemed to be lots of boilerplate code that I would need to copy+paste; but that could be an attribute of how we setup our controllers. Review collected by and hosted on G2.com.

Recommendations to others considering Play:

You do not need to use the TypeSafe/Lightbend or whatever's platform to use the framework; you can get a manual build setup very easily without their tools. It makes project maintenance smoother. Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

Database report generation for a mid-sized team using a play micro-service. The async web requests integration made it very easy to kick off a long running process and get the results appropriately. Review collected by and hosted on G2.com.

Verified User in Internet
II
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Play?

Environment Setup is so Easy. one Activator File does everything for us

AkkA Framework Support

Best Suit for Standalone Application

Scala is More Powerful that Java

Play Actor Concept is superb.

good for Micro Service Architecture

zero development environment setup: just unzip the package and run the runScript

Review collected by and hosted on G2.com.

What do you dislike about Play?

Backward Compatibility is worst.

Cannot Create an application with older Version of Play Framework

Plugin Support is not as good as Grails & Groovy

Difficult to set up Integration Test.

need to be more Careful with Play Actor, since it create more number of Thread

there is no Security Framework

Modular programming is not well good

Review collected by and hosted on G2.com.

Recommendations to others considering Play:

Easy to migrate pure Java Resources to Latest Tech Stack Review collected by and hosted on G2.com.

What problems is Play solving and how is that benefiting you?

instantly creating application and Deployed for Demo in Same Day.

Review collected by and hosted on G2.com.