Session locks are those that span multiple transactional units of work; they cover the entire duration of some business process.
会话锁是指那些跨越多个工作事务单元的锁,它们涵盖某些业务流程的整个持续期间。
To manage state on the business tier, we use stateful session EJB components.
要在业务层上管理状态,我们使用有状态会话ejb组件。
Develop a model of the user interface flow, showing how a given actor from the business process will interact with the system during a typical "session".
开发一个用户界面流程模型,显示在典型“会话”期间来自业务流程的给定参与者如何与系统相交互。
Pessimistic session locking should be used with great discretion, as it serializes access to data across a business process that includes user think time.
必须谨慎使用悲观会话锁定,因为它在业务流程(包括用户思考时间)中序列化数据访问。
However, the conference's final panel session showed that higher up the publishing chain, apps remain a sideline to executives' core focus on grappling with the wider shift to digital business models.
不过,在会议最后一个环节的对话还是表明,尽管出版链在不断提升,应用对于那些致力于数字业务转移的执行者来说,依然是一块副业。
Session beans are excellent for implementing the transitions associated with a state in the business process (updates) or screen flow (reads).
会话Bean非常适合实现与业务流程(更新)或屏幕流(读取)中的状态关联的转换。
Session beans are typically used to implement business logic and encapsulate entity beans.
典型情况下,会话bean用于实现业务逻辑和封装实体bean。
Hopefully, the Business Interface pattern will start to change the way you think about and code your session and message-driven beans.
业务接口模式有希望能改变您对会话和消息驱动的bean进行思考和编码的方式。
Session beans are designed to fulfill requests for business services.
会话bean被设计用来履行对业务服务的请求。
In adding more CMP beans and session beans for business logic, you can create a more interesting Web application.
为业务逻辑添加更多CMPbean和会话bean,可以创建一个更有趣的Web应用程序。
In this setup, the client bypasses the Web tier and communicates directly with the business tier (session beans) using the IIOP protocol.
在该设置中,客户机绕过了web层,并使用IIOP协议直接与业务层(会话bean)进行通信。
With a stateful session bean, the business logic in the client can be as simple as.
使用有状态会话Bean,客户端的逻辑业务可能非常简单,如下所示。
If your application has more complex requirements or higher request frequency involving enterprise resources, you'll want to use session beans to handle the business processes.
如果您的应用程序有更复杂的需求,或者对企业资源有更高的请求频率,您应该使用会话bean来处理业务过程。
If a stateful solution is essential, consider using stateless session beans with a simple transaction layer, or creating a thin servlet layer on top of the business tier.
如果有状态解决方案是必需的,则请考虑使用带有简单事务层的无状态会话bean,或者在业务层上创建瘦servlet层。
Stateless annotation, above, means that this class is now a stateless session bean, and the business interface is used to invoke it.
以上的@无状态注解,意味着此类现在是一个无状态会话bean,将使用业务接口来调用它。
First, to avoid network overhead and force adherence to business rules, entity beans are almost always accessed through a session bean.
首先,为了避免网络开销并强制遵守业务规则,几乎总是通过会话bean访问实体bean。
The sample application uses the Application Client Module to emulate external requests and invoke business methods of the session bean.
样本应用程序使用ApplicationClientModule来模拟外部请求,并且调用该会话Bean的业务方法。
A compromise is to generate a "business delegate" and associated session EJB components from the Task POJOs as shown in Figure 5.
折衷的方法是生成“业务代表”并与TaskPOJO中的会话ej b组件相关联,如图5所示。
Therefore, Entity EJBs accesses in any business method of the session bean AccountManagement are executed in a global transaction.
因此,访问会话BeanAccountManagement中的业务方法的实体e JB都在一个全局事务中执行。
Events-ejb: business logic tier, ejb session bean.
events - ejb:业务逻辑层、ejb会话bean。
A screen flow STD can be thought of as capturing the lifecycle of a typical "session" of the actor that owns the state in the business process model.
可以将屏幕流std看作是捕获在业务流程模型中拥有状态的Actor的典型“会话”的生命周期。
Next, you'll choose some more specific types that match the application's requirements for user interface display and business request processing (such as JSP pages and stateful session beans).
接下来,您将选择一些匹配应用程序的用户界面显示和业务请求处理需求的更特定类型(如jsp页面和有状态会话bean)。
From a business process management (BPM) perspective, one kind of long-running process lives longer than the lifespan of a typical Web session.
从业务流程管理(BPM)角度而言,一种长期运行的进程比典型的Web会话存活时间长。
The remote session bean is returned to be used to call the bean's business methods.
返回的远程会话bean用于调用 bean的业务方法。
The business logic, which is provided by the WeatherForecastEJB session bean. Exposed as a Web service, it offers three operations
业务逻辑由 WeatherForecastEJB会话bean提供,并公开为Web服务,它提供三项操作
Because the business process is running on a remote server, the portlet accesses the interface for the remote session bean (HumanTaskManagerHome) by using the server host name and bootstrap port.
由于业务流程在远程服务器上运行,因此Portlet通过使用服务器主机名和引导端口来访问远程会话Bean (HumanTaskManagerHome)的接口。
Like stateless session beans, stateful session beans are mapped to business processes.
与无状态会话bean一样,有状态会话bean也被映射到业务过程。
Prior to WebSphere Business Integration Server Foundation V5.1, you could either use stored procedures in a session bean or in a CMP data logic method.
在WebSphereBusinessIntegrationServerFoundationV5.1发布之前,用户可以在会话bean或数据逻辑方法中使用存储过程。
This exercise also serves to repurpose the context that exists for this work from being a conversation about tools and technologies, to being a session dedicated help you address your business needs.
这种练习同样有助于熟悉工具和技术的传统,帮助您处理业务需要。
This exercise also serves to repurpose the context that exists for this work from being a conversation about tools and technologies, to being a session dedicated help you address your business needs.
这种练习同样有助于熟悉工具和技术的传统,帮助您处理业务需要。
应用推荐