• The Request framework manipulates and transforms the request and response messages

    请求框架操纵转换请求和响应消息

    youdao

  • The request framework manipulates and transforms request and response messages.

    请求框架(Request framework)操纵转换请求和响应消息。

    youdao

  • The framework automatically transfers data and data conversion from request parameters, but where does the data go and how does OGNL figure out the target?

    尽管框架自动传输数据转换来自请求参数的数据,数据将前往何方,OGNL如何确定目标呢?

    youdao

  • The logic to complete the service call request processing is implemented using the adapter framework API.

    完成服务调用请求处理逻辑通过使用适配器框架API实现的。

    youdao

  • It also explains the difference between programming by contract and defensive programming with a clever situation where your customers request that the framework code do the checking.

    该书阐述了在客户请求框架代码进行检查的智能情况下,承包程序设计防错性程序设计之间差别。

    youdao

  • The framework can then restore the continuation from the session before each new request, using the same approach that you used to store user data.

    然后框架可以在处理每个请求之前会话恢复延续采用方法存储用户数据一样

    youdao

  • One familiar crutch that you must do without in a component framework is processing each request up front, as you do in action-based frameworks.

    使用组件框架的情况下,另必须解决的熟悉的问题预先处理每个请求就像在基于动作的框架中那样。

    youdao

  • The JSF framework has a complicated request processing life cycle, which is split into 6 distinct phases.

    JSF框架一个复杂请求处理生命周期可以划分6个不同阶段

    youdao

  • The basic idea is this: You can let your programming framework load your application's state before a request and save your application's state after each request.

    基本思想可以编程框架请求之前装载应用程序状态每个请求之后保存应用程序的状态。

    youdao

  • Either way, when you call one of the service methods the stub handles converting request data objects to XML, and returned XML to response data objects, using your selected data-binding framework.

    无论采用哪种方式调用服务方法存根使用数据绑定框架处理请求数据对象转换XML以及将返回的xml转换为响应数据对象的工作。

    youdao

  • The service controller ACTS as an entry point of the request and response framework.

    服务控制器作为请求响应框架入口

    youdao

  • In most cases, the JSF framework takes care of the language bundle for you with the tag, which resolves the bundle according to locale request without any extra coding.

    大多数情况下JSF框架关注带有标签语言根据场所请求获取包,而不需要额外编码

    youdao

  • You would then have to read the contents of the database into your object model and then request the underlying framework to Marshall its internal structure to an XML format.

    然后必须数据库内容读取对象模型,并请求底层框架内部结构编组xml格式

    youdao

  • When the framework processes the request, your console output should be similar to that shown in Listing 7.

    框架处理请求时,控制台输出结果类似于清单7示。

    youdao

  • When the framework processes the request, your console output should be similar to that shown in Listing 6.

    框架处理请求时,控制台输出结果类似于清单6示。

    youdao

  • No additional configuration is required; the framework knows to call these methods when an HTTP GET request is received on the corresponding URL.

    无需其他配置相应URL接收HTTPGET请求时,框架调用这些方法

    youdao

  • 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,它应该轻量级的,将大量职责工作委托业务

    youdao

  • I use Spring MVC and the Spring Web Flow framework to implement the Browser Request Handler.

    使用SpringMVCSpringWebFlow框架实现浏览器请求处理程序

    youdao

  • So a Web development framework that USES continuations can capture a continuation after processing each request and store it in the session with an identifier.

    所以使用延续Web开发框架可以处理每个请求之后捕获延续,并用一个标识符存储会话中。

    youdao

  • The rendered template string is then passed into an HTTPResponse constructor, which is sent back to the request client via the framework.

    呈现的模板字符串随后传递HTTPResponse构造器,后者通过这个框架发送请求客户机那里

    youdao

  • Include is meant literally in this context, because the framework USES the include method of the servlets request dispatcher.

    上下文中包含一词字面意义,因为框架使用Servletinclude方法请求分配器。

    youdao

  • These ActionForms encapsulate page data and provide a validation framework to validate request parameters.

    这些ActionForm封装页面数据提供一个验证框架验证请求参数

    youdao

  • The remoting framework code on the server picks up this request, unmarshals the XML, extracts the component name, method, and arguments, then invokes the method on the server-side component instance.

    服务器remoting框架代码获取这个请求,对这个XML进行解除编排处理,提取组件方法实参然后再服务器端组件实例上调用方法。

    youdao

  • Once the ApacheDS framework knows which JNDI operation needs to be invoked while processing a protocol request, it can generate an event.

    一旦ApacheDS框架了解处理协议请求需要包含哪个JNDI操作它就生成事件

    youdao

  • Ajax is a framework of UI capabilities and concepts driven by an XML-based request and response server invocation model.

    Ajax一个受基于XML请求响应服务器调用模型驱动UI功能概念框架

    youdao

  • Earlier in the article, I mentioned that the Rico framework USES buffering and will request data as and when it needs it.

    本文前面提到Rico框架使用缓冲技术,需要数据时,它就会请求数据。

    youdao

  • When processed by the JSF framework, a typical request that posts some form data goes through six phases.

    JSF框架处理一个典型发布表单数据请求经过六个阶段

    youdao

  • I used an open source performance testing framework called Grinder version 3.3 for purposes of simulating client request load.

    使用一个开源性能测试框架Grinder 3.3模拟客户端请求负载

    youdao

  • This allows for faster request processing, as the framework is not continually creating new Action instances to handle each request.

    使请求处理变得更快因为框架处理每个请求时不用频繁地创建新的Action实例

    youdao

  • If you've used Struts much, you realize that it's is largely a request processor, allowing you to receive requests and instruct the framework how to process each request.

    如果多次使用过Struts那么会意识很大程度上可以看作一个请求处理器通过它可以接受请求指示框架如何处理请求。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定