集成 springMVC 和 extjs [英] integrating springMVC and extjs

查看:24
本文介绍了集成 springMVC 和 extjs的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在当前的 j2ee 项目中使用 springMVC 和 hibernate.目前的视图由普通的 jsp 组成,使用 JSTL 使事情变得更简单.

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.

看extjs项目,相信可以作为视图的替代品.我一直在看 extjs 文档,但坦率地说,我不确定如何在 spring 中集成它.

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?

或者另一方面,如果 extjs 可以更好地从不同的 java MVC 框架进行管理,那么请提出相同的建议.

Or on the other hand, if extjs would be better managed from a different java MVC framework, then please suggest the same.

推荐答案

这里是一个 ProgressBar Pager 与 Spring 3.0 集成

Here is an example of a ProgressBar Pager integrated with Spring 3.0

展示了 Ext JS 提供了一个辅助类 XMLStore,它自动配置了一个 XMLReader,用于从服务器读取数据.

It Demonstrates that Ext JS provides a helper class, XMLStore, which is automatically configured with an XMLReader which is used to read data from server.

它使用来自 codehaux 的 Xstream 序列化为 XML.

It uses Xstream from codehaux for serialization to XML.

XStream 可以通过注释

XStream is easily configurable with annotations,

这篇关于集成 springMVC 和 extjs的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆