首页 / 词典 / good

restlet

restletrestlet
  1. In the Restlet framework , both the client and server are components .

    在Restlet框架中,客户端和服务器都是组件。

  2. Filters support some processing before or after the handling of a call by a target Restlet .

    过滤器支持在某个目标Restlet对一个调用的处理之前或之后进行一些处理。

  3. The Restlet Framework uses a sophisticated router-based mechanism to route URI calls within the application .

    RestletFramework使用一种基于路由器的复杂机制来路由应用程序内的URI调用。

  4. It adds support for the Restlet project which is a lightweight and powerful library for consuming and building services .

    它加入了Restlet项目的支持,该项目是一个消费和创建服务的轻量级强大代码库。

  5. The Restlet Framework supports major data formats like XML , JSON , and Atom using extensions to its core framework .

    RestletFramework使用对其核心框架的扩展来支持主要的数据格式,比如XML、JSON和Atom。

  6. For example , if component integration is of primary importance , the Restlet Framework or RESTEasy might be a good choice .

    例如,如果组件集成的重要性最大,RestletFramework或RESTEasy可能是最好的选择。

  7. The runtime components in the Restlet engine and the extension take care of the communication between the Java client application and ADO .

    Restlet引擎和扩展的运行时组件会负责Java客户端应用与ADO.NETDataServices之间的通信。

  8. 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服务。

  9. The Restlet framework consists of a Restlet API that provides the core set of contracts to register a Restlet implementation .

    Restlet框架包含了一个RestletAPI,该API提供了一套核心契约集来注册Restlet实现。

  10. The Restlet Framework is based on a connectors and components architecture , where a connector enables communication between components , usually by implementing a network protocol .

    RestletFramework基于一个连接器和组件架构,其中一个连接器(通常通过实现一个网络协议)支持组件之间的通信。

  11. A router is a Restlet or a resource that associates a URI to the resource that handles all requests made to this URI .

    路由器是一个Restlet或资源,它将URI关联到处理对这个URI的所有请求的资源。

  12. As of this writing , this pack offers three transports based on popular REST-related frameworks : Abdera , Jersey and Restlet .

    在本文撰写之际,该软件包提供了三种传送器,分别基于三种流行的REST框架:Abdera、Jersey及Restlet。

  13. The Resource Request Handler can be implemented using Jersey or another framework such as Restlet and should be lightweight , mainly delegating the heavy duty work to the business tier .

    可以使用Jersey或其他框架(比如Restlet)实现ResourceRequestHandler,它应该是轻量级的,将大量职责工作委托给业务层。

  14. The Restlet Framework is slightly different from the other JAX-RS implementations you 've seen so far in that it existed well before JAX-RS was finalized as a standard .

    RestletFramework与您前面看到的其他JAX-RS实现略微有些不同,因为在JAX-RS最终成为一个标准之前它就已经存在了。