Results 1 to 1 of 1
- 09-28-2007, 12:47 PM #1
Defining global session scope in spring framework
The global session scope is similar to the Session scope and really only makes sense in the context of portlet-based web applications. The portlet specification defines the notion of a global Session that is shared amongst all of the various portlets that make up a single portlet web application. Beans defined at the global session scope are bound to the lifetime of the global portlet Session.Java Code:<bean id="globalBean" class="com.abc.GlobalBean " scope="globalSession"/>
Similar Threads
-
Defining global session scope in Spring framework
By Java Tip in forum Java TipReplies: 0Last Post: 03-31-2008, 10:08 AM -
How to use session scope in Spring
By Java Tip in forum Java TipReplies: 0Last Post: 03-31-2008, 10:07 AM -
How to use request Scope in Spring
By Java Tip in forum Java TipReplies: 0Last Post: 03-31-2008, 10:06 AM -
How to use session scope in Spring
By JavaBean in forum Java TipReplies: 0Last Post: 09-28-2007, 12:47 PM -
How to use request Scope in Spring
By JavaBean in forum Java TipReplies: 0Last Post: 09-28-2007, 12:46 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks