Hi all,
I have code which is structured as Spring beans and dependencies among them. This is only a small part of the code since the rest is 'legacy' code.
At this point in time I would like to perform an action on one of these beans in an existing 'legacy' class that extends javax.servlet.ServletContextListener
. This class initializes the application and its code is invoked only once.
What is my best course of action?
Thanks!