MVC Framework for existing application.
        Posted  
        
            by Dhruva
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dhruva
        
        
        
        Published on 2010-06-08T22:26:55Z
        Indexed on 
            2010/06/08
            22:32 UTC
        
        
        Read the original article
        Hit count: 259
        
I am modifying existing java web application that was written long time ago, and it is written in the wrost possible way. It has business logic and sql statemens in JSP files.
Because of the certain constraint, I can not re-design the entire application. but I can implement better design in any new feature that I add.
can anybody suggest me any MVC framework that I could easily integrate in existing app. I need to have framework that is not depended on many external jar files and it does not cause any issues with existing application.
© Stack Overflow or respective owner