would it be easy to wrap spring mvc with a scala functional style?
- by egervari
I like spring mvc's functionality, but i'd like to not use annotations and use a more functional style... something with currying and closures rather than method names and annotations. Would this be easily doable?