jsf
美
英 
- abbr.(=joint strike fighter)【軍】聯合攻擊戰斗機
- 網絡聯合攻擊戰斗機(Joint Strike Fighter);爪哇服務器外觀(Java Server Faces);聯合攻擊機
英漢解釋
abbr. | 1. 【軍】(=joint strike fighter)聯合攻擊戰斗機 |
英英解釋
例句
Building a custom JSF component is often the right thing to do.
構建一個自定義JSF組件通常是正需要做的事情。
With all the background work out of the way, I think you're ready to take the plunge and develop your own custom JSF components.
有了這些基礎工作之后,我認為您已經可以采取行動,開發自己的定制JSF組件了。
Even then, it was readily apparent that JSF made adopting Ajax more difficult than it had to be.
即使如此,這一點仍然很明顯:JSF使得Ajax比過去更難于采用。
This would make it easier for a developer to use individual parts of JSF without being forced to use all of it.
這使得開發者能更加輕松地使用JSF的單個部分,而無需使用其全部。
One of the down sides to using JSF was the technology used for the rendering layer, which by default was provided by JavaServer Pages (JSP).
使用JSF的缺點之一是用于呈現層的技術,默認情況下由JavaServerPages?(JSP?)提供。
WebSphere Studio enables you to easily drag the Web service onto a portlet page in the form of a JSF Web service client component.
WebSphereStudio使您能夠輕易地以JSFWeb服務客戶端組件的形式將Webservice拖動到portlet頁面上。
JSF, to put it in terms we Domino developers understand, is the equivalent of a custom-class rendering engine.
JSF用我們Domino開發人員理解的術語來說,就相當于一個定制類呈現引擎。
But before we get into all that, I'll take just a minute to separate some JSF FUD from fact.
但是在開始之前,我將花一點時間來劃清JSFFUD與事實真相。
Many JSF components require additional resources to be added to the page or to the application.
許多JSF組件需要額外的資源添加到頁面或者應用軟件中。
For pages wanting to use both input and output controls on the same page, it is quite easy to develop a JSF page with no navigation.
對于希望在同一個頁面上同時使用輸入和輸出控件的頁面,開發不帶導航的JSF頁面是很容易的。
We told you to refer back to the JSF application lifecycle and see if you could figure it out.
請參閱前面的JSF應用程序生命周期,看看您能否找到答案。
Once you ve laid out the page in normal HTML you want to tell the JSF system that you re going to be using JSF to manage your components.
一旦將該頁面布局到普通HTML中,您就想要告訴JSF系統,您將使用JSF來管理組件。
We've covered quite a bit of ground in this article when it comes to JSF conversion and validation.
在本文中我們討論了相當多的JSF轉換和驗證的基本內容。
The last field in this section specifies the names of any JSF facets that may be used with a component.
本部分的最后一個區域,指定了可能與組件一起使用的JSFfacets的名字。
JSF is the result of lessons learned over several years of evolving Web development techniques on the Java platform.
JSF是幾年前學過的在Java平臺上改進Web開發技術的課程的結果。
That said, the truth is that JSF is not bound to JSP technology inherently.
這就是說,JSF并不內在地綁定到JSP技術。
As with all things JSF, I promise it will be easier than you think and far too rewarding, in terms of time and headache saved, to ignore.
使用JSF的東西,我敢保證要比您想像的要更加容易,而且從節約的時間和精力上來說,回報如此之多,多得不能忽略。
You can associate expressions to any property on a component, thus allowing the component's property value to be set with JSF-EL.
可以把表達式關聯到組件上的任何屬性,這樣就允許用JSF-EL設置組件的屬性值。
I've barely scratched the surface of JSF 2 features so far, with managed bean annotations, simplified navigation, and support for resources.
到目前為止,我僅僅觸及了JSF2特性中最淺顯的內容,包括托管bean、注釋、簡化導航和資源支持。
For the type-ahead JSF component to work, its value attribute must be bound to a Map object.
為了要預輸入JSF組件工作,它的value屬性必須關聯Map對象。
The location bar does not get updated to reflect the new view after an action because JSF advances to it through a server-side redirect.
地址欄沒有更新,以反映執行動作后的新視圖,因為JSF通過一個服務器端重定向使之前進。
The easiest way to dissolve your preconceptions about JSF is to delve right into the technology, and we'll do that in just a few minutes.
消除您對JSF的偏見的最好方法是,適當地鉆研這種技術,我們馬上就來做這件事。
Seam components are more like Spring beans than JSF managed beans in that they plug into a sophisticated, aspect-oriented framework.
Seam組件更像Springbean,而不是JSF托管bean,這是因為它們插入到復雜的、面向方面的框架。
The JSP tags in a JSF application render the view and represent the component, but cannot change the state of a JSF component.
JSF應用程序中的JSP標記呈現了視圖,并表示組件,但無法更改JSF組件的狀態。
Each entry and element of such a data map contains the value of a JSF input component whose ID is also the key in the data map.
這類數據地圖的每個條目和元素都包含JSF輸入組件的值,其ID是數據地圖的鍵。
The technique presented here can be used to set any attributes or properties of the JSF components, not just the default styles.
這里所展示的技巧可以用來設置JSF組件的任何屬性,而不僅僅是默認的樣式。
While JSF makes it easier for you to create richer HTML-based user interfaces, JSF is by design a server-based technology.
盡管JSF簡化了創建豐富的HTML用戶界面的過程,但是根據設計JSF是一種基于服務器的技術。
Throughout this series I've tried to help you overcome the FUD that has caused many Java developers to shy away from using JSF technology.
貫穿這個系列,我一直在試圖幫助您克服造成許多Java開發人員逃避使用JSF技術的FUD。
Looking back at Figure 1, JSF is at the heart of the Controller layer in this application.
回過頭看一下圖1,JSF是該應用程序中Controller層的中心。
Now you will create a JSF Web project to see how the new component library integrates with the JSF tools.
現在您已經創建了一個JSFWeb項目,以查看這些新組件庫是怎樣與JSF工具集成到一起的。
I'll get you started this month with an architectural overview of JSF and a working example demonstrating the fundamentals of MVC and JSF.
本期一開始,我將給出JSF的一個結構上的概述和一個實際的例子,演示了MVC和JSF的基礎。
Let's consider some of these enhancements as they apply to the common challenges of JSF development.
讓我們來考慮其中一些增強,因為它們適用于JSF開發中一些常見的挑戰。
You'll be able to mix your non-JSF components with the JSF components in the same Web page and you'll avoid much of the JSF complexity.
此外,還可以在同一Web頁面上混合使用非JSF組件和JSF組件,大大避免了JSF帶來的復雜性。
Combining JSF with JavaScript to deal with just one component, rather than the entire page, is called immediate event handling.
程序組合采用JSF和JavaScript技術來處理一個組件,而不是整個頁面,這種技術稱為即時事件處理。
Some other writers seem to suggest that integrating Acegi with JSF requires the JSF application to serve the login page (see Resources).
其他一些作者似乎認為將Acegi與JSF集成需要JSF應用程序提供登錄頁面(參見參考資料)。
JSF is beginning to dominate the Java Web application market because of its status as a Java Web standard.
JSF正開始憑借其JavaWeb標準的地位主導JavaWeb應用程序市場。
Facelets seems to really scratch an itch for the JSF development community.
Facelets好像確實符合JSF開發社區的需求。
JSF 1. x has no facility for handling these so component developers typically have to develop their own mechanism.
JSF1.x無法方便地處理這些內容,所以組件開發者不得不開發自己的處理機制。
It's great to be able to use all different JSF component libraries available today, isn't it?
當今能夠使用所有不同類型的JSF組件庫時間非常令人高興的事,不是嗎?
You examined the navigation of the Web application, as mapped out in the JSF configuration file, faces-config. xml.
研究了Web應用程序的導航,并在JSF配置文件faces-config.xml中映射出來。