static « Context « Spring Q&A





1. How to set static final parameter from context in Spring?    stackoverflow.com

I 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.org

One 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: ...