敬业的IT人 >> 编程开发 >> Java >> J2EE tutorial 实例安装

J2EE tutorial 实例安装

敬业的IT人 互联网 佚名 2008-5-16 21:00:38

本节介绍各个代表性实例的安装,原英文介绍文档位于以下路径:J2EE1.4/samples/docs/list.html

Duke’s Bookstore

1 编译。

切换到J2EE1.4\samples\webapps\bookstore\bookstore1\src

1) 执行 asant clean.这是清除

2) 执行 asant core这是编译

2 启动PointBase数据库,并准备数据

1) 执行<pointbase_install_dir>/tools/serveroption/startserver.bat 脚本

2) 启动Server

3) 切换到J2EE1.4\samples\webapps\bookstore\bookstore1\src运行

asant deploy

3 运行

在浏览器键入::/bookstore1/enter">http://<host>:<port>/bookstore1/enter

4 生成javadoc

J2EE1.4\samples\webapps\bookstore\bookstore1\src下运行:

asant javadocs

Stateless SessionBean

Location: J2EE1.4\samples/ejb/stateless/simple/src

Stateful SessionBean-CartBean

Location: D:\Devs\J2EE1.4\samples\ejb\stateful\simple\src

Run:

cd <install_dir>/domains/<domain_name>/applications/j2ee-apps/stateful-simple/

run : appclient -client stateful-simpleClient.jar -name CartClient –textauth

CMP Customer

Location: D:\Devs\J2EE1.4\samples\ejb\cmp\cmpcustomer\src

1 在控制台建立jdbc连接资源,名称为:jdbc/cmpcustomer

2 创建连接池:cmpcustomer-pool

Run: http://localhost:8080/customer/

StorageBin (bmp-Simple) Application

Location: D:\Devs\J2EE1.4\samples\ejb\bmp\simple\src

How to Run:

In: D:\Devs\J2EE1.4\domains\domain1\applications\j2ee-apps\bmp-simple

Run:

appclient -client bmp-simpleClient.jar -name StorageBinClient -textauth

MDB

Location: D:\Devs\J2EE1.4\samples\ejb\mdb\simple\src

定义资源

1 登陆Server,在Java Message Service 处点击Connection Factories,然后选择New

2 输入:

JNDI-Name: jms/MyQcf
Type: javax.jms.QueueConnectionFactory
Resource: Select Enabled checkbox

3 点击 Destination Resources New,输入:

JNDI-Name: jms/MyQueue
Type: javax.jms.Queue
Resource: Select Enabled checkbox

4 运行:

in D:\Devs\J2EE1.4\domains\domain1\applications\j2ee-apps\mdb-simple

run

appclient -client mdb-simpleClient.jar -name SimpleMessageClient –textauth -xml D:\Devs\J2EE1.4\domains\domain1\config\sun-acc.xml

已安装实例和运行路径如下:

Name

URL

Duke’s Bookstore

http://localhost:8080/bookstore1/enter

Stateless SessionBean

http://localhost:8080/helloworld

Stateful

D:\Devs\J2EE1.4\domains\domain1\applications\j2ee-apps\stateful-simple

appclient -client stateful-simpleClient.jar -name CartClient –textauth

CMP

http://localhost:8080/customer/

BMP

D:\Devs\J2EE1.4\domains\domain1\applications\j2ee-apps\bmp-simple

appclient -client bmp-simpleClient.jar -name StorageBinClient -textauth

MDB

D:\Devs\J2EE1.4\domains\domain1\applications\j2ee-apps\mdb-simple

appclient -client mdb-simpleClient.jar -name SimpleMessageClient –textauth -xml D:\Devs\J2EE1.4\domains\domain1\config\sun-acc.xml


粤ICP备06119539号
Copyright CiscoSky.Org,Some Rights Reserved.
Email:me1228#tom.com