Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have a legacy (pre-spring) J2EE application in which components or beans can be created & autowired dynamically at run-time through a web console, and those dynamically created beans are saved in a bean XML config file (not spring).

I am looking to swap out this legacy code for spring/spring-boot and I'm wondering what the best approach is for loading, creating and saving spring beans dynamically (including the data source bean itself) - essentially bean CRUD ?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.9k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...