If you use a Java IDE you will of course see compilation errors before trying the app in the browser. So it is not a problem.
Although I think that the built-in template system is very very nice, it would be really easy to write a play module that provide any template engine you want.
Yep there is one step of byte code enhancement, during the compilation phase. But as the compilation phase itself it totally transparent, you can't call that a 'preprocessing step'.
If you use a Java IDE you will of course see compilation errors before trying the app in the browser. So it is not a problem.
Although I think that the built-in template system is very very nice, it would be really easy to write a play module that provide any template engine you want.
Yep there is one step of byte code enhancement, during the compilation phase. But as the compilation phase itself it totally transparent, you can't call that a 'preprocessing step'.