Using ext-js with java /spring
Hi I want to create a simple web app with java/s开发者_JAVA技巧pring and ext-js and mysql. Also i want to use hibernate jpa for DAO but whereever i see , ext-js is used with lamp (php). Is this possible to use with java. I just configured my eclipse for ect-js but auto-completion doent work.I am totally new to ext-js. Any examples on internet to start whole setup(spring/hib would be great.
Thanks
Here you can find a tutorial to integrate exactly the same technology stack you need and here you can find the full source: http://github.com/loiane/extjs-crud-grid-spring-hibernate.
You also probably going to want to watch this video, introducing spring mvc.
You can use Spring Rest Services with JSON stores very well.. All you need to do at backend is responding AJAX requests at controller layer of Spring.
精彩评论