In the previous post about Play Framework, we seen how to install Play and create a first simple application. In this post, we’ll see how to customize the views and use the template engine of the framework to easily create web pages.
Play has its own template engine to generate HTML web pages. The template engine use Groovy as expression language. You will use Groovy …
Posts Tagged ‘Play!’
After created a Play Framework first application, it’s time to integrate it in IntelliJ Idea.
This is made really easy because, play provide a command to create the Iml module file for the project. You can use the command play idealize app_name to create a iml module file.
It’s time for me to test the Play Framework and I’ll try to make some posts during my tests about this web framework.
Play Framework is a framework to create web applications in Java. The main goals of this framework are (according to the official site) :
Hot reload : You can edit your java files and html files and you just have to …
Some interesting links of the week :
Poll Results: We’re Not Quite Ready For Web Based IDEs : Interesting poll results on how the developers are ready about web based IDEs
How to localise a Play Framework application : Peter Hilton explain how internationalize a Play! Framework application
The Top 15 Google Products for People Who Build Websites
Swinging Task Dialog (part 5) : Eugene Ryzhikov continue …
