On Mon, Jan 12, 2009 at 5:42 PM, Sundar Sankar <[email protected]> wrote: > I guess I missed this one. But why do u need to use > applicationContext.getBean. Those are ancient man. With Spring Annotations > (check the 2.5+ documentation), U hardly need xmls and all of this crappy > code.
Yes you did miss it. Annotations aren't going to help you have an external client (that is not under Spring control) use your jar to get access to a classes that have objects injected via Spring. You need a different approach.
