Create a stateless session bean.
建立无状态会话bean。
无状态会话Bean。
Declaring a stateless session bean.
声明无状态会话bean。
Create a new stateless session bean.
创建新的无状态会话Bean。
No singleton stateless session bean.
没有单独的无状态会话bean。
Create a default stateless session bean.
创建缺省无状态会话Bean。
Use a stateless session bean for new transactions
为新事务使用无状态会话bean
Enter Library for the name of the stateless session bean.
输入Library作为无状态会话bean的名称。
You can also use a stateless session bean remote interface.
还可以使用无状态会话Bean远程接口。
EJB: a stateless session bean is generated to execute the service.
EJB:生成一个无状态会话bean来执行该服务。
A good corollary would be a stateless session bean at a facade layer.
一个不错的推论是facade层中的无状态会话Bean。
It is implemented by a single stateless session bean, PetStoreService.
它由PetStoreService这一无状态会话bean实现。
For simplicity, this example is a unit test of a stateless session bean.
简单地说,这个例子是一个无状态session bean的单元测试。
Now you can expose the stateless session bean you created as a Web service.
现在可以将所创建的无状态会话Bean作为Web服务公开了。
In the default stateless session bean, add the remote method from Listing 1.
在缺省无状态会话Bean中,从清单1添加远程方法。
The sample session bean is a stateless session bean and has two bean methods.
样本会话bean是一个无状态会话 bean,它有两个 bean方法。
This scenario is quite like the stateless session bean facade mentioned above.
此场景与上面提到的无状态会话BeanFacade非常类似。
The second class is a stateless session bean, which provides the business logic.
第二个类是一个Stateless Session bean,它提供业务逻辑。
Please note that SYSTEMB provides a stateless session bean interface and uses CMT.
请注意,SYSTEMB提供无状态会话Bean接口并使用 CMT。
The application has a stateless session bean, which is used by a simple Web client.
该应用程序包括一个无状态会话Bean,由一个简单的Web客户端使用。
The EJB reference binding provides access to a service offered by a stateless session bean.
此EJB引用绑定提供对无状态会话Bean 提供的服务的访问。
Therefore, we recommend that a stateless session bean approach be chosen for most applications.
因此,我们建议对大多数应用程序使用无状态会话Bean方法。
To clear the database, the program USES a stateless session bean that automatically starts CMTs.
为了清空数据库,程序使用一个无状态会话bean自动启动CMT。
Here is an example of how you would specify a transactional attribute on a stateless session bean.
下面给出了一个示例,介绍如何在无状态会话Bean上指定事务属性。
What seems even more perplexing is why there isn't a singleton version of a stateless session bean.
使我感到更为疑惑的是为什么这里不存在无状态会话bean的单独版本。
We will create and use a simple stateless session bean because it is easy to understand and develop.
我们将创建并使用一个简单的无状态会话bean,因为它比较容易理解和开发。
The tool will automatically generate a stateless session bean that wraps the mediation we just created.
该工具将自动生成一个无状态会话Bean来包装我们刚刚创建的中介。
Exports can also contain the same bindings as imports (with the exception of the stateless session bean).
导出可包含与导入相同的绑定(除无状态会话bean外)。
The enterprise application project contains one stateless session bean, which provides the sayHello method.
该企业应用程序项目包含一个无状态会话bean,它提供sayHello方法。
Consider our example, a simple stateless session bean that exposes a method to read the server-side timestamp.
我们的例子中,一个简单的无状态会话bean公开了一个方法来读取服务器端的时间戳。
应用推荐