session facade造句
例句與造句
- Session facades can validate a request before delegating it to corresponding web service methods
Session facades可以在把請求委派給相應的web服務方法之前首先驗證請求。 - We like the way that websphere will " short circuit " the orb call if the two session facades are co - located
我們喜歡websphere在兩個session外觀共處一地時,將orb調(diào)用“短路”的方式。 - I then used a local interface to these within a session facade to ensure that only one transaction was issued
然后,在會話虛包中我對它們使用了本地接口來確保只有一個事務能被發(fā)布。 - So it is still a best practice to use a session facade whether a new ejb 3 style or an old ejb 2 . x style
所以使用會話facade (不管是新的ejb 3樣式還是舊的ejb 2 . x樣式)仍然是最佳實踐。 - One of the most popular patterns for use in j2ee server applications is the stateful session facade
用于j2ee服務器應用程序最流行的模式之一是有狀態(tài)會話門面( stateful session facade ) 。 - It's difficult to find session facade in a sentence. 用session facade造句挺難的
- It seems like it is hard to get away from using individual getters and setters on entity ejb components in the session facade
在會話外觀中,似乎不能避免對實體ejb組件使用單個getter (和setter ) 。 - " websphere developer domain , june 2001 provides a deeper look into a solution for round - tripping : the session facade
” ( websphere開發(fā)者園地, 2001年6月)提供了對往返旅程解決方案的深入討論:會話虛包。 - One example are session facades with transfer value objects javabeans components that are used to transfer the data contained in the table ,
我們的實例使用的是傳輸值對象的會話層(用javabean組件來傳送表中的數(shù)據(jù), [ - The session facade pattern is the basic building block for many other design patterns , and its advantages go well beyond those discussed here
會話虛包模式是許多其它設計模式的基本構(gòu)件,其優(yōu)點遠遠不止這里所討論的。 - 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裝配器類上的已委托的方法。 - The problem is that each session facade needs to have an ejb - ref entry in the deployment descriptor for each session facade that it accesses
問題是每個會話外觀在部署描述符中,需要為其訪問的所有會話外觀分別存儲一個ejb - ref條目。 - Also , consider refactoring your session facades so that they are associated with a single " gateway " entity that is the natural starting point for the code
同樣,要考慮重構(gòu)您的會話虛包,使它們與單個"網(wǎng)關"實體相關聯(lián),該實體是代碼的起始點。 - 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的封裝器以及真正的業(yè)務邏輯單元,從而將原始數(shù)據(jù)轉(zhuǎn)變成有意義的信息。 - 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 ,您也要接收位于其后的本地有狀態(tài)會話ejb 。 - In other words , you can create a session facade ejb to encapsulate the logic associated with gathering the data for the page the array of productview objects
換句話說,您可以創(chuàng)建一個會話虛包( session facade ) ejb來封裝與為頁面搜集數(shù)據(jù)相關的邏輯( productview對象數(shù)組) 。