在 Spring Web MVC 环境下使用 Dojo
2010-04-13 00:00:00 来源:WEB开发网清单 2 JSON 格式的数据实例
{
identifier: 'name',
label: 'name',
items: [
{ name:'Africa', type:'continent', population:'900 million' },
{ name:'Egypt', type: ’ country ’ },
{ name:'Kenya', type:'country',
children:[{_reference:'Nairobi'}, {_reference:'Egypt'}] },},
{ name:'Nairobi', type:'city' },
]
}
清单 3 XML 格式的数据实例
<?xml version="1.0" encoding="ISO-8859-1"?>
<books>
<book>
<isbn>A9B57C</isbn>
<title>Title of 1</title>
<author>Author of 1</author>
</book>
<book>
<isbn>A9B57F</isbn>
<title>Title of 2</title>
<author>Author of 2</author>
<publisher>Addison Wesley</publisher>
</book>
<book>
<isbn>A9B577</isbn>
<title>Title of 3</title>
<author>Author of 3</author>
</book>
</books>
清单 2 所示的 JSON 数据有明显的 item 标记,名为 items 的属性,它的值即是由多个 item 构成的数组。清单 3 所示的 XML 数据虽没有 item 标记,但也可以看出 books 元素是由多个 book 元素构成的,每个 book 元素即相当于一个 item 。现在的 Dojo 已经能处理很多种形式的数据了,但 Dojo 对这些数据的处理都是以 item 为单位的。
- ››web安全之信息刺探防范1
- ››webqq 最新加密算法
- ››webdriver 数据库验证方法
- ››Spring源码学习-含有通配符路径解析(上)
- ››WebSphere Application Server 7.0 XML Feature P...
- ››Web2.0网络时代基于社会影响力的声望值
- ››Web服务器搭建:配置Linux+Apache+Mysql+PHP(或Pe...
- ››WebLogic调整Java虚拟机性能优化参数
- ››webqq2.0协议研究(3)-ClientId生成
- ››Web.config配置文件
- ››WebBrowser组件的execWB方法——Delphi控制浏览器...
- ››Web前端设计模式--制作漂亮的弹出层
更多精彩
赞助商链接