Is it possible to dynamically add a bean to the application context? My application has to support registration of XTensions at run time. My limited knowledge of Spring says that only those beans are registered with application context which are defined in the context (XML) file. Suppose a new bean is available for service (may be on separate machine). How can I register this new bean with my application context?
My requirement could be analogous to adding a new bean tag in the context file at run time.
Thanks,
Kapil


Reply With Quote