Hi All,
I am looking for something similar to
struts plugin concept for Spring. Meaning, just how you can write a plugin class for Struts app where you do some work only once at context startup and can store results in context level variable. So, that you don't have to repeat that work for every single request. I want to achieve same thing for my spring web context. Any idea how can I do this?
Thanks in advance.