• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ETC for refactoring a legacy .JSP project to Spring?

 
Ranch Hand
Posts: 58
MyEclipse IDE Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings,

Yes, I know it's a somewhat vague question, but given the parameter of, say, a 100-page legacy .JSP web app, how long would you estimate it would (could/should) take one developer to refactor the app into the Spring framework?

I know that there are a number of other factors to consider with this, but I am just looking for a general overview estimate.

TIA for your input.


Regards,

B.Katz
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

B. Katz wrote:given the parameter of, say, a 100-page legacy .JSP web app, how long would you estimate it would (could/should) take one developer to refactor the app into the Spring framework?


You mean all JSP and no MVC,
Having sympathy for you, no one can really estimate the effort required to convert such project into Spring. You need to get some experienced MVC developer who got hands on experience on Spring MVC and let them decide how much (pain) effort it would require to make it Springify..

B. Katz wrote:I know that there are a number of other factors to consider with this, but I am just looking for a general overview estimate.

Again, if you asked me, I can't say anything unless I see code.
 
reply
    Bookmark Topic Watch Topic
  • New Topic