How easy would it be to refactor a small JSP/Servlet/JDBC project to SpringMVC/Hibernate

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-05-25T11:09:49Z Indexed on 2010/05/25 11:11 UTC
Read the original article Hit count: 177

Filed under:
|
|
|

With reference to this post, I am considering starting a new web-based Java project. Since I don't know Spring/Hibernate I was concerned if it's a bad plan to start learning them while creating a new project, especially since it will slow down the early development.

One idea I had was to write a prototype using tech I do know, namely JSP/Servlets/JDBC, since I can get this running much quicker with my current knowledge. I could then throw the whole thing away and start over with Spring, etc, but I'd like to consider how easy it would be to refactor a smallish project from JSP/Servlets/JDB to SpringMVC/Hibernate? My DB could of course be re-used but what about other code... would I expect to save most of it plugged into an MVC framework, or is the paradigm shift big enough this would cause more trouble than it avoids?


Please use the other question for more general advice on choosing technologies

© Stack Overflow or respective owner

Related posts about java

Related posts about j2ee