I am using springMVC and hibernate in my current j2ee project. The view now consists of simple jsp, with JSTL, to make things a little simple.
Looking at the extjs project, I believe that it can be used as a replacement for the presentation. I was looking at extjs docs, but to be honest, I'm not sure how to integrate it into spring.
Does anyone have a tutorial, blog, book recommendations to get started with this?
Or, on the other hand, if extjs is better managed from a different MVC java framework, then suggest the same.
source share