Hi, All
I have to create some set of beans dynamically after the main context file has loaded.
I have some interface to implement by clients and after they implemented then they will plug services in to main application, when they plug in to my system, I have to create some special set of beans to handle those services that has been created by the clients. Each cleints will have some special beans to handle and up on run there services.
I don't know the feasibility to create a bean dynamically in spring and onces we create, will it be active until the restart..? Please suggest a spring technique for me to do this.
Thanks you..


Reply With Quote
