应用的状态结构只要有变化,会话迁移就会失败。
In case of any state structure changes in the application, session migration fails.
会话是一种存储信息(这种信息将在应用中从头到尾使用)的很容易的方法。
Sessions are an easy way to store information to be used throughout an application.
会话管理是构成应用开发整体所必需的一部分。
Session management is an integral part of application development.
如果您是应用程序设计人员,要注意会话关联将覆盖服务分类映射。
If you're an application designer, be aware that session affinity overrides service class mapping.
您也许期望应用程序有一个会话,它的当前计数为5。
You might expect the application to have a session with a current count of 5.
它是用户的应用程序用来通信的一个会话总线。
It is a session bus that the user's applications will use to communicate.
这里,聚合应用程序跟踪和管理每个会话,将其作为一个状态机。
Here, the converged application tracks and manages each call as a state machine.
该信息可用于私有会话和应用程序会话。
This information is available for both the private session and application session.
例如,应用程序可以包含两个会话bean。
在Web应用程序程序设计中,会话管理是复杂且笨拙的。
In Web application programming, session management is complex and awkward.
用户会话与应用程序中的用户会话状态的耦合。
Coupling of user session with user session state in the application.
然后我们将此状态保存到应用程序会话,如清单5所示。
Then we save that to the application session, as shown in Listing 5.
尽管这是一项重要的观察,但是要记住并非所有的应用程序都使用会话。
Although this is an important observation, keep in mind that not all applications use sessions.
该应用程序允许销售团队跟踪有关所有公司或产品的会话。
This application allows the sales team to track conversations about any company or item.
所以,在应用程序中保存会话状态是非常重要的。
So, session state is very important to preserve in an application.
此外,一些互联网应用同时使用多个会话。
In addition, some Internet applications use many sessions at once.
这意味着在REST应用程序中,服务器上没有存储任何会话状态。
This means in a REST application no session state is stored on the server.
现在只需要一个应用程序来练习该远程会话。
All you need now is an application to exercise the remote session.
在这种情况下,会话将丢失,应用程序将需要对此进行处理。
In this case, the session will be lost and the application will need to handle such a scenario.
这个信息叫做会话状态,是有用的应用程序的重要部分。
This information is called session state and is an important ingredient of a useful application.
遗留方法:大多数应用程序使用严格的会话。
Legacy method: Most of the applications use sticky sessions.
不需要把应用程序状态保存到会话或在做完的时候恢复。
You never had to store the application state to a session or restore it when you were done.
然后,由运行在应用程序服务器上的会话Bean来显示该事件。
The event is then displayed by the session bean running on the application server.
因此,我们建议对大多数应用程序使用无状态会话Bean方法。
Therefore, we recommend that a stateless session bean approach be chosen for most applications.
应用程序提交会话时,ObjectGrid会将数据复制到backingmap中。
When the application commits the session, ObjectGrid copies the data into a BackingMap.
一个应用程序实现了一个创建成本非常高的会话bean。
An application implements a session bean that is very expensive to create.
因此,它实现了在Web应用程序中保持会话数据。
Thus, it addresses session data maintenance in a Web application.
该样例应用程序具有有状态会话bean。
会话管理是Web应用程序的一个重要的考虑事项。
Session management is an important consideration for a Web application.
无状态会话Bean通常用于一些业务功能,并会供多个其他应用程序重用。
Stateless session beans usually front some business function and are reused by several other applications.
应用推荐