hi all,we are using play framework 2.x for over 2 years running in production using micro services architecture.recently Lightbend launched Lagom and I think that this community deserves a proper message from the project's founders (including James Roper - and others) about the vision and the strategy looking at the near and long future.
I am concerned about the fact that Lightbend is splitting forces into two separate stacks / camps.
I'm also concerned about the Java first approach ($$$). This is a complete flip over with no proper addressing to a live and vibrant Scala adopters of Spray, Akka HTTP and Play.
I also wonder - why a completely new framework instead of a unified solution? The Reactive Stack is starting to become fragmented.
What is the official timeline for Play 3?
Any other insight on what is the broad vision from Lightbend founders about writing next generation micro services components is greatly appreciated.
Don't get me wrong - we admire what the Typesafe team is doing for the community but currently there are big question marks all over the space.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/df200a9d-dd57-4ba8-b2d8-185892861d3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am concerned about the fact that Lightbend is splitting forces into two separate stacks / camps.
I'm also concerned about the Java first approach ($$$). This is a complete flip over with no proper addressing to a live and vibrant Scala adopters of Spray, Akka HTTP and Play.
I also wonder - why a completely new framework instead of a unified solution? The Reactive Stack is starting to become fragmented.
What is the official timeline for Play 3?
One thing to note here is that although this guide covers how to make a REST API in Play, it only covers Play itself and deploying Play. Building a REST API in Play does not automatically make it a “microservice” because it does not cover larger scale concerns about microservices such as ensuring resiliency, consistency, or monitoring.For full scale microservices, you want Lagom, which builds on top of Play – a microservices framework for dealing with the “data on the outside” problem, set up with persistence and service APIs that ensure that the service always stays up and responsive even in the face of chaos monkeys and network partitions.
--
You received this message because you are subscribed to the Google Groups "Play Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framework+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/80e5d09b-e273-4853-bf8d-1e51fa4b3659%40googlegroups.com.