以下为句子列表:
英文: Currently, JSF is an early access (EA) release, and, as a result, is somewhat immature.
中文: 目前JSF还仅仅是EA版本,所以不是很成熟。
更详细...
英文: In Part 2, I will explain more advanced JSF concepts such as: implementing custom validation; using model objects; internationalization; creating custom components; and finally, delegating event handling and rendering so you can use components to generate
中文: 下一篇中,我将阐述一些JSF的高级概念:实现定制验证、使用模型对象、国际化支持、生成定制组件和便于你使用组件生成HTML以外的标记语言的事件的代理和处理机制。
更详细...
英文: In either situation, a request event is generated and added to the JSF context.
中文: 在任何一种情况下,都会产生一个请求事件加入到JSF的运行环境中。
更详细...
英文: JSF handles HTTP requests with seven distinct phases, as shown in Figure 1.
中文: JSF通过7个步骤来处理一个HTTP请求,如图1。
更详细...
英文: Now that we have a general overview of JavaServer Faces and a rudimentary understanding of the JSF lifecycle, let's take a look at some code.
中文: 现在我们已经对JSF和处理流程有了一个粗略的认识,下面将研究一些代码。
更详细...
|