单词 | DWR |
释义 | 例句释义: 干重分级法 1. 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了。 www.ibm.com 2. The DWR framework allows you to call methods on your Java classes directly from JavaScript code. DWR框架支持从JavaScript代码中直接调用Java类上的方法。 www-128.ibm.com 3. 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会读取它。 www.ibm.com 4. DWR makes it easy to enable Ajax on the back-end of an application. DWR使在应用程序的后端启用Ajax变得十分容易。 www.ibm.com 5. For this configuration we create a dwr. xml file that we place in the WEB-INF directory of the application. 对于此配置,我们将创建dwr.xml文件,并将其放置在应用程序的WEB-INF目录中。 www.ibm.com 6. Now, take a look at a specific example to see how DWR works. 现在,让我们通过一个特定的示例来看看DWR是如何工作的。 www.ibm.com 7. Three-layer laminated soft shell upper is water and wind resistant, breathable, and treated with a DWR (durable water repellent) finish. 三层复合软壳上部是水和防风,透气,以及与DWR(耐久拒水)完成治疗。 www.freemerce.com 8. 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响应的一部分发送。 www.ibm.com 9. 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投入使用的一个良好起点。 www.ibm.com 10. 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)。 www.ibm.com 1. 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调用是异步的,所以不要期望它们会按照分派的顺序返回。 www-128.ibm.com 2. A few of the most promising and well-designed toolkits that we have used are: Dojo, Rico, and DWR (see Resources). 我们使用的最有前途、设计合理的一些工具包是:Dojo、Rico和DWR(请参见参考资料)。 www.ibm.com 3. You can switch freely among the Comet, polling, or even piggyback methods, simply by altering DWR's configuration. 通过更改DWR的配置,您可以自由地在Comet、轮询,甚至是piggyback方法之间进行切换。 www.ibm.com 4. You can configure DWR to call the server synchronously or asynchronously in the background. 您可以配置DWR在后台以同步或异步方式呼叫服务器。 www.ibm.com 5. In a larger application, DWR's Spring integration could be leveraged to provide DWR with Spring-created beans. 在大型应用程序中,可以使用DWR的Spring集成提供Spring生成的bean。 www.ibm.com 6. 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库。 www.ibm.com 7. And best of all, DWR can auto-detect when it's running under Jetty and switch to using Continuations for nonblocking Comet. 最妙的是,当运行在Jetty下时,DWR能够自动检测并切换为使用Contiuations,实现非阻塞Comet。 www.ibm.com 8. 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. 清单5所示的JSP文件fileupload-view.jsp展示了DWR如何有助于从服务器端检索文件上载过程。 www.ibm.com 9. The starting point of a DWR application is writing your server-side object model. DWR应用程序的起点是编写服务器端对象模型。 www-128.ibm.com 10. DWR automatically mediates simple data types between Java and JavaScript representations. DWR自动地在Java和JavaScript表示之间调整简单数据类型。 www-128.ibm.com 1. In the simplest terms, DWR is an engine that exposes methods of server-side Java objects to JavaScript code. 从最简单的角度来说,DWR是一个引擎,可以把服务器端Java对象的方法公开给JavaScript代码。 www.ibm.com 2. To get around this, you might use wrapper classes to add extra DWR-specific methods to your plain-old JavaBeans. 为了克服这个问题,可以使用包装器类把额外的特定于DWR的方法添加到普通JavaBean。 www.ibm.com 3. Effectively, with DWR, you can eliminate all of the machinery of the Ajax request-response cycle from your application code. 使用DWR可以有效地从应用程序代码中把Ajax的全部请求-响应循环消除掉。 www.ibm.com 4. 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应用程序。 www.ibm.com 5. In this version of dwr. xml, I've added both a creator and a convertor for Cart. 在这个版本的dwr.xml中,我添加了Cart的creator和convertor。 www.ibm.com 6. DWR operates and maintains the State Water Project, including the California Aqueduct. 水资源部门执行并监督国家的水工程,包括加利福尼亚沟渠。 nano.nstl.gov.cn 7. DWR does have its own solution to the latency issue in call batching (see the sidebar Call batching). 对于延迟,DWR在调用的批处理中有自己的解决方案(请参阅侧栏的调用批处理)。 www.ibm.com 8. Before explaining DWR in more detail, I'll introduce a simple example scenario. 在更详细地解释DWR之前,我要介绍一个简单的示例场景。 www.ibm.com 9. This string-keyed map representation can simply be converted into JavaScript by DWR's built-in convertors. 这个用字符串作为键的map表示可以由DWR的转换器转换成JavaScript。 www.ibm.com 10. You can download the complete code for our sample application, including DWR, from the Download section. 可以从下载小节下载示例应用程序的完整代码,包括DWR。 www.ibm.com 1. DWR. Detailed instructions for experimenting with DWR are included in this tutorial. 本教程中包含有关试用DWR的详细说明。 www.ibm.com 2. DWR (Durable Water Resistant) finish on fabric gives material an extended lifetime. DWR(耐久防水)完成对织物为材料延长使用寿命。 www.freemerce.com 3. Configure a converter in dwr. xml file which specifies ProductSubtype as a bean converter. 在dwr.xml文件中配置一个转换器将ProductSubtype指定为一个bean转换器。 www.infoq.com 4. The classes param is a comma-separated list of all classes that are annotated with DWR annotations. classes参数是一个以逗号分隔的列表,它由带有DWR注释的所有类组成。 www.ibm.com 5. DWR also provides JavaScript utility functions that help perform common UI tasks. DWR还提供了帮助执行常见的用户界面任务的JavaScript工具函数。 www-128.ibm.com 6. The data model is greatly simplified so you can concentrate on the DWR-brokered Ajax interactions. 数据模型已经大大简化,以便您能把精力放在借助DWR的Ajax交互。 www.ibm.com 7. 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应当调用类的默认构造函数来获得实例。 www.ibm.com 8. Herein lies the beauty of DWR: The client is communicating with the server-side Java object. DWR的妙处就在于此:客户机可以和服务器端的Java对象交互。 www.ibm.com 9. DWR is deployed as a servlet within your Web application. DWR是作为Web应用程序中的servlet部署的。 www-128.ibm.com 10. If the DWRServlet's web. xml definition sets the init-param debug to true, then DWR's extremely helpful test mode is enabled. 如果DWRServlet的web.xml定义把init-paramdebug设置为true,那么就启用了DWR非常有帮助的测试模式。 www.ibm.com 1. The members are specified using the JavaBean naming convention, so DWR will call the corresponding get methods. 成员的指定采用JavaBean命名规范,所以DWR会调用对应的get方法。 www.ibm.com 2. DWR (durable water repellent) finish sheds moisture. DWR(耐久拒水)完成鸡舍水分。 www.freemerce.com 3. DWR is a Java library, open sourced under the Apache license, for building Ajax-based Web applications. DWR是Apache许可下的开放源码Java库,用于构建基于Ajax的Web应用程序。 www.ibm.com 4. To improve the user experience and ease of development, author designed and implemented timely validation of form based on DWR. 设计实现了基于DWR表单及时验证器,简化了表单及时验证的开发; www.fabiao.net 5. These classes don't implement any DWR specific interfaces or classes. 这些类不用实现任何DWR特定接口或类。 www.infoq.com 6. To download DWR before proceeding with the examples. 在继续学习之前下载DWR。 www-128.ibm.com 7. The page loads the data asynchronously using your DWR-enabled Ajax. 该页使用支持DWR的Ajax异步加载数据。 www.ibm.com 8. Element, which specifies the classes that DWR will remote. 元素,它指定DWR进行远程的类。 www-128.ibm.com 9. The integration of DWR framework and the SSH framework, gives full play to their strengths. 通过三种框架以及DWR框架的集成,可以充分发挥各自的优势。 www.fabiao.net 10. JSF-based Apache Shale and servlet-based DWR are two that you'll want to keep an eye on. 基于JSF的ApacheShale和基于servlet的DWR是两个希望您保持关注的框架。 www.ibm.com 1. With DWR taking care of all the communication, the add-to-cart behavior on the client is literally a one-line function. 由DWR负责所有通信,所以客户上的添加到购物车行为就是一个函数。 www.ibm.com 2. There is one more thing you need to do to setup DWR on your back-end. 要在后端设置DWR,还需要做另一件事情。 www.ibm.com 3. For the latter cases, DWR is a turnkey solution. 对于后一种情况,DWR是一种一揽子的解决方案。 www.ibm.com 4. The DWR test page for CatalogDAO is shown in Figure 2. CatalogDAO的DWR测试页如图2所示。 www.ibm.com 5. So, framework like DWR, ICEFaces and Bindows all added native support and abstracted a layer in order to support different Comet API. 因此为了支持不同的CometAPI,像DWR、ICEFaces及Bindows这样的框架都增加了本地支持及抽象层。 www.infoq.com 6. An easy way to combine the two with Java technology is to use the DWR library. 把这两者与Java技术组合在一起的简易方式就是使用DWR库。 www.ibm.com 7. This is the DWR configuration file, which tells the container which classes are available in JavaScript. 这个文件是DWR的配置文件,它告诉容器哪些类在JavaScript中是可用的。 www.ibm.com 8. When you click Add Message, you use DWR's utility method dwr. util. getValue to get the data from your form. 单击AddMessage时,使用DWR的实用方法dwr.util.getValue从表单获得数据。 www.ibm.com 9. Download DWR: Get the latest DWR jar distribution. 下载DWR:得到最新的DWRjar发行包。 www.ibm.com 10. In Listing 4, FileUploadProgressListener is defined for DWR so that the client can call this auto-generated JavaScript. 在清单4中,FileUploadProgressListener针对DWR定义以便客户机可以调用这个自动生成的JavaScript。 www.ibm.com 1. Figure 7 shows the format of the data that DWR sends across. 图7展示了DWR发送的数据的格式。 www.ibm.com 2. This article shows you how to leverage DWR to simplify Ajax development. 本文侧重于向您展示如何利用DWR简化Ajax开发。 www.ibm.com 3. Include DWR-related JavaScript code in fileupload-view. jsp (see Listing 5). 将与DWR有关的JavaScript代码包括在fileupload-view.jsp(参看清单5)。 www.ibm.com 4. DWR has been designed with security in mind. DWR设计时就考虑了安全性。 www-128.ibm.com 5. All you must do is add some declarations and activate the DWR servlet. 需要做的仅是添加一些声明和激活一个DWRservlet。 www.ibm.com 6. Create a file called dwr. xml in the WEB-INF directory using the code in Listing 2. 用清单2中的代码在WEB-INF目录创建一个名为dwr.xml的文件。 www.ibm.com 7. DWR 2. 0 has been out for 6 months or so. DWR2.0已经发布了6个月左右。 www.infoq.com 8. Figure 3 shows my DWR-based Ajax application in action, displaying items retrieved by a search with the user's shopping cart on the right 图3显示了这个基于DWR的Ajax应用程序的使用情况:显示了通过搜索检索到的商品,并在右侧显示用户的购物车 www.ibm.com 9. The following configuration information from dwr. xml shows how a Java class is configured 如下dwr.xml配置信息展示了Java类是如何被配置的 www.infoq.com 10. Application of Three dragged by One Soft Start of Type DWR-1 in Secondary Cold Air Blower of Slab Caster DWR-1型一拖三软起动在临钢板坯连铸二冷风机中的应用 www.ilib.cn 1. Tells DWR to use its reflection-based bean convertor for the 元素告诉DWR用自己基于反射的bean转换器处理 www-128.ibm.com 2. Listing 6 is the extended dwr. xml config file that includes the extra config info for remoting the Cart class 清单6是扩展的dwr.xml配置文件,包含Cart类进行远程所需要的额外配置 www.ibm.com 3. this listing also uses convenience functions from dwr s 这个清单还使用来自dwr的 www.ichacha.net 4. By default, when an Ajax request to DWR invokes a 默认情况下,到DWR的Ajax请求会调用 www-128.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。