版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、外文原文The Enterprise JavaBeansIN a J2EE application Enterprise JavaBeans (EJB) tier hosts application-specific business logic and provides system-level services such as transaction management, concurrency control, and secu
2、rity. Enterprise JavaBeans technology provides a distributed component model that enables developers to focus on solving business problems while relying on the J2EE platform to handle complex system level issues This sep
3、aration of concerns allows rapid development of scalable accessible, robust, and highly secure applications. In the J2EE programming model EJB components are a fundamental link between presentation components hosted by t
4、he Web tier and business-critical data and systems maintained in the enterprise information system tier This chapter describes the concepts central to the Enterprise JavaBeans architecture and provides guidelines and rec
5、ommendations to best use EJB components. The chapter:.Examines the nature of business logic and describes the problems a developer needs to resolve when implementing business logic.Describes the component model that Ente
6、rprise JavaBeans architecture provides to address these problems·Describes remote and local client views·Provides details on the three types of enterprise beans:entity beans, session beans, and message-driven b
7、eans·Recommends design guidelines for developing EJB components and applications·Presents recommendations and practices to best utilize the EJB tier services provided by the J2EE platform·Provides guidelin
8、es to facilitate application portability5.1 Business Logic and Business Objects Business logic, in a very broad sense, is the set of procedures or methods used to manage a specific business function. Taking the object-
9、oriented approach enables the developer to decompose a business function into a set of components or element called business objects. Like other objects, business objects have both state(or data) and behavior. For exampl
10、e, an employee object has data such as a name address, social security number, and so on. It has methods for assigning it to a new department or for changing its salary by a certain percentage. To manage a business probl
11、em you and updated account information should be written to persistent storage.No other client should be able to access the particular account concurrently. Similar analysis and requirement definitions could be performed
12、 for other objects. For example, an order object has a set of general conditions on its behave for that have a significant correlation to the behavior of an account object. That is client needs to be authorized before u
13、pdating or reading the status of an order, details need to be written to a persistent storage, and so on. If you examine business objects in similar applications you will see that even though the actual structure and beh
14、avior of the object is tied closely to the business problem it is going to solve, many services that these business objects provide follow specific patterns that are quite generic in nature.5.1.1 Common Requirements of
15、Business 06jectsThis section describes common requirements of business objects.5.1.1.1 Maintain StateA business object often needs to maintain state between method invocations. This state can be either conversational o
16、r persistent. Conversational state is state main tamed in an object during the conversation between a client and the application. Persistent state is state that is stored in a database or other persistent store, outlivin
17、g the conversation between a client and the application.Consider a shopping cart object. The state of the shopping cart object represents the items and quantities of the items purchased by the client. The cart is initial
18、ly empty and gains meaningful state when a user adds an item to the cart When a user adds a second item to the cart, the cart should have both items in it.Similarly, when a user deletes an item from the cart, the cart sh
19、ould reflect the change in its state. When a user exits the application, the cart object is reclaimed and the conversational state no longer exists.When the object gains, maintains, and loses its state as a result of rep
20、eated interactions with the same client, we say the object maintains conversational state.To understand persistent state, consider an account object. When a user creates an account, the account information needs to be st
21、ored permanently so that when the user exits the application and re-enters the application, the account information can be presented to the user again. The state of an account object needs to be maintained in persistent
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 計算機專業(yè)外文翻譯--計算機
- 計算機專業(yè)外文翻譯---asp的發(fā)展
- 計算機外文翻譯---計算機引論
- 計算機外文翻譯
- 計算機外文翻譯(5)
- 計算機外文資料翻譯
- 計算機科學(xué)外文翻譯
- 計算機外文翻譯(完整)
- 計算機外文翻譯1
- 計算機外文翻譯9
- 計算機外文翻譯63
- 計算機外文翻譯3
- 計算機專業(yè)外文翻譯----計算機視覺中的學(xué)習(xí)
- 計算機專業(yè)-外文翻譯
- 計算機外文翻譯.doc
- 計算機外文翻譯 ----jsp的技術(shù)發(fā)展歷史
- 外文翻譯---計算機程序
- 計算機外文翻譯 (2)
- 計算機專業(yè)外文翻譯---sql server的發(fā)展歷程
- 計算機專業(yè)外文資料翻譯----微機發(fā)展簡史
評論
0/150
提交評論