would it be easy to wrap spring mvc with a scala functional style?
Posted
by egervari
on Stack Overflow
See other posts from Stack Overflow
or by egervari
Published on 2010-06-01T03:52:01Z
Indexed on
2010/06/01
3:53 UTC
Read the original article
Hit count: 305
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?
© Stack Overflow or respective owner