Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-28-2007, 01:47 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
Rep Power: 10
JavaBean is on a distinguished road
Default How to use session scope in Spring
Following Bean Definition to the Spring container will create a new instance of the SampleBean using the ' sampleBean ' bean definition for the lifetime of a single HTTP Session.

Code:
<bean id="sampleBean" class="com.abc.SampleBeanession"/>
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Defining global session scope in Spring framework Java Tip Java Tips 0 03-31-2008 11:08 AM
How to use session scope in Spring Java Tip Java Tips 0 03-31-2008 11:07 AM
How to use request Scope in Spring Java Tip Java Tips 0 03-31-2008 11:06 AM
Defining global session scope in spring framework JavaBean Java Tips 0 09-28-2007 01:47 PM
How to use request Scope in Spring JavaBean Java Tips 0 09-28-2007 01:46 PM


All times are GMT +2. The time now is 09:13 AM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org