DWR中文文档

来源:百度文库 编辑:神马文学网 时间:2024/04/26 14:53:52
Added byscud, last edited by黑灵 on Sep 25, 2006  (view change) Labels:
(None)
Add Labels

Enter labels to add to this page:
Tip: Looking for a label? Just start typing.

对应源文档2006年8月7号版
原文地址:http://getahead.ltd.uk/dwr/documentation
介绍Ajax和DWR
在Ajax文档里包括了帮助设计和调试文档.
这里有一些文档可以帮助你开始试用DWR。例如DWR概况
这里有一个基础的开始指南告诉你如何安装DWR并且完成你的第一个页面。然后是一系列例子演示DWR的基本功能,还有一些使用技巧。然后是一些经常遇到的错误的解决办法
除了这个站点,有越来越多的网站可以做为DWR的教程了。
参考手册
servlet配置选项的细节在这里.
在dwr.xml一节中解释了Converters,Creators和Signatures的细节.为了能够理解你能用DWR做什么事情你必须阅读这一节。
从DWR2.0(正在开发)开始,你也可以用Annotations来配置DWR
这里也有一些生成的文档可以做为参考
编写浏览器脚本
脚本简介可以使你了解如何书写Javascript代码来调用Java代码。DWR提供了两个Javascript库来帮你:
engine.js: 处理所有与服务器的通信 [util.js]: 帮你使用从服务器取来的数据改变页面(还有一些灵巧的小功能)
DWR不是一个通用的Javascript库,所以我们尽可能使那些非远程调用相关的功能清晰。尽管如此,util.js有一些小功能会使工作更加容易。
通常我们需要[把数据传递给回调方法],并且要知道如何[处理错误]。
整合
这里是整合相关的章节。
其他文档
不适合列入上面的目录中的内容:
[安全的代码] [浏览器支持] [环境支持] [升迁DWR]
下面是页面引用列表:
Overview of DWR
Getting Started
Examples
[Tutorials From Around the Web]
Hints and Tips
Solving Common Problems
WEB-INF Configuration
dwr.xml
Annotations
Generated Documentation
Scripting Introduction
engine.js
[util.js]
Ajax Documentation
[Error Handling]
Integration
[Passing extra data to callbacks]
[Reading from other URLs]
[Related Projects]
[Security]
[Browser Support]
[Supported Environments]
[Changelog]
[Upgrading DWR]
Hide Children |View in hierarchy
Ajax Documentation (DWR中文文档)
Annotations (DWR中文文档)
Creators (DWR中文文档)
dwr.xml (DWR中文文档)
engine.js (DWR中文文档)
Examples (DWR中文文档)
Generated Documentation (DWR中文文档)
Getting Started (DWR中文文档)
Hints and Tips (DWR中文文档)
Integration (DWR中文文档)
Overview of DWR (DWR中文文档)
Scripting Introduction (DWR中文文档)
Signatures (DWR中文文档)
Solving Common Problems (DWR中文文档)
WEB-INF Configuration (DWR中文文档)
Add Comment
DWR文档中文化
Filed under:Effective Java — Jet @ 3:39 pm

DWR文档翻译列表:
文档地址:http://www.javatang.com/dwr-chinese-documents/
翻译: Jet Mah
声明: 请维持文章的完整性任意转载
DWR总览(Overview of DWR)开始使用 DWR(Getting Started)范例(Samples)网络上的资料(Tutorials From Around the Web)技巧和要点(Hints and Tips)常见问题及解答(Solving Common Problems)WEB-INF 参考(WEB-INF Reference)dwr.xmlAnnotationsGenerated DocumentationScripting Introductionengine.jsutil.jsAjax DocumentationError HandlingIntegrationPassing extra data to callbacksReading from other URLsRelated ProjectsSecurityBrowser SupportSupported EnvironmentsChangelogUpgrading DWRDevelopment
英文出处:
http://getahead.ltd.uk/dwr/documentation