pjydc
Apr 27th, 2005, 02:26 PM
I am doing a Spring + Hibernate web app. I use Eclipse3.1. I find that
refactoring in Eclipse for a Spring app is painful. Give you
an example, if I have a persistent class and I rename its name,
I have to go to .hbm.xml to manually change the class name.
I also have to manually change its class name in the application
context file if it is used as a form command object.
Each time I change a bean's name in the Spring's application
context, I have to find all the occurences of the bean's name
in one or more context files.
Is Spring-IDE a tool with better refactoring support?
Thanks, Pete
refactoring in Eclipse for a Spring app is painful. Give you
an example, if I have a persistent class and I rename its name,
I have to go to .hbm.xml to manually change the class name.
I also have to manually change its class name in the application
context file if it is used as a form command object.
Each time I change a bean's name in the Spring's application
context, I have to find all the occurences of the bean's name
in one or more context files.
Is Spring-IDE a tool with better refactoring support?
Thanks, Pete