Posts Tagged ‘Play!’

Play Framework – The template engine

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 …

Tip : Integrate Play Framework in IntelliJ Idea

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.

Getting started with Play Framework

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 …

Links of the week (April 20)

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 …