Hello all,
I have heard that you can run an ASP.NET application and ASP.NET mvc application side by side so that you can port existing code over one piece at a time. I was wondering if you could do this with a java framework?
I have a legacy servlet application that I am currently in the process of refactoring. I am thinking about turning it into a jsp application incrementally as this is relatively easy to accomplish ( can call jsps from servlet ). I was wondering if I could maybe take it one step further and instead of porting to jsps, port directly to a framework, like struts / jsf / tapestry / whatever. Is this sort of thing possible? I would need to ensure that it would be done in a side-by-side one component at a time way.
Are there any resources that deal with this specific issue?
Thanks.