Storing the application object on the session or request enables the rules engine to later find that object without having to create a new instance.
将应用程序对象存储到会话或请求中,这样做可以允许规则引擎稍后查找对象,而无需创建一个新的实例。
For one thing, you probably want to further limit the information available to each user session within an application.
首先,我们可能希望进一步将每个用户会话可用的信息都限制在一个应用程序之内。
We use the encoded URI that we generated earlier to set application session affinity for this particular request, as shown in Listing 3.
我们使用此前生成的已编码uri来设置这个特殊请求的应用程序会话相关性,如清单3所示。
Proper handling of session scope — that is, the context of the data being stored and maintained in a session — is key to stateful application development.
对会话作用域(即在一个会话中存储和维护的数据的上下文)的适当处理是有状态应用程序开发的关键。
A simple and reliable solution pattern can be used to implement session locking on the application level.
有一种简单可靠的解决方案模式可用于在应用程序级别实现会话锁。
With session affinity, messages that are destined for a certain application session are always routed to the same session in a cluster.
借助会话相关性,预定前往某个应用程序会话的消息总是被路由到集群中的同一个会话。
It allows the changing of source code during a debugger session, which is better than exiting the application, changing the code, recompiling, then starting another debugging session.
该功能允许在调试器会话中改变源代码,这比退出应用程序、更改代码、重新编译、然后启动另一个调试会话更好。
Stay tuned for Part 3, which will discuss JNDI connections to a mail session resource and integration with the example application.
请继续关注第3部分,将讨论JNDI如何连接至邮件会话资源以及如何与示例应用程序集成。
A frequent source of errors is forgetting to put an application object on the session before calling the rules engine.
出现错误的一个常见原因是,在调用规则引擎之前忘了将应用程序对象放到会话中。
All in all, stateful session EJB components provide a heavyweight mechanism for managing application state.
总而言之,有状态会话ejb组件为管理应用程序状态提供了一种重量级机制。
Note: With JSR289, the use of these proprietary interfaces to access the application session is no longer necessary.
注意:借助JSR289,不再需要使用这些专有接口来访问应用程序会话。
Note that by default, each ASP.NET application is allowed a maximum of 15 page recompiles before the whole application is restarted, with a subsequent loss of session and application data.
注意到默认情况下,在应用程序重启前,ASP.NET应用程序允许最多15个页面重编译,同时损失一些会话和应用程序数据。
Application server infrastructures provide session replication mechanisms.
应用服务器基础结构提供会话复制机制。
This session pointed out the differences between a traditional application development approach and a utility computing mindset.
这段演讲指出了传统应用开发方式和效用计算思维方式的区别。
Thus, the WebSphere Application Server login session will not expire if the user performs no action for some period of time.
因此,如果用户在一段时间内没有执行任何动作,WebSphereApplicationServer登陆会话并不会过期。
WebSphere Application Server authentication session information is destroyed by directing the user to the ibm_security_logout URL.
WebSphereApplicationServer身份验证会话信息是通过将用户定向到 ibm_security_logoutURL 销毁的。
You can put this managed bean into session or even application scope, so that it is created only once.
您能够将这一受管的bean放入会话或应用范围,以便它只需被创建一次。
Instead, your programmers should store this information in the session layer of your Web application server or in a cookie.
程序员应该将这一信息存储在Web应用服务器的会话层或者cookie中。
HRPortletService looks up the HR application session bean using the login subject.
HRPortletService查找使用登录主题的人力资源应用程序会话。
The best solution is to use RMI to talk directly to stateless session beans in the application server.
最佳解决方案就是使用RMI直接与应用程序服务器中的无状态会话bean对话。
For J2EE applications, a method invocation may be labeled as Session EJB, which is also the application component.
对于J2EE应用程序来说,方法调用可以标记为SessionEJB,也就是应用程序部件。
The enterprise application project contains one stateless session bean, which provides the sayHello method.
该企业应用程序项目包含一个无状态会话bean,它提供sayHello方法。
The automation process periodically runs and performs the following tasks within a single, batch-mode (headless) Application Developer Ant session.
自动过程在单独的、批处理模式(headless)的Application DeveloperAnt会话中周期性地运行和执行下列任务。
Fundamental J2EE concepts such as session or Web application are not aware of the notion of a virtual portal.
基本的J2EE概念(例如会话或Web应用程序)并没有虚拟门户这一概念。
We've already described two typical vulnerabilities for Web application technologies: session riding and hijacking vulnerabilities and injection vulnerabilities.
我们已经描述了两个典型的Web应用程序技术漏洞:会话控制和劫持漏洞,以及注入漏洞。
The code in Listing 7 (with logging removed) shows how an SIP application session is derived from the Web service subscribe.
清单7(删除了日志)中的代码展示了如何从Web服务订阅中派生SIP应用程序会话。
In addition, the use of stateful session beans pushes state to your application server, which is undesirable.
此外,使用有状态会话Bean将会再添加一些状态到您的应用服务器上,这也是不好的做法。
The application has a stateless session bean, which is used by a simple Web client.
该应用程序包括一个无状态会话Bean,由一个简单的Web客户端使用。
Before you record a session with a Citrix application, the behavior of that application must be perfectly reproducible.
当您使用Citrix应用程序记录一个会话前,这个应用程序的行为必须是完全可复制的。
Before you record a session with a Citrix application, the behavior of that application must be perfectly reproducible.
当您使用Citrix应用程序记录一个会话前,这个应用程序的行为必须是完全可复制的。
应用推荐