I've been looking through the Internet for my answer to this question but I could not find it.
Q. How to do Request mapping to a multi action controller(that doesn't do just one 'handleRequest') without annotation, and without extending/implements spring specific classes/interfaces ?
My intention here is to keep my software more POJO-ish.
If you know a way, I'd greatly appreciate for your help !
Thanks in advance : )