单词 | JAX-RS | ||
释义 | JAX-RS
例句释义: 参看 1. Restlet includes a client API that makes it easy to consume any remote HTTP-based services, not just JAX-RS services. Restlet包含一个客户端API,支持轻松使用任何基于HTTP的远程服务,而不仅仅是JAX-RS服务。 www.ibm.com 2. Annotation-based injection often used by JAX-RS resource classes may not be supported in the case of a singleton instance. 常被JAX-RS资源类使用的基于注释的注入可能在一个单例实例的情况内并不受支持。 www.ibm.com 3. When vraptor3 came out, we were not sure whether it should be a JAX-RS implementation or not. 当vraptor3出来的时候,我们不能确定它是否应该是一个JAX-RS的实现。 www.infoq.com 4. The last thing you need to do to complete the JAX-RS story is show the configuration needed to wire all of it up. 要完成JAX-RS需要做的最后一件事是显示用于包装所有内容的配置。 www.ibm.com 5. I got involved with JAX-RS because I thought it was the least intrusive way to help you write RESTful services. 我参与到JAX-RS是因为我觉得它是最不具侵入性的一种帮助你编写RESTful服务的方式。 www.infoq.com 6. So far, all I've talked about in Listing 1 are the JAX-RS annotations that set up the routing and data serialization for the service. 到这里,我只阐述了清单1中创建服务寻址和数据序列化的代码所用到的JAX-RS注释。 www.ibm.com 7. Set only one of the media types, which corresponds to the media type produced in the JAX-RS web service, in the Accept header. 在Accept中只设置一种媒体类型,该类型与JAX-RSWeb服务中生成的媒体类型对应。 www.ibm.com 8. Finally, this article helps you select the right framework for your needs by analyzing and reviewing the different JAX-RS implementations. 最后,本文通过分析和审查这些不同的JAX-RS实现来帮助您选择适合自己需求的适当框架。 www.ibm.com 9. As you can see from the servlet declaration, the application is using Jersey, the reference implementation of JAX-RS. 我们可以看到servlet声明,应用使用了JAX-RS的参考实现Jersey。 www.ibm.com 10. So, what are the main areas used to compare these different JAX-RS implementations? 那么,应该使用那些主要领域来比较这些不同的JAX-RS实现呢? www.ibm.com 1. Although the REST support is not an implementation of JAX-RS, it has more features than the specification defines. 虽然,对REST的支持并不是JAX-RS的一种实现,但是它具有比标准定义更多的特性。 www.ibm.com 2. You'll use Apache Maven, a software management tool, to build the Android project for a Spring client for the Android JAX-RS web service. 您将会使用ApacheMaven(一种软件管理工具)来为AndroidJAX-RSweb服务的Spring客户端构建Android项目。 www.ibm.com 3. JAX-RS itself does not provide a client API, but Wink includes its own model for a client API that is completely resource-centric. JAX-RS本身并不提供客户机API,但Wink包括了其对客户机API的自身模型,并且是完全以资源为中心的。 www.ibm.com 4. This application will get you through setting up the environment and will cover the basics of Jersey and JAX-RS. 该应用程序将带领您完成设置环境的过程,并涉及Jersey和JAX-RS的基础知识。 www.ibm.com 5. It adds support for the new JAX-RS (JSR-311) standard which allows you to build RESTful services by annotating your classes. 它增加了对新的JAX-RS(JSR-311)标准的支持,该标准让你可以通过注解你的类来创建RESTful服务。 www.infoq.com 6. The java version and how it could relate to the JAX-RS standard is addressed in the next question. Java版以及它和JAX-RS标准的联系将会在接下来的问题中解决。 www.infoq.com 7. Determine the native integration support of the JAX-RS implementation framework you've chosen with third-party components. 确定您选择的JAX-RS框架与第三方组件的原生集成支持。 www.ibm.com 8. Hence, client architecture and framework become a crucial attribute when selecting a JAX-RS implementation. 因此,客户端架构和框架是选择JAX-RS实现的一个关键属性。 www.ibm.com 9. For a complete list of the annotations provided by the JAX-RS specification, see the JSR-311 link in the Resources section. 对于由JAX-RS规范提供的注释的完整列表,可以参考本文的参考资料部分给出的JSR-311链接。 www.ibm.com 10. This is all you have to do to use JAX-RS to expose this class to web clients. 这就是要使用JAX-RS将类公开给客户端所要做的所有事情。 www.ibm.com 1. Therefore, use of a singleton instance for JAX-RS resources should be avoided unless carefully planned. 因此,除非仔细计划,否则应该避免使用JAX-RS资源的单例实例。 www.ibm.com 2. See the Resources below for a list of helpful links to get you on your way to creating RESTful services using Dojo and JAX-RS. 参考下面的参考资料,获取一个有用的链接列表,帮助您以自己的方式使用Dojo和JAX-RS来创建RESTful服务。 www.ibm.com 3. Run the SpringAndroid application on the emulator to output the XML message received from the JAX-RS web service as shown in Figure 18. 在仿真器上运行SpringAndroid应用程序,以输出从JAX-RSweb服务收到的XML消息,如图18所示。 www.ibm.com 4. RESTEasy and JAX-RS exist to help you write RESTful web services and clients. RESTEasy和JAX-RS存在有助于你编写RESTful的web服务和客户端。 www.infoq.com 5. You used several key technologies to remove tedious boilerplate code both from the server side and the client side: JPA, JAX-RS, and Dojo. 使用了几项关键技术移除服务器端和客户端的繁杂的样板式代码:JPA、JAX-RS和Dojo。 www.ibm.com 6. RESTEasy uses listener objects called interceptors, which can intercept JAX-RS calls and reroute them. RESTEasy使用称为侦听器(interceptor)的监听器对象,侦听器能够监听JAX-RS调用并重新路由它们。 www.ibm.com 7. Here you once again use Dojo's Ajax utilities to access data provided by the JAX-RS end point created earlier. 这里,再次用到了Dojo的Ajax工具访问数据,此工具由先前创建的JAX-RS终端所提供。 www.ibm.com 8. The four current JAX-RS implementations provide Spring integration, even JBoss's RESTEasy. 现在的四种JAX-RS实现均提供Spring集成,连JBoss的RESTEasy都是。 www.infoq.com 9. The JAX-RS User libraries are added to the project, and the JAX-RS Servlet and the Servlet mapping are configured in web. xml. JAX-RSUser库被添加到项目,JAX-RSServlet和Servlet映射被配置在web.xml中。 www.ibm.com 10. In this section you'll create an Android project in which you create the JAX-RS client for Android. 在本节中,您将创建一个Android项目,在其中将为Android创建JAX-RS客户端。 www.ibm.com 1. JAX-RS establishes a vernacular to describe resources as represented by its programming model. JAX-RS建立了一种特殊的语言来描述资源,正如由其编程模型所表示的。 www.ibm.com 2. This too uses the JAX-RS annotations to bind the after parameter to the query string parameter called after. 这里也使用JAX-RS注释来将参数after绑定到查询字符参数after上。 www.ibm.com 3. The JAX-RS User libraries get added to the project, and the JAX-RS servlet and servlet mapping get configured in web. xml. JAX-RSUser库被添加到项目中,JAX-RSservlet和servlet映射在web.xml中进行了配置。 www.ibm.com 4. In this update, RAD added a JAX-RS facet that you can configure to support validators and annotation assistance. 在这个更新版本中,RAD添加了一个JAX-RSfacet,可供您进行配置以支持验证器和注释帮助。 www.ibm.com 5. JAX-RS runtimes natively support the same types for deserialization as they do for serialization. 对于反序列化,JAX-RS运行时支持与序列化相同的类型。 www.ibm.com 6. Apache Wink clients are built on JAX-RS principles and encompass REST-based concepts and standards. ApacheWink客户端以JAX-RS原则为基础构建,包括基于REST的概念和标准。 www.ibm.com 7. According to the JAX-RS specification, by default, provider and resource classes are instantiated once for each JAX-RS application. 根据JAX-RS规范,默认情况下,提供者和资源类为每个JAX-RS应用程序实例化一次。 www.ibm.com 8. You will create a Spring client for a JAX-RS web service resource in this section. 本节中,您将创建一个针对JAX-RSweb服务资源的Spring客户端。 www.ibm.com 9. You create an Android project in which you create the Spring client for Android to access the JAX-RS web service. 您创建一个Android项目,然后将在该项目中为Android创建一个Spring客户端,用于访问JAX-RSweb服务。 www.ibm.com 10. I ran the performance test separately on every JAX-RS implementation framework. 我分别在每个JAX-RS实现框架上运行这个性能测试。 www.ibm.com 1. If multiple methods match a request URI, the JAX-RS selection algorithm is used to select the resource method. 如果有多个方法匹配某个请求URI,将使用JAX-RS选择算法来选择资源方法。 www.ibm.com 2. In the interface, you localize the JAX-RS annotations and add a class to implement the interface. 在接口中,您本地化JAX-RS注释并添加一个类来实现接口。 www.ibm.com 3. JAX-RS automatically translates between Java types and MIME media types. JAX-RS会自动进行Java类与MIME媒体类型之间的转换。 www.infoq.com 4. The media type should match the media type produced by the JAX-RS web service. 媒体类型应该匹配JAX-RSweb服务生成的媒体类型。 www.ibm.com 5. Now, how are these classes configured within a JAX-RS runtime? 那么,该如何在JAX-RS运行时内配置这些类呢? www.ibm.com 6. This file contains a list of all the classes and objects that JAX-RS is supposed to deploy. 这个文件包含JAX-RS应该部署的所有类和对象的列表。 www.ibm.com 7. InfoQ: What do you think about standard, since your post is really about restfulie versus JAX-RS? InfoQ:你对于标准怎么想,既然你的帖子是的的确确地在对比restfulie和JAX-RS? www.infoq.com 8. I'm interested in comparing the following aspects of the JAX-RS implementations that extend beyond "pure" JAX-RS. 我想就以下几个“纯”JAX-RS以外的方面对各JAX-RS实现进行比较。 www.infoq.com 9. The JAX-RS specification puts a lot of value into HTTP and URIs but leaves a lot of space for hypermedia constraints. JAX-RS规范充分肯定了HTTP和URI的价值,但是对超媒体约束却很大程度上有所保留。 www.infoq.com 10. It is a fully certified and portable implementation of JAX-RS specification. 它是完全通过JAX-RS规范认证的一个可移植实现。 www.infoq.com 1. JAX-RS is the new specification that was defined to simplify REST-based Java development. 定义JAX-RS这个新规范是为了简化基于REST的Java开发。 www.ibm.com 2. The Android AVD starts and the JAX-RS client application installs on the Android device, as in Figure 12. AndroidAVD启动,JAX-RS客户端应用程序安装在Android设备上,如图12所示。 www.ibm.com 3. I used RESTEasy because I was able to grok the code-base quicker than the other JAX-RS implementations. 我使用RESTEasy是因为我能够感觉出该代码库(codebase)比其他的JAX-RS实现要快。 www.infoq.com 4. The servlet-class will likely be the JAX-RS runtime system servlet. servlet类则很可能是JAX-RS运行时系统servlet。 www.ibm.com 5. In this article, you created a Spring client for an JAX-RS web service using the Spring Android plugin. 在本文中,您使用SpringAndroid插件为一个JAX-RSweb服务创建了Spring客户端。 www.ibm.com 6. It is easy to use and production ready, and it provides a set of features that enhances the core JAX-RS specification. 它很容易使用和应用于生产环境,它提供的特性可以增强核心JAX-RS规范。 www.ibm.com 7. Of course, you need the DAOs to be discovered so that JAX-RS can route requests to them. 当然,需要找到DAO以便JAX-RS能将请求路由到它们。 www.ibm.com 8. All JAX-RS services require this annotation. 所有JAX-RS服务都需要这个注释。 www.ibm.com 9. JEST's approach is noninvasive to persistent resources, as opposed to other approaches with similar intent, such as JAX-RS. JEST方法是实现持久化资源的无侵害方法,它与其他具有类似目的方面是完全不同的,如JAX-RS。 www.ibm.com 10. In this article, learn about the major components of JAX-RS. 在本文中,了解JAX-RS的主要组件。 www.ibm.com 1. In this article, you learned how to create a JAX-RS web service and invoke the web service from an Android client. 在本文中,您了解了如何创建一个JAX-RSWeb服务并从Android客户端调用该Web服务。 www.ibm.com 2. Running a JAX-RS service in an embedded mode is easy and simple and requires only a few lines of code. 以嵌入式模式运行JAX-RS服务比较简单,只需几行代码。 www.ibm.com 3. For the server-side implementation, you have the JAX-RS library based on the Apache Wink project. 对于服务器端实现,您有基于ApacheWink项目的JAX-RS库。 www.ibm.com 4. Serializes and de-serializes resources using configurable JAX-RS providers 使用可配置的JAX-RS提供者序列化和反序列化资源 www.ibm.com |
||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。