一个J2EE四层架构的实例,采用jsp+javabean+sessionbean+entitybea
2016-08-22
0
0
0
暂无评分
其他
1
积分下载
如何获取积分?
一个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下建立好数据源名:examples-dataSource-mssqlserverXAPool 4.可以用客户端测试和网页测试.
-Four-tier structure of a J2EE instance, using jsp+ Javabean+ Sessionbean+ Entitybean to do, and sharing with everyone: 1. Development environment used jbuilder7.0+ Weblogic7.0+ Oracle9i (sqlserver2000) 2.sql statement is as follows: create table ejbAccounts (id varchar (15), bal float, type varchar (15)) 3. now weblogic console to establish a good data source name: examples-dataSource-mssqlserverXAPool 4. can be used client-side testing and website testing.