Results 1 to 5 of 5

Thread: better refactoring tool?

  1. #1

    Default better refactoring tool?

    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

  2. #2
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default Re: better refactoring tool?

    Quote Originally Posted by pjydc
    Is Spring-IDE a tool with better refactoring support?
    David Watkins already implemented refactoring support for Spring IDE 1.0.3 (http://springui-ext.sourceforge.net/). This has to be migrated to Spring IDE 1.1.1.

    Cheers,
    Torsten

  3. #3

    Default

    Torsten,

    Thanks very much for your input. I went to http://springide.org/updatesite/ and find that 1.1.0 zip file is much
    larger than the 1.1.1 zip file. Does it mean that by installing 1.1.0 I can have more functionality? which version should I use?

    Thanks again!
    Pete

  4. #4
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    Pete,

    please install version 1.1.1 from the update site. Unfortunatly we forgot to include the documentation into the 1.1.1 release. That's why the zip is smaller.

    Greetings
    Chrstian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  5. #5
    Join Date
    Aug 2004
    Posts
    203

    Default

    try use
    update fully qualified name in non-java files
    in refactor-rename dialog

    regards

Similar Threads

  1. suggestions for web test tool?
    By ctassoni in forum Architecture
    Replies: 12
    Last Post: Oct 26th, 2005, 05:38 AM
  2. Replies: 0
    Last Post: Aug 18th, 2005, 08:33 AM
  3. cost factor of refactoring to the Spring Framework
    By mwinter in forum Architecture
    Replies: 1
    Last Post: May 26th, 2005, 05:38 AM
  4. Positioning the tool bar buttons
    By amit_rangari in forum Swing
    Replies: 1
    Last Post: Apr 25th, 2005, 04:36 AM
  5. Replies: 5
    Last Post: Dec 24th, 2004, 12:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •