ejbmodule_customerfacade.ejbmodule

来自「A J2EE & Jsp Example」· EJBMODULE 代码 · 共 26 行

EJBMODULE
26
字号
<?xml version="1.0" encoding="UTF-8"?><!-- This is the primary file for an EJBModule  --><EJBModuleDataBean>  <!--This file contains metadata for a component in Sun One StudioYou should not edit this file directly unless you are attempting to resolvea merge conflict after updating this object from a source code management system.A DTD file which describes the structure of this XML document can be foundin the docs/dtd directory of the Sun One Studio installation in a file calledSparseEJBModule.dtdThis file describes the structure of an EJB Module.It contains a list of the primary files of the EJBs contained in the EJB Module.-->  <name>EJBModule_CustomerFacade</name>  <useUserDD>false</useUserDD>  <EJBDataBean>    <filename>customerejb/CustomerFacade.ejbdd</filename>  </EJBDataBean>  <EJBDataBean>    <filename>customerejb/Customer.ejbdd</filename>  </EJBDataBean></EJBModuleDataBean>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?