国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

ejb基礎(chǔ)與會(huì)話bean (java類論文外文翻譯).doc

約21頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)

ejb基礎(chǔ)與會(huì)話bean (java類論文外文翻譯),ejb基礎(chǔ)與會(huì)話bean (java類論文外文翻譯)中文譯文: ejb基礎(chǔ)與會(huì)話bean 到目前為止,我們已經(jīng)討論了用戶界面,業(yè)務(wù)邏輯和開(kāi)發(fā)java ee應(yīng)用程序的數(shù)據(jù)庫(kù)連接方面的問(wèn)題。討論的主要機(jī)制是為指出從jsp和servlet代碼被訪問(wèn)的javabeans所表達(dá)業(yè)務(wù)邏輯。java ee有一個(gè)表達(dá)了一個(gè)應(yīng)用程序的業(yè)...
編號(hào):19-95930大小:843.00K
分類: 論文>外文翻譯

內(nèi)容介紹

此文檔由會(huì)員 果酸 發(fā)布

EJB基礎(chǔ)與會(huì)話Bean (java類論文外文翻譯)

中文譯文:

   EJB基礎(chǔ)與會(huì)話Bean

到目前為止,我們已經(jīng)討論了用戶界面,業(yè)務(wù)邏輯和開(kāi)發(fā)Java EE應(yīng)用程序的數(shù)據(jù)庫(kù)連接方面的問(wèn)題。討論的主要機(jī)制是為指出從JSP和Servlet代碼被訪問(wèn)的JavaBeans所表達(dá)業(yè)務(wù)邏輯。Java EE有一個(gè)表達(dá)了一個(gè)應(yīng)用程序的業(yè)務(wù)邏輯和數(shù)據(jù)庫(kù)訪問(wèn)使用一個(gè)JavaBeans一樣強(qiáng)大的概念專用設(shè)施。該設(shè)施是企業(yè)JavaBeans,EJB的已很少被認(rèn)知。

在這一章中,我們將開(kāi)始探討EJB,這是一個(gè)對(duì)Java EE平臺(tái)很重要的能力世界。 EJB的開(kāi)發(fā)和部署提供關(guān)鍵任務(wù)企業(yè)應(yīng)用的基礎(chǔ)設(shè)施。我們首先看一些EJB的基礎(chǔ),然后集中在一個(gè)類型的EJB:會(huì)話bean。

在這一章中,你將學(xué)習(xí)以下內(nèi)容..

 

外文文獻(xiàn): 

EJB Fundamentals and Session Beans

So far, we’ve discussed the user interface, business logic, and database connection aspects of developing Java EE applications. The primary mechanism discussed to this point for expressing business logic has been JavaBeans accessed from JSP and Servlet code. Java EE has a powerful facility dedicated to expressing the business logic of an application and for accessing a database using a JavaBeans-like concept. That facility is Enterprise JavaBeans, known as EJBs for short.

In this chapter, we’ll begin exploring the world of EJBs, which is a very important capability of the Java EE platform. EJBs provide infrastructure for developing and deploying mission-critical,enterprise applications. We’ll first look at some EJB fundamentals, and then focus on one type of EJB: the session bean.

In this chapter, you will learn the following:

• The benefits of using EJBs

• The three kinds of EJBs: session, entity, and mess