Skipping some of the JSF request processing phases
跳过某些JSF请求处理阶段
It fires the MHPM event for request processing.
它触发MHPM事件处理请求。
Understanding the JSF request processing life cycle.
理解JSF请求处理生命周期。
Step 1 (M: HttpModule) : Client request processing starts.
Step1 (MHttpModule):客户端请求处理开始。
Transaction Script objects are used to handle business request processing.
用TransactionScript对象实现业务请求处理。
Acegi USES servlet filters to authenticate users before request processing.
在请求执行之前,Acegi使用servlet过滤器对用户进行身份验证。
The servlet class is the starting point for the Atom feed request processing.
servlet类是处理Atom提要请求的起始点。
The request processing class reads the parameter values from the request as follows
请求处理类从 reqeust 中读取参数值,如下所示
Data transfer and type conversions happen on both ends of the request processing cycle.
数据传输和类型转换在请求处理循环的两端发生。
But if request processing takes some time, then the transport that the client used might time out.
但是如果请求处理要花一些时间,则客户机使用的传输可能超时。
You can also find a full description of the request processing life cycle in the JSF specification.
您也可通过JSF规范获得对请求处理生命周期的完整说明。
If it is ready to handle a new request, the write method enqueues the client for request processing.
如果它准备处理新请求,write方法就会为请求处理而将该客户机排到队列中。
The logic to complete the service call request processing is implemented using the adapter framework API.
完成服务调用请求处理的逻辑是通过使用适配器框架API来实现的。
The JSF framework has a complicated request processing life cycle, which is split into 6 distinct phases.
JSF框架有一个复杂的请求处理生命周期,它可以划分为6个不同的阶段。
A request Response contains the three upper-cased input strings and represents the completion of the request processing.
请求响应包含三个大写输入字符串,并标志着请求处理过程的结束。
One advantage Grizzly's have is its asynchronous request processing mechanism, that can be customized at the HTTP level.
Grizzly的一个优点是其异步的请求处理机制,这可在http层进行定制。
The resolveFederatedId is an event handler that is fired between the secure and authorization events in request processing.
resolveFederatedId是一个事件处理函数,这个事件在请求处理期间的安全和授权事件之间引发。
The request processing class also must set the session variable jspMode with the parameter value read from the request object.
请求处理类还必须用从request对象中读取的参数值设置会话变量jspMode。
When failover happens, a secondary server will be chosen as the new acting primary, and request processing continues as before.
当故障转移发生时,一个次服务器将被选择作为新的代理主服务器,请求处理像前面一样继续进行。
An example of service call request processing is a request sent to an adapter to perform database updates to an application table.
一个服务器请求处理的例子是,将请求发送到适配器以对应用程序表执行数据库更新。
In general, a higher memory footprint leads to higher garbage collection rates and additional pause times during request processing.
通常,内存占用率越高,就会导致垃圾回收率更高,请求处理期间暂停的次数也会增加。
This allows for faster request processing, as the framework is not continually creating new Action instances to handle each request.
这使请求处理变得更快,因为框架处理每个请求时不用频繁地创建新的Action实例。
An alternative is to tie up the thread per request so that it can be returned to the thread pool once the request processing is done.
另一种方法是为每个请求绑定一个线程,因此当请求被处理后,线程将返回线程池。
Prior to creating the messaging engines, a policy defining the behavior of request processing across the cluster needs to be defined.
在创建消息引擎之前,需要定义通过集群的请求处理的行为策略。
The concurrent probes provider can help identify execution points in a request processing pipeline that represent possible bottlenecks.
并发探测器可以帮助识别一个可能存在瓶颈的请求处理管道中的执行点。
This approach is useful when the storage requirements for single request processing are high, resulting in excessive garbage collection.
当单个请求处理的存储需求非常高,从而导致过多的垃圾收集时,此方法非常有用。
NIO, also called asynchronous IO, enables the processing of other requests to continue before the current request processing is completed.
NIO也称为异步IO,支持在当前请求处理完之前处理其他请求。
Therefore, the application needs to control the JSF request processing life cycle, which can be easily done by implementing a PhaseListener.
因此,应用程序需要控制JSF请求处理生命周期,这可以通过实现PhaseListener很轻松地完成。
In the sections that follow, I'll walk you through every phase of the JSF request processing lifecycle, including event handling and validation.
在接下来的几节中,我们将遍历jsf请求处理生命周期的每个步骤,包括事件处理和验证。
In Part 2 of this series, you'll find more JSF techniques for working with the component tree and controlling the request processing life cycle.
在本系列的第2部分,您将获得更多有关处理组件树和控制请求处理生命周期的JSF技巧。
应用推荐