MVC framework for huge JEE application
        Posted  
        
            by chaKa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by chaKa
        
        
        
        Published on 2008-12-18T12:03:09Z
        Indexed on 
            2010/04/07
            23:43 UTC
        
        
        Read the original article
        Hit count: 252
        
Which MVC-framework is the best option (performance/ease of development) for a web application, that will have + 2 million visits per week.
Basically the site is a search engine,but also there will be large amounts of xml parsing, and high db traffic.
We are using Java, over Jboss 4.2.3x, with PG as DB, and Solr for the searches.
We were thinking on code JSPs with taglibs, and Servlets, but we were feeling like there would be a better alternative, which don't know yet, as we are starting on the Java Web applications world.
Any opinions, and shares of your experience will be appreciated!
Thanks in advance!
© Stack Overflow or respective owner