WEB开发网
开发学院软件开发Java 在 Spring Web MVC 环境下使用 Dojo 阅读

在 Spring Web MVC 环境下使用 Dojo

 2010-04-13 00:00:00 来源:WEB开发网   
核心提示: 清单 2 JSON 格式的数据实例{identifier:'name',label:'name',items:[{name:'Africa',type:'continent',population:'900million&#

清单 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 为单位的。

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:Spring Web MVC

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接