-
大小: 139KB文件類型: .zip金幣: 2下載: 0 次發(fā)布日期: 2021-06-04
- 語言: Java
- 標(biāo)簽: jsp??實(shí)例??jsp實(shí)例??
資源簡介
很多學(xué)者對EJB3.0的有狀態(tài)會話Bean和無狀態(tài)會話Bean的概念不太清楚,通過本人這次上機(jī)實(shí)驗(yàn),本人搞清楚了有狀態(tài)會話Bean和無狀態(tài)會話Bean的區(qū)別,同時利用無狀態(tài)會話bean和有狀態(tài)會話Bean實(shí)現(xiàn)了相關(guān)的實(shí)例。希望對大家能夠有點(diǎn)用。本例子中包含有狀態(tài)會話Bean實(shí)現(xiàn)簡易的購物車。

代碼片段和文件信息
package?stateFullBean;
public?class?BookException?extends?Exception{
String?str;
public?BookException(String?s)
{
str=s;
}
public?String?getString()
{
return?str;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????156672??2008-04-24?22:18??EJB上機(jī)實(shí)驗(yàn)實(shí)驗(yàn)報(bào)告.doc
?????目錄???????????0??2008-04-24?01:05??stateBean_web\
?????文件?????????340??2008-04-24?01:05??stateBean_web\.classpath
?????目錄???????????0??2008-04-24?01:05??stateBean_web\.myeclipse\
?????文件?????????312??2008-04-24?01:05??stateBean_web\.myme
?????文件????????1231??2008-04-22?10:12??stateBean_web\.project
?????目錄???????????0??2008-04-24?01:05??stateBean_web\src\
?????目錄???????????0??2008-04-24?01:05??stateBean_web\WebRoot\
?????文件?????????866??2008-04-22?10:17??stateBean_web\WebRoot\index.jsp
?????目錄???????????0??2008-04-24?01:05??stateBean_web\WebRoot\me
?????文件??????????39??2008-04-22?10:10??stateBean_web\WebRoot\me
?????文件????????5564??2008-04-24?21:49??stateBean_web\WebRoot\statefull.jsp
?????文件????????2507??2008-04-22?10:20??stateBean_web\WebRoot\stateless.jsp
?????目錄???????????0??2008-04-24?01:05??stateBean_web\WebRoot\WEB-INF\
?????目錄???????????0??2008-04-24?01:05??stateBean_web\WebRoot\WEB-INF\classes\
?????目錄???????????0??2008-04-24?01:05??stateBean_web\WebRoot\WEB-INF\lib\
?????文件?????????375??2008-04-24?01:05??stateBean_web\WebRoot\WEB-INF\web.xm
?????目錄???????????0??2008-04-24?00:56??stateFullBean\
?????文件?????????346??2008-04-22?10:00??stateFullBean\.classpath
?????目錄???????????0??2008-04-24?00:56??stateFullBean\.myeclipse\
?????文件?????????177??2008-04-24?00:58??stateFullBean\.myme
?????文件????????1138??2008-04-22?10:40??stateFullBean\.project
?????目錄???????????0??2008-04-24?00:58??stateFullBean\classes\
?????目錄???????????0??2008-04-24?00:58??stateFullBean\classes\me
?????文件??????????39??2008-04-22?10:00??stateFullBean\classes\me
?????目錄???????????0??2008-04-24?00:58??stateFullBean\classes\stateFullBean\
?????文件?????????487??2008-04-24?18:00??stateFullBean\classes\stateFullBean\BookException.class
?????文件????????2014??2008-04-24?01:10??stateFullBean\classes\stateFullBean\Cart.class
?????文件?????????522??2008-04-24?01:10??stateFullBean\classes\stateFullBean\CartRemote.class
?????文件?????????412??2008-04-24?01:10??stateFullBean\classes\stateFullBean\IdVerifier.class
?????目錄???????????0??2008-04-24?00:56??stateFullBean\src\
............此處省略24個文件信息
評論
共有 條評論