I have an spring application deployed on tomcat.
I want to run my integration tests and not to use webservices. I want to use beans instead.
I understand that it is a bit strange, usually WS's should be used for this purposes, however Question - how can I access to spring context in order to get beans from it?
Can you advise me some direction where to look?