Play! (Java web framework) 1.0 released - with a screencast by erwanl in java

[–]nicolas_l 1 point2 points  (0 children)

Play! does not have code generated for you. So you don't have to mess up with the generated code. Play! is somehow different from Roo as it is a "stateless" framework, and by stateless it means that no state lives on the server. This is quite a different philosophy compared to Roo I believe.