Closed aesteve closed 9 years ago
Maybe a Groovy DSL (routing file) could be something interesting to look at (in complement of annotations) :
routes { "/dogs/:dogId" { GET "com.peanuts.dogs.DogController.getDog", POST "com.peanuts.dogs.DogController.createDog" } // ... }
see https://github.com/aesteve/apex-groovy-dsl
Maybe a Groovy DSL (routing file) could be something interesting to look at (in complement of annotations) :