dwr

dwr

 英

  • n.干重分级法
  • 网络远程通信(Direct Web Remoting)

英汉解释

n.
1.
干重分级法

英英解释

abbr.

例句

This is all you have to do to your back-end, so now you can start using DWR on the front end of your application.

就是需要所有工作现在可以开始应用程序前端使用DWR

The DWR framework allows you to call methods on your Java classes directly from JavaScript code.

DWR框架支持JavaScript代码直接调用Java方法

At this point, I'm ready to deploy my dwr. xml to my Web application's WEB-INF directory, where the DWR servlet will pick it up.

现在准备dwr.xml部署Web应用程序WEB-INF目录那里DWRservlet读取

DWR makes it easy to enable Ajax on the back-end of an application.

DWR使应用程序启用Ajax变得十分容易

For this configuration we create a dwr. xml file that we place in the WEB-INF directory of the application.

对于配置我们创建dwr.xml文件放置应用程序WEB-INF目录

Now, take a look at a specific example to see how DWR works.

现在我们通过一个特定示例来看DWR如何工作

Three-layer laminated soft shell upper is water and wind resistant, breathable, and treated with a DWR (durable water repellent) finish.

复合上部防风透气以及与DWR耐久拒水完成治疗

This is a DWR annotation that lets DWR know this class can be automatically marshaled and sent across the wire as part of an Ajax response.

一个DWR注释告知DWR可以自动整理作为Ajax响应一部分发送

While DWR has many features that I haven't covered, the article source code is a good starting point for taking DWR for a spin.

DWR许多没有介绍特性文章代码DWR投入使用一个良好起点

We also need to configure the DWR client side engine to use active Reverse Ajax, so we need to call dwr. engine. setActiveReverseAjax(true).

我们需要配置DWR客户端引擎使用活动ReverseAjax因此我们需要调用dwr.engine.setActiveReverseAjax(true)。

Finally, you need to remember that DWR Ajax calls are asynchronous and should not be expected to return in the order they were dispatched.

最后需要记住DWRAjax调用异步所以不要期望它们按照分派顺序返回

A few of the most promising and well-designed toolkits that we have used are: Dojo, Rico, and DWR (see Resources).

我们使用前途设计合理一些工具包DojoRicoDWR请参见参考资料)。

You can switch freely among the Comet, polling, or even piggyback methods, simply by altering DWR's configuration.

通过更改DWR配置可以自由Comet轮询甚至piggyback方法之间进行切换

You can configure DWR to call the server synchronously or asynchronously in the background.

可以配置DWR后台同步异步方式呼叫服务器

In a larger application, DWR's Spring integration could be leveraged to provide DWR with Spring-created beans.

大型应用程序可以使用DWRSpring集成提供Spring生成bean

DWR is an open source, Apache licensed solution consisting of server-side Java libraries, a DWR servlet, and JavaScript libraries.

DWR一个开放源码使用Apache许可协议解决方案包含服务器Java一个DWRservlet以及JavaScript

And best of all, DWR can auto-detect when it's running under Jetty and switch to using Continuations for nonblocking Comet.

运行JettyDWR能够自动检测切换使用Contiuations实现非阻塞Comet

The JSP file, fileupload-view. jsp, is shown in Listing 5 to illustrate how DWR helps to retrieve file upload progress from the server side.

清单5JSP文件fileupload-view.jsp展示DWR如何有助于服务器检索文件上载过程

The starting point of a DWR application is writing your server-side object model.

DWR应用程序起点编写服务器对象模型

DWR automatically mediates simple data types between Java and JavaScript representations.

DWR自动JavaJavaScript表示之间调整简单数据类型

In the simplest terms, DWR is an engine that exposes methods of server-side Java objects to JavaScript code.

简单角度来说DWR一个引擎可以服务器Java对象方法公开JavaScript代码

To get around this, you might use wrapper classes to add extra DWR-specific methods to your plain-old JavaBeans.

为了克服这个问题可以使用包装额外特定DWR方法添加普通JavaBean

Effectively, with DWR, you can eliminate all of the machinery of the Ajax request-response cycle from your application code.

使用DWR可以有效应用程序代码Ajax全部请求-响应循环消除

This article shows how you can use the Jetty servlet engine and DWR together to implement a Comet Web application simply and efficiently.

本文展示如何结合使用Jettyservlet引擎DWR简捷有效实现一个CometWeb应用程序

In this version of dwr. xml, I've added both a creator and a convertor for Cart.

这个版本dwr.xml添加Cartcreatorconvertor

DWR operates and maintains the State Water Project, including the California Aqueduct.

资源部门执行监督国家工程包括加利福尼亚沟渠

DWR does have its own solution to the latency issue in call batching (see the sidebar Call batching).

对于延迟DWR调用批处理自己解决方案请参阅侧栏调用处理)。

Before explaining DWR in more detail, I'll introduce a simple example scenario.

详细解释DWR之前介绍一个简单示例场景

This string-keyed map representation can simply be converted into JavaScript by DWR's built-in convertors.

这个字符串作为map表示可以DWR转换转换JavaScript

You can download the complete code for our sample application, including DWR, from the Download section.

可以下载小节下载示例应用程序完整代码包括DWR

DWR. Detailed instructions for experimenting with DWR are included in this tutorial.

教程包含有关试用DWR详细说明

DWR (Durable Water Resistant) finish on fabric gives material an extended lifetime.

DWR耐久防水完成织物材料延长使用寿命

Configure a converter in dwr. xml file which specifies ProductSubtype as a bean converter.

dwr.xml文件配置一个转换ProductSubtype指定一个bean转换

The classes param is a comma-separated list of all classes that are annotated with DWR annotations.

classes参数一个逗号分隔列表带有DWR注释所有组成

DWR also provides JavaScript utility functions that help perform common UI tasks.

DWR提供帮助执行常见用户界面任务JavaScript工具函数

The data model is greatly simplified so you can concentrate on the DWR-brokered Ajax interactions.

数据模型已经大大简化以便精力放借助DWRAjax交互

The creator attribute here is set to the value new, meaning that DWR should call the class's default constructor to obtain an instance.

这里creator属性设置new意味DWR应当调用默认构造函数获得实例

Herein lies the beauty of DWR: The client is communicating with the server-side Java object.

DWR妙处在于客户机可以服务器Java对象交互

DWR is deployed as a servlet within your Web application.

DWR作为Web应用程序servlet部署

If the DWRServlet's web. xml definition sets the init-param debug to true, then DWR's extremely helpful test mode is enabled.

如果DWRServletweb.xml定义init-paramdebug设置true那么启用DWR非常有帮助测试模式