搜索资源列表
MasteringEJB20Code
- MasteringEJB20 Code Sample Include SessionBean,EntityBean,etc
ddvip_com_0241506b02f93d
- 一个J2EE四层架构的实例,采用jsp+javabean+sessionbean+entitybean做的,与大家共享: 1.开发环境用的jbuilder7.0+weblogic7.0+oracle9i(sqlserver2000) 2.sql语句如下: create table ejbAccounts (id varchar(15), bal float, type varchar(15)) 3.现在weblogic console下
sessionF
- 一个关于学习EJB中sessinBean的小的例子程序源码,提供给初学者参考.-a source code example for the beginner to study sessionBean technique in EJB.
MasteringEJB20Code
- MasteringEJB20 Code Sample Include SessionBean,EntityBean,etc
sessionF
- 一个关于学习EJB中sessinBean的小的例子程序源码,提供给初学者参考.-a source code example for the beginner to study sessionBean technique in EJB.
ddvip_com_0241506b02f93d
- 一个J2EE四层架构的实例,采用jsp+javabean+sessionbean+entitybean做的,与大家共享: 1.开发环境用的jbuilder7.0+weblogic7.0+oracle9i(sqlserver2000) 2.sql语句如下: create table ejbAccounts (id varchar(15), bal float, type varchar(15)) 3.现在weblogic console下
login
- 利用了Struts的MVC结构,前端用Jsp,实现交易则用到了EJB中的SessionBean和EntityBean,由于连接EJB需要较大的网络开销,因此通过SessionBean封装EntityBean. 这是一个简单的系统登录的实现-Use of Struts-MVC structure, the front-end with Jsp, the realization of the transaction are used f
sourcecode
- 一个EJB3.0的sessionbean的例子,基于eclipse平台编写-EJB3.0 of a sessionbean example, eclipse-based platform for the preparation of
EJBDemo
- Enterprise JavaBean,首先是JavaBean,其次是企业级的JavaBean-会话Bean(SessionBean) 有状态会话Bean(SFSB) 无状态会话Bean(SLSB) 实体Bean(EntityBean) 容器管理持久性实体Bean(CMP实体Bean) Bean管理持久性实体Bean(BMP实体Bean) 消息驱动Bean(MessageDrivenBean,MDB)
LocalSessionBean
- 这是一个sessionbean,使用java写的-sessionbean
Classic.J2EE.code.development.sessionBean
- J2EE开发sessionBean实例经典代码Classic instance of J2EE code development sessionBean-Classic instance of J2EE code development sessionBean
javaejbs
- Java中的EJB编程实例代码,内容有:简单的EJB、无状态SessionBean、有状态SessionBean、BMP位图实例、cmp实例、Message-Driven Bean、JNDI的使用、112各种EJB之间的调用、B-S结构EJB、 C-S结构EJB、UML建模与J2EE开发、RMI and RMI-IIOP、JTA与JTS、JMS的使用、Java IDL、EJB与CORBA的交互、基于EJB的真实世界模型、EJB的商业应用
Stateful--sessionbean
- 有状态的简单的会话Bean的实现,里面有详细的设计过程截图以及源代码。-Stateful Session Bean implementation simple, there are detailed screenshot of the design process, and source code.
Stateless-sessionbean
- 这是一个无状态的会话Bean的实现过程以及源码,有实现全过程的截图。-This is a stateless session Bean' s implementation process and the source, there is a screenshot of the whole process of implementation.
SessionBean
- Java 选修课程管理系统,广东石油化工学院计算机07-1班 Logic 陈罗志原创程序,使用Eclipse+Mysql开发,代码中预设的Mysql数据库用户名为root,密码为admin,运行程序,测试用户用户名chenluozhi 密码chenluozhi lib文件夹为Mysql 数据库驱动,util 是所用的工具包。 本程序提供几大模块: 用户管理模块(权限控制) 修改密码模块
ejb
- 简单的新闻栏目的界面 ,采用Ejb+sessionbean技术编写,简单简单,适合初学者-Simple interface news section, prepared by technical Ejb+ sessionbean, simple, simple, suitable for beginners
967587
- Java EJB中有、无状态SessionBean的两个例子,编程学习源码,很好的参考资料。-Two examples of Java EJB, a stateless SessionBean, learning programming source code, a good reference.
Java-EJBSessionBean-demo
- Java EJB中有、无状态SessionBean的两个例子-Java EJB with state in a SessionBean two examples
EJBDemo
- Enterprise JavaBean,首先是JavaBean,其次是企业级的JavaBean-会话Bean(SessionBean)有状态会话Bean(SFSB)无状态会话Bean(SLSB)实体Bean(EntityBean)容器管理持久性实体Bean(CMP实体Bean)Bean管理持久性实体Bean(BMP实体Bean)消息驱动Bean(MessageDrivenBean,MDB)