One of the best features of ejb 2 . x entity components is that the deployer could modify the details of how a given business object was made persistent completely independently of the bean provider Ejb 2 . x实体组件的最佳特性之一是部署器可以修改使给定的业务对象的持久性完全独立于bean提供者的细节的方式。
This command executes the deployer . jar file by passing in the default user and password combination and by executing the deploy command , passing in your my - realm . xml file as the file to deploy 通过接受默认用户名和密码组合、执行部署命令并且把my - realm . xml作为要部署的文件,这个命令将执行deployer . jar文件。
The component developer needs to provide sufficient documentation as to what the component does , so that the application deployer can make intelligent decisions on how to structure the application s transactions 组件开发者需要提供足够的文档说明组件是做什么的,这样应用程序部署者就能够明智地决定如何构建应用程序的事务。
Because the deployer configurations and the tomcat - server configuration are part of this assembly , it s not possible to change them for example , replace jetty with tomcat without recreating the assembly 由于部署程序配置和tomcat服务器配置是该程序集的一部分,因此不重新创建程序集是不可能对它们进行更改的(例如用tomcat取代jetty ) 。
J2ee 1 . 2 uses security roles , whereby the application developer specifies which roles have the authority to access specific methods , and the deployer maps these roles to specific users or user groups J2ee 1 . 2使用安全性角色,凭借这个应用程序开发人员就能指定哪些角色有访问特定方法的权限,并且部署人员将这些角色映射到特定的用户或用户组上。
As a bean provider , there is no way of knowing the true jndi name of an external resource another ejb , datasource , environment value , and so on unless the bean provider is also assuming the role of assembler and deployer 除非bean提供者同时还担当装配者和部署者的角色,否则作为一个bean提供者,它无法知道外部资源(另一个ejb 、数据源、环境值等等)的真实jndi名。
In this step , a deployment plan is not explicitly provided ; however , the deployer tool finds the required information in the web module and geronimo - specific deployment descriptors that were created when you developed the application 在这一步中,没有明确提供部署计划;不过,部署工具会在web模块和特定于geronimo的部署描述符(部署应用程序时创建)中找到所需的信息。
medrec _ tutorial src physicianear deploy . xml : 8 : weblogic . management . managementexception : [ deployer : 149163 ] the domain edit lock is owned by another session in non - exclusive mode - this deployment operation requires exclusive access to the edit lock and hence cannot proceed 在这种情况下,请确保单击管理控制台“更改中心”中的“激活更改”或“释放配置” ,然后重新运行该部署任务。
For example , you can reference ejbs hosted on the server using the same jndi context as if you were coding a web application on the server - side as long as the deployer has mapped the ejb to the same name in the deployment descriptor 例如,可以使用相同的jndi上下文引用位于服务器上的ejb ,如同在服务器端编码web应用程序一样(只要部署人员已经将ejb映射到部署描述符中的相同名称) 。