J2EEdeploymentfiles(application-client.xml)-j2ee
百度广告
The icon element contains a small-icon and large-icon element which specify the URIs for a small and a large GIF or JPEG icon image used to represent the application client in a GUI tool.
The small-icon element contains the name of a file containing a small (16 x 16) icon image. The file name is a relative path within the application-client jar file. The image must be either in the JPEG or GIF format, and the file name must end with the suffix ".jpg" or ".gif" respectively. The icon can be used by tools.
The large-icon element contains the name of a file containing a large (32 x 32) icon image. The file name is a relative path within the application-client jar file. The image must be either in the JPEG or GIF format, and the file name must end with the suffix ".jpg" or ".gif" respectively. The icon can be used by tools.
The name
A short description.
The env-entry element contains the declaration of an enterprise bean@#s environment entries. The declaration consists of an optional description, the name of the environment entry, and an optional value.
The description.
The env-entry-name element contains the name of an enterprise bean@#s environment entry.
The env-entry-type element contains the fully-qualified Java type of the environment entry value that is expected by the enterprise bean@#s code. The following are the legal values of env-entry-type: java.lang.Boolean, java.lang.String, java.lang.Integer, java.lang.Double, java.lang.Byte, java.lang.Short, java.lang.Long, and java.lang.Float.
The env-entry-value element contains the value of an enterprise bean@#s environment entry.
A short description.
The ejb-ref-name element contains the name of an EJB reference. The EJB reference is an entry in the enterprise bean@#s environment. It is recommended that name is prefixed with "ejb/".
The ejb-ref-type element contains the expected type of the referenced enterprise bean. The ejb-ref-type element must be one of the following: Entity Session
The home element contains the fully-qualified name of the enterprise bean@#s home interface.
The remote element contains the fully-qualified name of the enterprise bean@#s remote interface.
The ejb-link element is used in the ejb-ref element to specify that an EJB reference is linked to an enterprise bean in the encompassing J2EE Application package. The value of the ejb-link element must be the ejb-name of an enterprise bean in the same J2EE Application package.
A short description.
The res-ref-name element specifies the name of a resource factory reference.
The res-type element specifies the type of the data source. The type is specified by the Java interface (or class) expected to be implemented by the data source.
The res-auth element specifies whether the enterprise bean code signs on programmatically to the resource manager, or whether the Container will sign on to the resource manager on behalf of the bean. In the latter case, the Container uses information that is supplied by the Deployer. The value of this element must be one of the two following: Application or Container
编辑推荐:
温馨提示:因考试政策、内容不断变化与调整,长理培训网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准! (责任编辑:长理培训)
点击加载更多评论>>