1. How to set static final parameter from context in Spring? stackoverflow.comI have Class with static final fields and I want to initialize them from my context..Can I do this? Or I have to look for another solution? |
2. Static "current" context forum.springsource.orgOne of the things I do now is something like, having /slayer/request/requestXPTO /slayer/response/somekey and after I get the "path" info for those urls, invoke something like on a "resource" object Code: ... |