单词 | cxf | ||||||||||||||||
释义 | cxf
更多释义 收起释义 例句释义: 信息交换格式,色彩交换格式,概述 1. CXF checks for a configuration file in the classpath on startup and, if it finds the file, uses it to set property values. CXF在启动时在类路径中寻找配置文件,如果找到了,就用它设置属性值。 www.ibm.com 2. CXF provides several ready-to-use interceptors and also allows you to add your own. CXF提供几种随时可用的拦截器并允许您添加您自己的拦截器。 www.ibm.com 3. Front-end modeling: CXF provides the concept of front-end modeling, which lets you create Web services using different front-end APIs. 前端建模:CXF提供了前端建模的概念,允许您使用不同的前端API来创建Web服务。 www.ibm.com 4. Like the other stacks, CXF uses request and response processing flows composed of configurable components. 同其他堆栈一样,CXF使用由可配置组件组成的请求和响应处理流。 www.ibm.com 5. The next Java web services installment continues with CXF, this time looking at performance. JavaWeb服务的下一期继续讨论CXF,这一次讨论性能问题。 www.ibm.com 6. And like the other stacks, CXF models service operations as method calls and service port types as interfaces. 而且与其他堆栈一样,CXF将服务操作建模为方法调用,而将服务端口类型建模为接口。 www.ibm.com 7. Apache CXF allows you to build web service applications that are fully integrated with internal business logic. ApacheCXF允许您建立完全与内部业务逻辑集成的Web服务应用程序。 www.ibm.com 8. In this article we did not use any of the cxf-dosgi API classes in our pojo service bundle. 在本文中,我没有使用pojo服务包中的任何cxf-dosgiAPI类。 www.ibm.com 9. Just as with the other stacks, I found some CXF problems in testing for these articles. 和其他栈一样,我在对这些文章进行测试时,也发现了一些CXF问题。 www.ibm.com 10. These messages do not indicate any problems in the code and will probably be eliminated in later versions of CXF. 这些消息并不意味着代码中有任何问题,在以后的CXF版本中可能不会出现。 www.ibm.com 1. This is to be expected in the case of Metro and CXF, since they both use the JAXB reference implementation for conversions. 这是Metro和CXF的预期结果,因为它们都使用JAXB参考实现来进行转换。 www.ibm.com 2. CXF also provides an integrated HTTP server suitable for production use in the form of the Jetty server. CXF还以Jetty服务器的形式提供一个适合生产使用的集成HTTP服务器。 www.ibm.com 3. Apache CXF is an open source framework that provides a robust infrastructure for conveniently building and developing Web services. ApacheCXF是一个开放源代码框架,提供了用于方便地构建和开发Web服务的可靠基础架构。 www.ibm.com 4. As with other JAX-WS implementations, CXF requires the service WSDL to be available to the client at run time. 与其他JAX-WS实现一样,CXF需要服务WSDL在运行时可用于客户机。 www.ibm.com 5. This tutorial, the last of a three-part series, explains how to develop a File uploading web service using Apache CXF. 本教程是共三部分的系列文章的最后一篇,将描述如何使用ApacheCXF开发一个FileuploadingWeb服务。 www.ibm.com 6. Like Axis2, but unlike Metro, CXF allows you to choose between different data-binding technologies. 与Axis2类似,但是不同于Metro,CXF允许选择不同的数据绑定技术。 www.ibm.com 7. As mentioned in Client-side usage, the build configures CXF logging to avoid printing configuration details when running the sample client. 正如在客户端的使用中所提到的,构建过程会配置CXF日志记录,以避免运行示例客户端时打印配置细节。 www.ibm.com 8. Before you can try out the sample code, you need to download and install a current version of CXF on your system (see Resources). 在运行示例代码之前,首先需要下载并在系统上安装当前版本的Metro(参阅参考资料)。 www.ibm.com 9. That's not going to be covered directly in this series of articles; you can see the CXF documentation for details. 本系列文章不直接介绍这方面内容;您可以参阅CXF文档了解详细信息。 www.ibm.com 10. Aegis can also be used in a standalone application outside of CXF environment. Aegis还可以在CXF环境以外的单独应用程序中使用。 www.ibm.com 1. Listing 1 shows an edited version of the same basic WSDL service definition used in " Introducing CXF. " 清单1给出“CXF简介”中使用的基本WSDL服务定义经过编辑之后的版本。 www.ibm.com 2. Like Metro, CXF comes complete with support for WS-Security and other extension technologies as part of the basic download. 与Metro相同的是,CXF完全支持WS-Security和其他扩展技术,将其作为基础下载的一部分。 www.ibm.com 3. For instance, CXF provides several ways to invoke services dynamically at runtime without generating a client from the WSDL. 例如,CXF提供了几种在运行时动态调用服务的方法,无需从WSDL产生客户端。 www.infoq.com 4. The web. xml file, shown in Listing 6, has one added line referencing the cxf-extension-addr. xml configuration. xml文件,如清单6所示,添加了一行引用cxf-extension-addr.xml配置。 www.ibm.com 5. Tools support: CXF provides different tools for conversion between Java beans, Web services, and WSDL. 工具支持:CXF提供了用于在JavaBean、Web服务和WSDL之间进行转换的不同工具。 www.ibm.com 6. In Part 1 of this series, you saw how simple it is to develop a Web service using a Spring-based CXF configuration. 在本系列的第1部分,您看到了使用一个基于Spring的CXF配置开发Web服务是多么地简单。 www.ibm.com 7. A CXF configuration file is actually a Spring configuration file that contains bean definitions. CXF配置文件实际上是包含Bean定义的Spring配置文件。 www.ibm.com 8. The CXF server handled this correctly, but the client threw an exception while processing the response. CXF服务器可以正确处理这种情况,但是在处理响应时客户端会抛出一个异常。 www.ibm.com 9. Similar to these other stacks, CXF uses WS-SecurityPolicy to configure WS-Security handling (though manual configuration is also possible). 与这些堆栈一样,CXF也使用WS-SecurityPolicy配置WS-Security安全处理(也可以手工配置)。 www.ibm.com 10. On the client side, all you need to do is add the security run-time parameters to the cxf. xml file used on the client. 在客户端,所要做的就是向客户端使用的cxf.xml文件添加安全运行时参数。 www.ibm.com 1. In almost every case, the problems were corrected in a new CXF release before the article was published. 在本文发布之前,几乎每一个案例中的问题都已经在最新CXF版本中更正了。 www.ibm.com 2. This Tutorial series will describes the way of developing web service with different Web Service Engine like (Axis2, JAX-WS and CXF). 本系列教程将会讲述使用不同的Web服务引擎(如Axis2、JAX-WS和CXF)开发web服务的方法。 www.ibm.com 3. Although the client code is the same, there's one significant difference in the client behavior with CXF. 尽管客户端代码相同,不过CXF中的客户端行为仍然有一个显著差异。 www.ibm.com 4. By default, CXF prints out an obnoxious amount of logging details to the console. 默认情况下,CXF打印大量令人不悦的日志细节并输出到控制台。 www.ibm.com 5. This tutorial series teaches the basic concepts of web services using different SOAP engines like Apache AXIS2, Apache CXF and JAX-WS. 本系列教程讲述web服务的基本概念,以及使用不同的SOAP引擎(如ApacheAXIS2、ApacheCXF和JAX-WS)开发web服务的不同方法。 www.ibm.com 6. In this article, you build and develop an order-processing Web service using CXF and Spring. 在本文中,您将使用CXF和Spring来构建和开发一个订单处理Web服务。 www.ibm.com 7. As mentioned earlier, to use a policy you generally need to provide additional parameters to CXF. 正如前面提到的,要想使用策略,一般需要向CXF提供额外的参数。 www.ibm.com 8. I won't discuss the details of building or configuring CXF interceptors in this article. 我将不在本文中讨论建立或配置CXF拦截器的具体细节。 www.ibm.com 9. Most of the discussion in the earlier articles also applies to using CXF. 这几篇文章中的大部分内容也适用于使用CXF的情况。 www.ibm.com 10. CXF also fails with the Listing 6 policy configuration, but without any easy workaround in the current code. 使用清单6策略配置,CXF也可能失败,但是在目前代码中没有轻松的工作环境。 www.ibm.com 1. See the CXF documentation "Configuration" page for details, under the "Server configuration files" topic. 详细信息见CXF文档“Configuration”页面中的“Serverconfigurationfiles”主题。 www.ibm.com 2. In this article, you'll see how CXF performance compares with the most-recent releases of both Axis2 and Metro. 在本文中,您将了解CXF与Axis2及Metro最新发行版之间的性能比较。 www.ibm.com 3. By the magic of cxf-dosgi, when the Run configuration is executed it will be deployed as a cxf Web service. 通过应用cxf-dosgi,在执行Run配置时,它将被作为一个cxfWeb服务进行部署。 www.ibm.com 4. CXF does a good job at packaging an embeddable web service component that can be added to Spring for instance. 在打包一个可内嵌的Web服务组件(如可以加到Spring中)问题上,CXF做得很好。 www.infoq.com 5. Finally, I'll try some WS-Policy configuration examples for Axis2, Metro, and CXF and tell you how they work in practice. 最后,我将针对Axis2、Metro和CXF尝试一些WS-Policy配置示例,然后告诉您它们在实践中如何工作。 www.ibm.com 6. You can reconfigure CXF easily without mucking with XML. 你可以很容易的重新配置CXF,无需操心XML。 www.infoq.com 7. Next download cxf-dosgi single bundle distribution and the osgi compendium bundle. 然后下载cxf-dosgi单包发行版和osgicompendium包。 www.ibm.com 8. Overall, Metro is about 25 percent faster than CXF in the small-response test series, and about twice as fast as Axis2. 总的来说,Metro在这个小响应系列中比CXF快25%,是Axis2的两倍。 www.ibm.com 9. CXFSE is a wrapper for the open source Apache CXF Web services framework. CXFSE是一个开源ApacheCXFWeb服务框架的包装器。 www.ibm.com 10. Testing the example code for this article showed one bug in CXF, which is being fixed. 测试本文的示例代码时发现了CXF中的一个bug,这个bug正在纠正。 www.ibm.com 1. As part of the fix, CXF 2. 1. 7 skips adding WS-Security handling to the response message flow in this particular case. 作为修复的一部分,CXF2.1.7在这种特殊情况下将跳过将WS-Security处理添加到响应消息流中的步骤。 www.ibm.com 2. People who tend to like CXF are building their own systems. 具有喜欢CXF倾向的人们会构建他们自己的系统。 www.infoq.com 3. Note: Tomcat's HTTP port is set to 8082 since Eclipse is already using 8080 to deploy cxf Web service. 注意:把Tomcat的HTTP端口设置为8082,这是因为Eclipse已经在使用8080部署cxfWeb服务。 www.ibm.com 4. Support for different transport and bindings: CXF supports different kinds of transports, from XML to Comma Separated Values (CSVs). 对不同传输和绑定的支持:CXF支持不同种类的传输,从XML到逗号分隔值(CSV)。 www.ibm.com 5. CXF has much deeper Spring integration including support for Spring 2. 0 XML syntax. CXF和Spring更深入地集成在了一起,包括支持Spring2.0XML语法。 www.infoq.com 6. I'm also working on integrating [Apache] CXF for the JEE5 JAX-WS support, and hope to get to Axis2 integration soon. 我也正致力于集成[Apache]CXF以便支持JEE5JAX-WS,并希望尽快实现对Axis2的集成。 www.ibm.com 7. The server is represented by ServerFactoryBean class that is part of CXF's simple frontend API. 服务器由ServerFactoryBean类代表,该类是CXF的简易前端API的一部分。 www.ibm.com 8. Using CXF, now you can make this an actual service component using a JAX-WS front end. 使用CXF,现在您可以使用JAX-WS前端使其成为实际的服务组件。 www.ibm.com 9. This error should be corrected in CXF versions later than 2. 2. 6. 在高于2.2.6的CXF版本中应该会纠正这个错误。 www.ibm.com 10. What it means is you will use the CXF simple frontend to publish and consume CourseManager Web service. 这意味着您将使用CXF的简易前端来发布和使用CourseManagerWeb服务。 www.ibm.com 1. My personal view is that in CXF there is a big focus on, as Paul [Brown] calls it, developer ergonomics. 我个人的观点是,在CXF中有一个大的关注点,Paul[Brown]称之为,开发者生物工程学。 www.infoq.com 2. In addition, version 3. 1 upgrades the underlying version of Apache CXF to 2. 3. 0 and adds support for Spring Security v3. 此外,3.1版还将底层所用的ApacheCXF升级到了2.3.0并添加了对SpringSecurityv3的支持。 www.infoq.com 3. Then you wire it using a Spring-based CXF configuration file. You perform the following steps 然后使用一个基于Spring的CXF配置文件进行连接。 www.ibm.com 4. Figure 5 shows the relative times (normalized to the CXF results) for the same 100 requests with larger responses 图5显示了100个请求而响应较多时的相对时间(已标准化为CXF结果) www.ibm.com 5. Figure 3 shows the relative times (normalized to the CXF results) for the same 1, 000 requests with small responses 图3显示了同样1000个请求但响应较少时的相对时间(已标准化为CXF结果) www.ibm.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。