The playframework tag has no wiki summary.
0
votes
0answers
8 views
EBeans alternative to find() in JPA [migrated]
I was following the Play! Framework tutorial on creating a blog. They use JPA instead of EBeans and they use the find() function that extend from play.db.Jpa.Model . I am using EBeans and have ...
1
vote
1answer
837 views
JSON Library - Jackson or Play Framework? [closed]
Working on a Java and Scala code-base, there's a debate about whether to use Java's Jackson JSON or the Play Framework's JSON Library.
After reading the Play JSON Docs, as well as Chapter 9 (JSON) of ...
1
vote
1answer
283 views
Is it an implementation of a stateful mechanism for Rest API authentication?
In many articles about Rest API's best practices, it is recommended to not depend upon sessions on server side since it leads to a stateful mechanism.
I currently use Play 2.2 framework, with a ...
2
votes
1answer
504 views
Is it worthwile to learn/use Play framework (for Scala or Java) if I don't use the MVC in it
I prefer Single Page Application to server side generated HTML.
I am sensible to the pitch of "high productivity" delivered by Play.
Now if I don't use the HTML generation part, is it still ...
7
votes
1answer
1k views
How to choose between lightweight or heavyweight framework for web application
In my current role as a software developer in a Java/Spring/Hibernate/JSF shop, I am sometimes asked to develop large-scale web apps with many interfacing systems and/or large databases as well as ...
2
votes
1answer
2k views
Play 2 with Scala or Java? [closed]
I want to develop a big personal project using Play 2 Framework.
I am expert with Java language but it seems, with the few articles I read that Play 2 works perfectly and especially with Scala.
I've ...
-2
votes
1answer
205 views
Web Frameworks caring about persistence?
I have noticed that Play! Framework encompasses persistence strategy (like JPA etc...)
Why would a web framework care about persistence ?!
Indeed, this would be the job of the server-sides ...
1
vote
1answer
419 views
What are the benefits of using both Scalate and Jade?
I recently did a little "tool roundup": If I were to program a website in Scala and Coffeescript, what frameworks would I go for?
I came across this great presentation: ...
2
votes
2answers
1k views
How to use Anorm correctly [closed]
So I'm new in scala-play world. And just got a look at Anorm and it seemed quite cool. But I was wondering what is the proper way to use it? I guess we shouldn't just put pseudo-SQL everywhere in our ...
10
votes
2answers
6k views
Best resources for learning Play! Framework [closed]
Awhile back I discussed the possibility of moving to a startup that is going to be using Java, more specifically the Play! Framework; well, I'm going to go for it! I have been a .NET guy for a long ...