Dear community, I am used to use Java and would like to avoid having to deal with Scala issues.Play 1.x seems to be an impressive framework, clear and straight.But I am not sure, whether I waste my time on an dying project.I have seen, that there are many pull requests which have to merge into version 1.3.0.So open questions:1) Should we spend time to improve version 1.x?2) If yes, how can we organize, that we have faster releases?3) Does it make sense to duplicate and setup a new separate project of play 1.x? E.g. playfirst.orgWhat do you think?I look forward to your feedback.Regards,Fred
Are you at this moment looking for developers for the play 1.x codebase?
--
Our position is clear: we don't want to have more enhancements or new features (as well as complete API refactoring or rewrite) on the Play 1 project.
--
I cannot speak for others but for me all the concepts are so radically different between 1 and 2 that it is difficult to talk about upgrading. Instead I would rather talk about migrating to a different framework.
For me it would be a matter of working if it is worth the time/effort rewriting my applications and what I could gain from it. But more importantly, what guaranty do I have I won't find myself in the same situation in 2 years time?
--
--
Play 2 itself is written in Scala, meaning that if I,as a framework user, want to use Play and try to understand how something works, I go look into the code and be able to read Scala. Saying that I don't need to know Scala is wrong, becuase you cannot expect developers to treat a framework (open source or not) as a black box.
--
Hi,
We
all have seen a lot of posts of play 1 vs play 2, the debate that
they generate shows the controversia of interests and opiniones that
exist, nobody can deny it, who convince who and who has better
arguments: this goes nowhere.
¿ How can we talk an hear each
other with empathy ?
I believe in dialog, listening and
agreement, let's stop trying to convince each other of the valdity of
one point versus the other.
I think that both opinions
technical and/or emotional are valid, there are some serious people
who believe in it, and that make them worh consideration.
Zenexity
Guillaume, James and the team has give opensource ana amazing
framework and deserve or gratitude for that, now, they are in other
road, that's the fact.
Should we try to continue trying to convince them that we think that they made a mistake ? The consequences area here in this debates, the community, the confidence and the dialog broken, the whole flow of energy of the play project has stopped.
This has happened before in opensource, hudson vs jenkins is a good example: it's the GPL what permits to just fork and continue.
I guess the only viable way is creating a new community driven fork of play 1 with another name, there we, the community, will face the facts of fundings and technical experts.
Funds: if the main question is fundings we should look forward for apache fundation, eclipse fundation or something else, i don't know.
Hans
Dear community, I am used to use Java and would like to avoid having to deal with Scala issues.Play 1.x seems to be an impressive framework, clear and straight.But I am not sure, whether I waste my time on an dying project.I have seen, that there are many pull requests which have to merge into version 1.3.0.So open questions:1) Should we spend time to improve version 1.x?2) If yes, how can we organize, that we have faster releases?3) Does it make sense to duplicate and setup a new separate project of play 1.x? E.g. playfirst.orgWhat do you think?I look forward to your feedback.Regards,Fred
--
--
Question: To get the latest stable Version of 1.x.. Which branch I should choose? master? 1.3.x? or 1.2.x?I just took a look to https://github.com/playframework/play/branchesIt's a little bit weird to me.Because 1.3.x and 1.2.x are ~600 ahead and ~800 behind.What is about the master? Which branch is recommended to follow?
Master is 2.x. You should look at this to see the difference: https://github.com/playframework/play/branches/1.3.x
--