特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

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

約21頁DOC格式手機(jī)打開展開

ejb基礎(chǔ)與會(huì)話bean (java類論文外文翻譯),ejb基礎(chǔ)與會(huì)話bean (java類論文外文翻譯)中文譯文: ejb基礎(chǔ)與會(huì)話bean 到目前為止,我們已經(jīng)討論了用戶界面,業(yè)務(wù)邏輯和開發(fā)java ee應(yīng)用程序的數(shù)據(jù)庫連接方面的問題。討論的主要機(jī)制是為指出從jsp和servlet代碼被訪問的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ù)邏輯和開發(fā)Java EE應(yīng)用程序的數(shù)據(jù)庫連接方面的問題。討論的主要機(jī)制是為指出從JSP和Servlet代碼被訪問的JavaBeans所表達(dá)業(yè)務(wù)邏輯。Java EE有一個(gè)表達(dá)了一個(gè)應(yīng)用程序的業(yè)務(wù)邏輯和數(shù)據(jù)庫訪問使用一個(gè)JavaBeans一樣強(qiáng)大的概念專用設(shè)施。該設(shè)施是企業(yè)JavaBeans,EJB的已很少被認(rèn)知。

在這一章中,我們將開始探討EJB,這是一個(gè)對(duì)Java EE平臺(tái)很重要的能力世界。 EJB的開發(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