<?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 - EJB and Threads</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, 25 May 2013 14:21:08 -0400</pubDate>


    <item>

        <title>EJB and Threads</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=15008</link>

        

        
            <description><![CDATA[These types of problems are best handled by JMS, MDB, and/or WebServices. Tieing up a thread in a long running transaction is the root of the problem, whether you are using J2EE, or not. This type of problem is best addressed by message based...]]></description>
        

        <pubDate>Fri, 16 Aug 2002 10:40:58 -0400</pubDate>

        

        <jf:creationDate>Fri, 16 Aug 2002 10:40:58 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 16 Aug 2002 10:40:58 -0400</jf:modificationDate>
        <jf:date>Aug 16, 2002</jf:date>
        <jf:author>William Kemp</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>EJB and Threads</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=15008</link>

        

        
            <description><![CDATA[This is why JMS exists.  If you want a 'logical' thread of control, pass a message to the JMS bus and onto a MDB.  This accomplishes the same thing as spawning an async thread and doesnt break the container....]]></description>
        

        <pubDate>Fri, 16 Aug 2002 10:36:49 -0400</pubDate>

        

        <jf:creationDate>Fri, 16 Aug 2002 10:36:49 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 16 Aug 2002 10:36:49 -0400</jf:modificationDate>
        <jf:date>Aug 16, 2002</jf:date>
        <jf:author>Dave Wolf</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>EJB and Threads</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=15008</link>

        

        
            <description><![CDATA[From my reading of the SPecification i do feel that threads should not be started. But arent there situations in the real world where you are forced to do so. In  a situation where your EJB ends up calling three seperate EJB's one of them calls a...]]></description>
        

        <pubDate>Fri, 16 Aug 2002 09:48:15 -0400</pubDate>

        

        <jf:creationDate>Fri, 16 Aug 2002 09:48:15 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 16 Aug 2002 09:48:15 -0400</jf:modificationDate>
        <jf:date>Aug 16, 2002</jf:date>
        <jf:author>Vibhu Srinivasan</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>EJB and Threads</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=15008</link>

        

        
            <description><![CDATA[I have heard people say &quot;Well I am not calling it from the EJB I am calling it from an Object the EJB calls so I am not breaking the rules&quot; or &quot;I am starting the thread in my Servlet not the actual EJB itself&quot;.  Each time I nearly...]]></description>
        

        <pubDate>Thu, 15 Aug 2002 20:38:54 -0400</pubDate>

        

        <jf:creationDate>Thu, 15 Aug 2002 20:38:54 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 15 Aug 2002 20:38:54 -0400</jf:modificationDate>
        <jf:date>Aug 15, 2002</jf:date>
        <jf:author>David Jones</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>EJB and Threads</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=15008</link>

        

        
            <description><![CDATA[Hi,...]]></description>
        

        <pubDate>Thu, 15 Aug 2002 18:38:26 -0400</pubDate>

        

        <jf:creationDate>Thu, 15 Aug 2002 18:38:26 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 15 Aug 2002 18:38:26 -0400</jf:modificationDate>
        <jf:date>Aug 15, 2002</jf:date>
        <jf:author>William Kemp</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>EJB and Threads</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=15008</link>

        

        
            <description><![CDATA[As per the EJB Spec EJB's should not attempt to play with any threads. I have heard some folks say that this means that any entity like a data access object that the EJB calls should not spawn any threads. Some say that such objects outside of the EJB...]]></description>
        

        <pubDate>Thu, 15 Aug 2002 17:59:25 -0400</pubDate>

        

        <jf:creationDate>Thu, 15 Aug 2002 17:59:25 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 15 Aug 2002 17:59:25 -0400</jf:modificationDate>
        <jf:date>Aug 15, 2002</jf:date>
        <jf:author>Vibhu Srinivasan</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>



</channel>
</rss>

