spring-ide

Is there tooling to visualize a live Spring application context? [closed]

风流意气都作罢 提交于 2019-12-03 03:43:59
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Are there any tools that can take a fully-constructed/wired Spring application context and export a visualization of it? I'm talking about a live context that shows the order in which aspects were applied, what beans were auto-wired into other beans, etc. I know it can be done with the context files themselves

Is there tooling to visualize a live Spring application context? [closed]

余生颓废 提交于 2019-12-02 17:12:22
Are there any tools that can take a fully-constructed/wired Spring application context and export a visualization of it? I'm talking about a live context that shows the order in which aspects were applied, what beans were auto-wired into other beans, etc. I know it can be done with the context files themselves (re: Spring IDE). However, I believe the new annotation-driven paradigm defeats this approach. An Eclipse plug-in or command-line solution is preferred, but I'd also be interested to see if anything like this exists at all. I am looking for the same tool. Unfortunately, I do not see any

Why is SpringSource Tool Suite (STS) so slow? And how can I fix it?

為{幸葍}努か 提交于 2019-11-28 04:49:08
I've been running STS 2.3.2 on a MacBook Pro for a few days now. I'm finding the performance to be significantly slower than any other build of Eclipse I've used. For example, switching from one tab to another can take up to 4 seconds. I tried turning off much of the validation, and increasing the memory, but it's not making a difference. Are others having similar experiences? I had the same problem on a MacBook Pro i7. Switching editors or views was painfully slow. Solved it by turning off Spring validators that I didn't need. Go to: SpringSource Tool Suite -> Preferences -> Spring -> Project

Why is SpringSource Tool Suite (STS) so slow? And how can I fix it?

跟風遠走 提交于 2019-11-27 00:45:34
问题 I've been running STS 2.3.2 on a MacBook Pro for a few days now. I'm finding the performance to be significantly slower than any other build of Eclipse I've used. For example, switching from one tab to another can take up to 4 seconds. I tried turning off much of the validation, and increasing the memory, but it's not making a difference. Are others having similar experiences? 回答1: I had the same problem on a MacBook Pro i7. Switching editors or views was painfully slow. Solved it by turning