====== Play! framework (old page) ======
The Playframework makes it easier to build Web applications with Java.... n alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RE... tp://www.jboss.org/netty|Netty]]).
[[http://www.playframework.org/]]
**Discussions**:
* [[http://w
====== Play! framework ======
The High Velocity Web Framework For Java and Scala : [[http://www.playframework.org/|www.playframework.org]]
C'est le Symfony (Php) de Java ! Ce framework n'est pas basé
====== Playframework bugs ======
===== Play 1.2: call merge() save entity =====
2011-04-15
<code java>
public class Essais02 extends Controller {
public static vo... ount());
Person p = new Person();
p.name = "blabla";
p.merge();
...
</code>
Voir:
* Essai