There is a lot of business logic. The business tier is Spring/Hibernate.
The core application is a single page app. The administrative functionality is a typical list/edit form based app. We wanted to use a good MVC framework and thought that plain JSP was not really that great for tying into Spring for dependency injection etc.
Jared
Main Topics
Browse All Topics





by: KuldeepchaturvediPosted on 2009-02-02 at 10:33:33ID: 23529765
If its single page app & does not really have too much of business logic asscociated with it. Does it have to be a struts app? can you not use simple JSP page?