<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Stateful Session Bean Question</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 18 May 2013 07:52:14 -0400</pubDate>


    <item>

        <title>How did you get it to work</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[<p>can you tell me what you did i need to achieve this same functionality in my application</p>]]></description>
        

        <pubDate>Sat, 12 Mar 2011 19:34:50 -0500</pubDate>

        

        <jf:creationDate>Sat, 12 Mar 2011 19:34:50 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 12 Mar 2011 19:34:50 -0500</jf:modificationDate>
        <jf:date>Mar 12, 2011</jf:date>
        <jf:author>devdarr25</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[I DO IT I USE A TO PATTERN AND A HELPER AND ALL WORKS FINE, THANKS FOR YOUR HELP]]></description>
        

        <pubDate>Thu, 20 May 2004 17:13:20 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 May 2004 17:13:20 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 May 2004 17:13:20 -0400</jf:modificationDate>
        <jf:date>May 20, 2004</jf:date>
        <jf:author>Daniel c</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Daniel<br><br>if you are controller uses HttpServletRequest you can do this<br><br>public Controller extends HttpServlet {<br>&nbsp;&nbsp;&nbsp;public void doGet(HttpServletRequest request, HttpServletResponse response)...]]></description>
        

        <pubDate>Tue, 18 May 2004 15:06:45 -0400</pubDate>

        

        <jf:creationDate>Tue, 18 May 2004 15:06:45 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 18 May 2004 15:06:45 -0400</jf:modificationDate>
        <jf:date>May 18, 2004</jf:date>
        <jf:author>Atlas Casa</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Hi Ahmed<br><br>First thanks for your help.<br><br>Ok this is what I want in a few works: I want in some way store the information of each user in the session (concurrent access of users) for access this information from JSPs or java clases....]]></description>
        

        <pubDate>Tue, 18 May 2004 12:07:27 -0400</pubDate>

        

        <jf:creationDate>Tue, 18 May 2004 12:07:27 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 18 May 2004 12:07:27 -0400</jf:modificationDate>
        <jf:date>May 18, 2004</jf:date>
        <jf:author>Daniel c</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Daniel,<br><br>If I understood your question right. I think what you want to do is make your controller a servlet as opposed to a regular java class. that way you get access to HttpSessionRequest where you can store the DTO that is returned by your...]]></description>
        

        <pubDate>Tue, 18 May 2004 11:48:01 -0400</pubDate>

        

        <jf:creationDate>Tue, 18 May 2004 11:48:01 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 18 May 2004 11:48:01 -0400</jf:modificationDate>
        <jf:date>May 18, 2004</jf:date>
        <jf:author>Atlas Casa</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Hi<br><br>Yes, actually I'm studing the framewor of struts, but I do this application without it and is too big to change everything, this application also is based on MVC but without struts, in the View I have JSPs, in the controller java clases and in...]]></description>
        

        <pubDate>Tue, 18 May 2004 10:42:26 -0400</pubDate>

        

        <jf:creationDate>Tue, 18 May 2004 10:42:26 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 18 May 2004 10:42:26 -0400</jf:modificationDate>
        <jf:date>May 18, 2004</jf:date>
        <jf:author>Daniel c</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Daniel,<br><br>In my opinion:<br>I would not access an ejb from a jsp. There are hundreds of resources about this. I would reconsider the architecture of your application. In J2EE application that uses (jsp servlet ejb) you want to use JSP for...]]></description>
        

        <pubDate>Tue, 18 May 2004 10:23:01 -0400</pubDate>

        

        <jf:creationDate>Tue, 18 May 2004 10:23:01 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 18 May 2004 10:23:01 -0400</jf:modificationDate>
        <jf:date>May 18, 2004</jf:date>
        <jf:author>Atlas Casa</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[ok man!<br>don't worry that each user is calling the creat method on ur bean to get a new instance of the bean, as if u are using stateless session bean the container is already managing a pool for the EJBs, and it will assign an EJB object to that...]]></description>
        

        <pubDate>Tue, 18 May 2004 10:16:17 -0400</pubDate>

        

        <jf:creationDate>Tue, 18 May 2004 10:16:17 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 18 May 2004 10:16:17 -0400</jf:modificationDate>
        <jf:date>May 18, 2004</jf:date>
        <jf:author>sajjad ahmad</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Thanks.<br><br>I don&#xB4;t understand, I call a create method for each user that use the application why the users are using the same variables!! I really need help, this is a project for my word and I need to finnish. <br><br>Help Please!]]></description>
        

        <pubDate>Mon, 17 May 2004 10:16:58 -0400</pubDate>

        

        <jf:creationDate>Mon, 17 May 2004 10:16:58 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 17 May 2004 10:16:58 -0400</jf:modificationDate>
        <jf:date>May 17, 2004</jf:date>
        <jf:author>Daniel c</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>it's a useBean tag problem</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[use are facing this problem because u are using useBean Tag.<br><br>&lt;jsp:useBean id=&quot;indexBeanId&quot; scope=&quot;session&quot; class=&quot;controller.IndexBean&quot;/&gt;<br><br>this tag genrates the instance of ur bean for the very first time...]]></description>
        

        <pubDate>Mon, 17 May 2004 09:42:34 -0400</pubDate>

        

        <jf:creationDate>Mon, 17 May 2004 09:42:34 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 17 May 2004 09:42:34 -0400</jf:modificationDate>
        <jf:date>May 17, 2004</jf:date>
        <jf:author>sajjad ahmad</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Ok I DO THIS:<br><br>ON THE INDEX JSP:<br><br>&lt;%@ page import=&quot;model.ApasSession&quot;%&gt;<br>&lt;jsp:useBean id=&quot;indexBeanId&quot; scope=&quot;session&quot; class=&quot;controller.IndexBean&quot;/&gt;<br><br>&lt;%<br>	String user =...]]></description>
        

        <pubDate>Sun, 16 May 2004 23:43:55 -0400</pubDate>

        

        <jf:creationDate>Sun, 16 May 2004 23:43:55 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 16 May 2004 23:43:55 -0400</jf:modificationDate>
        <jf:date>May 16, 2004</jf:date>
        <jf:author>Daniel c</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Hummm, I'm new in this do you have an example code that show me how to save the session variables on a httpSession and then access it from any class. I really need to know how to do that. Thanks!]]></description>
        

        <pubDate>Sun, 16 May 2004 11:37:17 -0400</pubDate>

        

        <jf:creationDate>Sun, 16 May 2004 11:37:17 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 16 May 2004 11:37:17 -0400</jf:modificationDate>
        <jf:date>May 16, 2004</jf:date>
        <jf:author>Daniel c</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[Normal way would bo to pass the remote interface or (better) the EJB handle to the component where you need the stateful bean. Usually you do this by saving the handle in the HTTP session.<br><br>Kind regards,<br><br><a href="http://www.andiberg.de/"...]]></description>
        

        <pubDate>Sun, 16 May 2004 10:01:38 -0400</pubDate>

        

        <jf:creationDate>Sun, 16 May 2004 10:01:38 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 16 May 2004 10:01:38 -0400</jf:modificationDate>
        <jf:date>May 16, 2004</jf:date>
        <jf:author>Andreas Berg</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Stateful Session Bean Question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25949</link>

        

        
            <description><![CDATA[I'm working on a web application, using EJBs, java clases and JSPs<br>Many users can be log on the application at the same time.<br><br>I use a &quot;Stateful Session Bean&quot; EJB 2.0 to store the user information during the session<br><br>The remote...]]></description>
        

        <pubDate>Sun, 16 May 2004 02:15:09 -0400</pubDate>

        

        <jf:creationDate>Sun, 16 May 2004 02:15:09 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 16 May 2004 02:15:09 -0400</jf:modificationDate>
        <jf:date>May 16, 2004</jf:date>
        <jf:author>Daniel c</jf:author>
        <jf:replyCount>13</jf:replyCount>
    </item>



</channel>
</rss>

