aesteve / nubes

Annotation layer on top of Vert.x 3
Apache License 2.0
121 stars 35 forks source link

ViewController #2

Closed aesteve closed 9 years ago

aesteve commented 9 years ago

Tests :

aesteve commented 9 years ago

Convention over configuration : usually templates are found by the methods name

HelloController.sayHello() will try to send the view : views/hello/sayHello

=> maybe provide a simple render method with no parameter ? Is it even possible ?

aesteve commented 9 years ago

No convention over configuration for now.

Simply annotate the method as @View("my/template/view.hbs") and voila.