I am using springMVC and hibernate in my current j2ee project. The view as of now consists of plain jsp, with JSTL to make things a bit simple.
Looking at the extjs project, I believe it can be used as a substitute for the view. I have been looking at the extjs docs but frankly, I am not sure how to integrate it in spring.
Does anyone have any tutorial, blog, books recomendation, to get me started on this?
Or on the other hand, if extjs would be better managed from a different java MVC framework, then please suggest the same.