Grzegorz Kossakowski wrote:
What annoys me the most is lack of support for refactoring of beans configs in Eclipse. Currently my workflow is following: 1. Refactor java classes using Eclipse tools
You can try IDEA. As a committer on apache project you can get license for free for your open source work. It will refactor configuration files simultaneously with java files.
Vadim
2. Analyze changes and create list of commands involving grep, find, mv and awk tools 3. Start linux terminal and fire list of commands that will refactor Spring beans 4. Keep fingers crossed for not breaking anything This situation is far from being optimal and Spring IDE plug-in for Eclipse does not help (at least to my knowledge) anyhow, unfortunately. Can you share your experiences?
