`
gigi_112
  • 浏览: 114463 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

websphere6.1部署ejb2.0

阅读更多

a.开发环境:websphere6.1、myeclipse

注意:websphere6.1本没有对ejb3.0进行支持,需要到网站上下载

1.补丁安装工具 updateinstall http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg24012718

2.补丁http://www-01.ibm.com/support/docview.wss?rs=180&context=SSEQTP&uid=swg27004980

 

b.生成ear包。

1.myeclipse 新建entines project,选择ejb工程,web工程

2.引用其他jar:目录结构:

META-INF=>MANIFEST.MF(注意该文件的格式)

Manifest-Version: 1.0

Class-Path: jdom.jar log4j-1.2.8.jar toolkit.jar

 

 

ejb-jar->META-INF->MANIFEST.MF相同

 

ejb-jar.xml

 

 

<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar id="ejb-jar_ID" version="2.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
	<display-name>
	identychangeEJB</display-name>
	<enterprise-beans>
		<message-driven id="SubscriberDMDB">
			<display-name>
			SubscriberMDB_IdentyChange</display-name>
			<ejb-name>SubscriberMDB_IdentyChange</ejb-name>
			<ejb-class>com.taikang.identychange.ejb.IdentificationChangedMDB</ejb-class>
			<messaging-type>javax.jms.MessageListener</messaging-type>
			<transaction-type>Bean</transaction-type>
			<message-destination-type>javax.jms.Topic</message-destination-type>
			<activation-config>
				<activation-config-property>
					<activation-config-property-name>acknowledgeMode</activation-config-property-name>
					<activation-config-property-value>Auto-acknowledge</activation-config-property-value>
				</activation-config-property>
				<activation-config-property>
					<activation-config-property-name>destinationType</activation-config-property-name>
					<activation-config-property-value>javax.jms.Topic</activation-config-property-value>
				</activation-config-property>
				<activation-config-property>
					<activation-config-property-name>subscriptionDurability</activation-config-property-name>
					<activation-config-property-value>Durable</activation-config-property-value>
				</activation-config-property>
			</activation-config>
			<env-entry>
				<env-entry-name>jndi-datasource-name</env-entry-name>
				<env-entry-type>java.lang.String</env-entry-type>
				<env-entry-value>jdbc/InsureDB</env-entry-value>
			</env-entry>
			<resource-ref id="ResourceRef_1254203818020">
				<description>Database reference for insure application</description>
				<res-ref-name>jdbc/InsureDB</res-ref-name>
				<res-type>javax.sql.DataSource</res-type>
				<res-auth>Container</res-auth>
			</resource-ref>
		</message-driven>
	</enterprise-beans>
</ejb-jar>
 

 

  • 大小: 14.9 KB
1
0
分享到:
评论

相关推荐

    websphere 6.1 资料集

    7. **配置文档**:`WebSphere+v6.1配置文档.rar`和`websphere安装后配置说明.rar`提供了详细的配置指导,可能包括自定义服务器配置、扩展功能如JMS、EJB、SSL/TLS、JDBC驱动、WS-Security等的配置。 通过这些资料,...

    MyEclipse 配置 Websphere6.1

    在MyEclipse中配置Websphere6.1可以让开发者在开发环境中直接进行调试和部署,提高效率。本文将详细介绍如何在MyEclipse 5.5.1中配置Websphere6.1。 **一、环境准备** 1. 开发环境: - JDK:1.5.0_11 - Eclipse:...

    EJB2.0开发.rar_EJB2.0 pdf_ejb_ejb 2_ejb2.0_websphere

    在WebSphere中部署和运行EJB,需要理解其特有的配置和管理工具,如Admin Console。 7. **EJB与J2EE架构** EJB 2.0是Java 2企业版(J2EE)的核心部分,与其他技术如Servlets、JSP、JMS、JTA等紧密集成,共同构建...

    websphere6 ejb2.0

    本教程将深入探讨在WebSphere 6环境中如何部署和使用EJB 2.0。 【知识点】: 1. **EJB 2.0概述**: EJB 2.0是J2EE 1.3规范的一部分,它定义了三种主要的企业组件:会话bean(Session Beans)、实体bean(Entity ...

    Websphere6.1程序部署

    【Websphere6.1程序部署】是关于IBM Websphere Application Server 6.1版本的详细操作指南,包括了安装、配置以及程序包的发布等多个环节。在部署过程中,理解并掌握这些步骤至关重要,因为它们是确保应用程序在...

    websphere 6.1安装配置指南

    websphere 6.1安装配置指南websphere 6.1安装配置指南websphere 6.1安装配置指南websphere 6.1安装配置指南websphere 6.1安装配置指南websphere 6.1安装配置指南

    websphere6.1部署手册

    【Websphere 6.1 部署详解】 Websphere 6.1 是IBM提供的一款企业级应用服务器,用于部署和管理Java EE应用程序。本篇将详细讲解Websphere 6.1的部署过程,包括服务器的启动与关闭、应用部署、中文支持设置、...

    WebSphere 6.1应用服务器安装部署手册

    ### WebSphere 6.1应用服务器安装部署手册 #### 一、名词术语解释 ##### 1.1 名词缩写 - **WAS**:IBM公司的应用服务器WebSphere Application Server的简称。 - **ND**:IBM公司的应用服务器WebSphere ...

    IBM WebSphere Application Server 6.1 for Linux安装步骤

    IBM WebSphere Application Server 6.1 for Linux 安装步骤 IBM WebSphere Application Server 6.1 是一个功能强大的应用服务器,适用于 Linux 操作系统。本文将详细介绍在 Linux 平台上安装 WebSphere 6.1 的步骤...

    WebSphere 6.1 SSL配置

    WebSphere 6.1 SSL 配置 WebSphere 6.1 SSL 配置是 IBM WebSphere Application Server 6.1 中的一项安全功能,旨在提供安全的数据传输和身份验证。该配置文件详细介绍了如何在 WebSphere 6.1 中配置 SSL 加密连接,...

    Websphere6.1安装配置说明

    【Websphere6.1 安装配置说明】 在IT领域,WebSphere是IBM提供的一款企业级应用服务器,常用于构建、部署和管理Java应用程序。本文将详细介绍如何安装和配置WebSphere 6.1,包括设置DataSource、JDBC连接、JNDI命名...

    WebSphere6.1

    【WebSphere 6.1 安装部署详解】 WebSphere Application Server 6.1是IBM提供的一款企业级的Java EE应用服务器,它为企业提供了一个强大的平台来开发、部署和管理分布式应用程序。本篇将详细讲解WebSphere 6.1的...

    WebSphere6.1安装部署手册.doc

    ### WebSphere 6.1 安装部署关键知识点解析 #### 一、WebSphere 6.1 安装概述 **WebSphere 6.1**是IBM推出的一款高性能的应用服务器,广泛应用于企业级应用开发与部署。本文档旨在提供详细的安装指导及部署策略,...

    \websphere部署EJB3.docx

    在本文档中,我们探讨了如何在IBM WebSphere应用服务器上部署EJB 3应用程序。WebSphere是IBM提供的一款强大的Java应用服务器,它支持Java EE(Enterprise JavaBeans)规范,包括EJB 3。以下是详细的步骤和知识点: ...

    IBM WebSphere Portal 6.1 Web2.0 API 文档

    NULL 博文链接:https://sivyer.iteye.com/blog/274721

    WebSphere6.1 for oracle数据源配置

    本话题将深入探讨“WebSphere6.1 for Oracle数据源配置”的相关知识,这对于理解如何在WebSphere环境中集成Oracle数据库至关重要。 首先,让我们了解一下数据源在WebSphere中的角色。数据源是JDBC(Java Database ...

    WebSphere6.1安装配置手册

    ### WebSphere 6.1 安装与配置详解 #### 一、WebSphere Application Server 的安装与配置 ##### (一)安装 WebSphere Application Server **1. Windows 下安装 WebSphere** WebSphere Application Server (WAS)...

Global site tag (gtag.js) - Google Analytics