With play, you can just write:
Article article = Article.findById(id); User user = User.getConnected(); render(article, user);
And retrieve objects from their Java local name in the template. That saves a lot of useless lines of code...
With play, you can just write:
Article article = Article.findById(id); User user = User.getConnected(); render(article, user);
And retrieve objects from their Java local name in the template. That saves a lot of useless lines of code...