Play Framework - Which version is the most recommended to use?

2

I started trying to learn the play framework and saw that until version 2.2.x everything was done from the concole by typing the "play new, play run, etc" command and, except that to run this version it would have to be outdated I would like to know if this is the Java version of Java 8 or Java 6 or Java 6, but after that version I saw that the activator is now in the terminal, could anyone tell me which one to recommend?     

asked by anonymous 10.10.2015 / 21:24

1 answer

3
2.4.3 is the latest version and tends to be the most stable, the last one of which resolves some bugs from previous versions. As you have seen now you can use the activator on the command line, it works normally and fully compatible with version 8 of Java, a way to develop reactive systems in a simpler way as well.

And since you're learning about the Play Framework, a good way to learn is to use the activator ui command. With this command you have a complete interface to teach you about Play.

    
10.10.2015 / 23:20