stateful session的意思|示意
有状态会话
stateful session的网络常见释义
有状态会话 在Drools的术语中也称为“有状态会话(stateful session)”,工作内存是一个保存上下文信息会话范围对象,那些上下文信息是规则引擎做出许可检查的决定时必须的。
说明性会话 会话(session)bean本身有两种类型,一种是说明性会话(stateful session)bean,是一种用于表示一个客户与系统交互的短暂对象,它执行客户 在应用程序中的请求,访问数据库等,当客户的操作完成以后,它将...
有状态 3.7.1 有状态(Stateful Session)Bean的生命周期 49-50
有态会话 ... ( stateful session ) bean 管理需要累计数据的复杂进程或任 务如向 Web 目录的购物车中增加项目 有态会话 ( stateful session )
stateful session相关短语
1、 Stateful session bean 组件
2、 Stateful Session Beans 有状态会话组件
stateful session相关例句
Stateful session beans consume a substantial amount of the container's time and memory.
有状态会话bean消耗了容器的大量时间和内存。
In addition, the use of stateful session beans pushes state to your application server, which is undesirable.
此外,使用有状态会话Bean将会再添加一些状态到您的应用服务器上,这也是不好的做法。
The SessionSycnhronization interface allows stateless or stateful session beans to respond to transaction failures.
SessionSycnhronization接口允许无状态或有状态会话bean对事务故障做出响应。
Use an application server that provides automatic support for recovery of stateful session bean state.
使用应用程序服务器,该服务器为有状态会话bean的状态恢复提供自动支持。
Stateful session beans, on the other hand, are not well designed for such applications.
相反,有状态会话bean并不是为这类应用程序而精心设计的。
To manage state on the business tier, we use stateful session EJB components.
要在业务层上管理状态,我们使用有状态会话ejb组件。