In GDS, I want to work on the concept of stateful server components, as defined for example, by the Seam conversation and task concepts.
我想在GDS中继续致力于有状态服务器组件的设想,比如说,就像由Seam对话和任务的设想所定义的一样。
This way, for example, you can add new stateful dynamic pages without stopping or altering the long-running (and generic) server.
例如,通过这种方法您可以添加新的有状态动态页面,而不必停止或改变长期运行的(和通用的)服务器。
Does the stateful component need to be able to survive a server crash?
有状态组件需要能够在服务器崩溃后仍然有效吗?
Stateful interactions between client and server can be managed on either the Web tier or the business tier.
客户机和服务器之间的有状态交互可以在web层或业务层上进行管理。
After reading this article, you should be familiar with the core issues and tasks for implementing and accessing stateful resources through a Web services interface within Application Server.
在阅读完本文之后,您应该熟悉在ApplicationServer中通过Web服务接口实现和访问有状态的资源的核心问题和任务。
The server can then use that identifier to look up all the complicated state (some of which the client shouldn't have access to!) and provide stateful behavior.
然后,服务器可以使用这个标识符查找到所有复杂的状态(包括客户机应该无法访问的数据),并提供有状态的行为。
The fact that Ajax lets you interact with a server without a full refresh puts the option of a stateful client back on the table.
Ajax让我们不需要进行完全刷新就可以与服务器进行交互,这一事实使有状态客户机再次成为可用选择。
Use an application server that provides automatic support for recovery of stateful session bean state.
使用应用程序服务器,该服务器为有状态会话bean的状态恢复提供自动支持。
In addition, the use of stateful session beans pushes state to your application server, which is undesirable.
此外,使用有状态会话Bean将会再添加一些状态到您的应用服务器上,这也是不好的做法。
While the passivation mechanism is helpful in freeing up container resources, it does nothing to prevent a server crash from losing the active state of a stateful session bean.
尽管在释放容器资源方面钝化机制非常有帮助,但是在防止服务器崩溃以避免丢失有状态会话 bean的活动状态方面却无能为力。
The other alternatives for storing server-side state in J2EE applications is to use stateful session beans, or store conversational state in the database.
在J2EE应用程序中存储服务器端状态的其他方法是使用有状态会话bean,或者在数据库中存储会话状态。
This common solution to stateful session beans requires server time and resources for passivating the bean state, recycling bean instances, and activating a bean state.
这个针对有状态会话bean的常用解决方案需要花费服务器时间和资源来钝化bean状态、回收bean实例和激活bean状态。
This common solution to stateful session beans requires server time and resources for passivating the bean state, recycling bean instances, and activating a bean state.
这个针对有状态会话bean的常用解决方案需要花费服务器时间和资源来钝化bean状态、回收bean实例和激活bean状态。
应用推荐