Results 1 to 2 of 2

Thread: cost factor of refactoring to the Spring Framework

  1. #1
    Join Date
    May 2005
    Posts
    1

    Default cost factor of refactoring to the Spring Framework

    Hello everybody,

    I知 currently working on my masters thesis. I知 working on the cost factors of refactoring an EJB application to an application, which uses the Spring Framework and Hibernate. My main goal is to determine which properties of the application and the used techniques have the biggest impact on the refactoring costs. Although my focus is on the costs of refactoring an EJB application to an application that uses the Spring Framework and Hibernate, I知 also interested in more general experiences. I would appreciate it if anyone could provide me with information!

    My questions are:
    What are your experiences with integrating new technology in applications?

    Which technique(s) did you apply to what kind of application?

    Which techniques did the application use before and after the refactoring?

    Which parts of the application had to be adjusted?

    Which part of the application took most of the time to adjust?

    What kinds of problems did you encounter?

    Which part(s) of adjusting the application took you longer then expected?

    What were the main cost factors of applying the new technology to the application?

    Thanks already!

    With regards,

    Martin Winter

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Haven't addressed all our questions, but hope this helps...

    I知 working on the cost factors of refactoring an EJB application to an application, which uses the Spring Framework and Hibernate
    You probably want to separate discussion on different EJBs, and when it actually makes sense regardless of cost. For example you can almost always do without Entity beans, but if you use multi-threaded asynchronous JMS messages consumption, you'd probably stick with EJB MDBs (unless ou can wait for Spring 1.3).

    My main goal is to determine which properties of the application and the used techniques have the biggest impact on the refactoring costs.
    Size of the application. If you have a monolith that works, you'd have a hard time justifying a refactor.

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. Comparision JMX Spring
    By umeshs79 in forum Container
    Replies: 5
    Last Post: Jun 16th, 2005, 12:27 PM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 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
  •