In this example, the enterprise bean is named ErrandBean.
在这个示例中,enterprise bean被命名为ErrandBean。
Select session bean in the enterprise bean creation wizard.
在Enterprise beancreation向导中选择Session bean。
Click Other, and select the Enterprise Bean creation wizard.
单击other,并选择Enterprise Beancreation向导。
You don't need to know the actual JNDI name when you code the enterprise bean.
在为企业bean编码时不需要知道实际的jndi名。
Enterprise beans now allow method-level security on any enterprise bean or method.
企业bean现在允许任何企业bean或方法上的方法级安全性。
As previously explained, session beans are the most lightweight type of enterprise bean.
正如以前阐述的,会话bean是最轻量级类型的企业bean类型。
A portion of the enterprise bean, along with explanatory comments, is shown in Listing 4.
企业bean的一部分,连同解释性的注释一起被显示在清单4中。
The lightweight EJB container must provide a JNDI API namespace to the enterprise bean instances.
轻量级的EJB容器必须向企业bean实例提供一个JNDIAPI命名空间。
The bean Provider is responsible for declaring all the security role names used in the enterprise bean code.
bean提供者负责声明所有在企业bean代码中所用到的安全性角色的名称。
The correct project is the one that contains the enterprise bean for which you want to create an access bean.
正确的项目就是包含您想要为之创建一个访问bean的企业bean的项目。
Click anywhere on the diagram to open the Create Enterprise bean wizard with the session bean option selected.
单击图表中的任何地方通过选择会话bean选项以打开CreateEnterprise bean向导。
In EJB3 enterprise beans, you can configure the bean-level and method-level security using security annotations.
在EJB3企业Bean中,可以使用安全注释配置Bean级别和方法级别的安全性。
Users and user groups are created and are either given or denied execute permissions on any enterprise bean or method.
创建用户和用户组并且要么给予要么拒绝它们对任何企业bean或方法的执行许可。
The good news is that an Enterprise bean has already been developed, and you can download and deploy it on your server.
好消息是我们已经为你开发好了enterprise bean,你可以下载并在服务器中部署它。
The application will contain a message-driven enterprise bean (MDB) connected to a JMS queue defined within the same application server.
应用程序包含消息驱动的企业bean (MDB),后者与相同应用服务器中定义的jms队列相连。
Before an enterprise bean can access a pooled database connection, a datasource must have been created and configured in the server environment.
必须先在服务器环境中创建和配置了数据源,企业bean才可以访问池态数据库连接。
The New Enterprise Bean wizard opens. Specify the EJB name as WeatherForecast and package name as com.ibm.gcl.i18nservices, as shown in Figure 4.
在打开NewEnterprise Bean向导中指定WeatherForecast为EJB名, com.ibm.gcl.i18nservices 为包名,如图4 所示。
The EJB 2.0 specification defines a new type of enterprise bean to complement the other four types available (two session types and two entity types).
EJB 2.0规范定义了一种新的企业bean,以期弥补其他四种类型的企业bean(两种会话bean和两种实体bean)的不足。
No-interface view: This simplifies the creation of an enterprise bean using only a bean class without having to write a separate business interface.
无接口视图:简化了EJB的编写,只需要一个Bean,无需再编写单独的业务接口。
The Human Task Manager API is also implemented as an enterprise bean, with the following interfaces that conceptually provide the same API functionality.
也可以使用以下接口将HumanTaskManagerAPI实现为企业bean,这些接口在概念上提供相同的API功能。
To build an Eclipse RCP application that calls an enterprise bean running inside WebSphere application Server V6, the general steps we will follow include.
为了构建EclipseRCP应用程序,它调用了运行于WebSphereApplicationServerV6内部的企业bean,我们将会遵循的一般步骤包括。
If you were to start on your own, you would need to develop an Enterprise bean and deploy it in the server so that you could write a JUnitEE to test it.
如果你想自己动手开始工作,那么你需要开发enterprise bean并在服务器端部署它,以便你可以编写一个JUnitEE来测试它。
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven enterprise Bean instance.
MessageDrivenContext接口提供了对容器为消息驱动Bean实例提供的运行时消息驱动上下文的访问。
The logic within the finder methods and the ejbLoad() methods performed the actual mainframe calls, but from that point onward, the enterprise bean acted simply as a data cache.
查找程序方法内的逻辑和ejbLoad() 方法执行实际的大型机调用,但是从更进一步的意义来说,企业bean仅仅充当了数据高速缓存。
You can specify whether a caller's security identity should be used for the execution of specified methods of an enterprise bean, or whether a specific run-as identity should be used.
你可以规定是应该使用调用者的安全标识,还是应该使用一个特定的run -as标识来执行企业bean的特定方法。
The meta-data is intended for development tools used for building applications that use deployed enterprise Beans, and for clients using a scripting language to access the enterprise Bean.
设计元数据是为了让开发工具创建部属企业Bean的应用程序,让客户端使用脚本语言访问企业Bean。
The enterprise application project contains one stateless session bean, which provides the sayHello method.
该企业应用程序项目包含一个无状态会话bean,它提供sayHello方法。
To generate the enterprise service definition from the Facade bean.
要从门面Bean生成企业服务定义,您需要遵循下列步骤。
In this case, a session bean layered on top of an entity bean will ensure uniform and consistent data manipulation across the entire enterprise application.
在这种情况下,实体bean顶层的会话bean将确保整个企业应用程序间对数据的操作统一、一致。
To the extent that an enterprise messaging system must be queried to fulfill such a request, it can be accessed transparently via a session bean.
必须查询企业消息传递系统来履行 这样的一个请求,就这一点来说,企业消息传递系统可以由一个会话bean透明地来访问。
应用推荐