aesteve / nubes

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

Routing DSL #31

Closed aesteve closed 9 years ago

aesteve commented 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"
    } // ...
}
aesteve commented 9 years ago

see https://github.com/aesteve/apex-groovy-dsl