spring-ide

Is there tooling to visualize a live Spring application context?

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,...

adding a new namespace declaration to a spring config using Spring IDE

I have a Spring configuration file spring-idol.xml with the following namespace declaration: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springfram...

Spring IDE install = Mylyn ? JIRA && Atlassian : la dolce vita ;

I have both Eclipse 3.5 and 3.6 on ubuntu 10.04. I am trying, actually attempting to install Spring IDE. As usual, I install plug-ins on my galileo first before doing it on helios in case things break, since I actually use helios while galileos mostly languishes unused on my workstations. Which, in hind-sight (don't know why some people...