session facade 中文意思是什麼

session facade 解釋
會話門面
  • session : n 1 會議;會議的一次[一屆];開會;(法庭的)開庭。2 開會期;開庭期。3 〈美, Scot 〉學期。4 〈美...
  • facade : n. 1. 【建築】正面。2. 外表,外觀;虛偽,浮面,(掩飾真相的)門面。n. 1. 【建築】正面。2. 外表,外觀;虛偽,浮面,(掩飾真相的)門面。
  1. Facade relationship between cmp and session facade bean

    Cmp和會話虛包bean之間的正面關系
  2. The session facade might look something like this

    該會話虛包看起來就象這樣:
  3. And, incidentally, we saw that using an sdo enables you to flow data all the way from the entity to the javaserver page rendering the html, passing through the session facade and the servlet the model and view controllers respectively

    並且,順便說一下,我們看到使用sdo使您能至始至終把數據從實體傳送到表現html的javaserver page ,中間穿過了會話虛包和servlet (各自為模型和視圖控制器) 。
  4. This minimizes the chattiness between the session facade and entity ejb

    這就最小化了會化虛包和實體ejb之間的隔閡。
  5. What is the granularity of the session facade

    Session外觀的粒度是多少?
  6. In this case, the session facade acts as both a wrapper for your entity bean and a true business - logic unit, turning raw data into meaningful information

    本例中,會話虛包充當了實體bean的封裝器以及真正的業務邏輯單元,從而將原始數據轉變成有意義的信息。
  7. In short, if you are willing to accept local entity ejbs behind a session facade, you should be willing to accept a local stateful session ejb behind one as well

    簡而言之,如果您想接收位於會話外觀后的本地實體ejb ,您也要接收位於其後的本地有狀態會話ejb 。
  8. Through this exchange, we saw why using a session facade in front of a local entity ejb is so important to ensure that only one transaction is executed per ui event, and to minimize the number of sql calls sent to the database

    通過這個交流,我們看到為什麼在本地實體ejb前使用會話虛包是如此的重要,其保障對于每個ui實踐僅有一個事務,最小化到數據庫的sql調用。
  9. Always use a session facade to start a global transaction around the entities used

    始終使用會話虛包來啟動有關所使用實體的全局事務。
  10. The rule of thumb to remember is that service oriented architectures require functional decomposition : decomposition results in components that ultimately need to be managed, and components in java are best implemented with session ejbs with or without a helper class, which makes the session ejb a facade

    憑經驗來看,面向服務的體系架構需要功能分解:分解導致組件最終需要進行管理,使用會話ejb最佳的實現java中的組件(使用或不使用幫助類,該類使會話ejb成為外觀) 。
  11. We could write four very simple session facade methods

    可以編寫四個非常簡單的會話虛包方法:
  12. Use the session facade pattern for safer data management

    使用會話虛包( session facade )模式進行更安全的數據管理
  13. The session facade pattern

    會話虛包模式
  14. This applies to a delegated method on an entity ejb, an entity home method, a session facade, or as you call it a dto assembler class

    這適合於實體ejb 、實體home方法、會話外觀或(如您所稱) dto裝配器類上的已委託的方法。
  15. A session facade ejb business methods call more than one dao to save on more than one table

    會話外觀ejb業務方法調用了一個以上的dao來將其保存在一張以上的表中。
  16. When i thought about it some more, it boiled down to a completely different question : if there was no performance penalty at all for calling the get attribute methods of a cmp, would you still recommend that the session facade, dto assembler or entity home method use a get dto method on the entity rather than simply get the attributes it needs one at a time from the associated entities

    我仔細考慮之後,得出了一個完全不同的問題:如果調用cmp的get < attribute > ( )方法完全沒有性能損失,您是否仍然會建議會話外觀、 dto裝配器或實體home方法對實體使用get < dto > ( )方法,而不直接一次性從相關實體獲得其所需的屬性?
分享友人