Hi,
As I understand, play provides two way to declare routes : statically through conf/routes
file by extending the SimpleRouter which provides a nice DSL.
My question is : what are pro/cons of each syntax ? Is there some DSL feature which can’t be done with the static file?
Thanks for your answers.