<?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 - Architecture: Feedback request</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>Fri, 24 May 2013 03:21:05 -0400</pubDate>


    <item>

        <title>entity EJBs</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=30719</link>

        

        
            <description><![CDATA[You know Andre, if you want to look COOL you have criticize the EJBs. There is no other way ... :)))))))))]]></description>
        

        <pubDate>Thu, 30 Dec 2004 09:49:47 -0500</pubDate>

        

        <jf:creationDate>Thu, 30 Dec 2004 09:49:47 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 30 Dec 2004 09:49:47 -0500</jf:modificationDate>
        <jf:date>Dec 30, 2004</jf:date>
        <jf:author>damian frach</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>entity EJBs</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=30719</link>

        

        
            <description><![CDATA[A good EJB container will have entity beans performing just as fast as any other persistence layer you can find. BEA WebLogic is a fine example.<br><br>The catch with entity beans is that in order to achieve such performance you will have to use all...]]></description>
        

        <pubDate>Wed, 29 Dec 2004 08:23:40 -0500</pubDate>

        

        <jf:creationDate>Wed, 29 Dec 2004 08:23:40 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 29 Dec 2004 08:23:40 -0500</jf:modificationDate>
        <jf:date>Dec 29, 2004</jf:date>
        <jf:author>Andre Fernandes</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>entity EJBs</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=30719</link>

        

        
            <description><![CDATA[<div class="jive-quote"><div class="jive-quote"><div class="jive-quote">Entity beans are out. What are the other options?.<br><br>1) this is very common opinion on the TSS ... :)<br><br>2) SUN's Entity EJB 2.1 is implemented by JDO; Oracle's one by...]]></description>
        

        <pubDate>Sun, 26 Dec 2004 08:55:26 -0500</pubDate>

        

        <jf:creationDate>Sun, 26 Dec 2004 08:55:26 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 26 Dec 2004 08:55:26 -0500</jf:modificationDate>
        <jf:date>Dec 26, 2004</jf:date>
        <jf:author>damian frach</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Architecture: Feedback request</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=30719</link>

        

        
            <description><![CDATA[Sure, it is too detailed to go into in this forum but you should pickup a copy of &quot;Enterprise Integration Patterns&quot; by Gregory Hohpe and Bobby Woolf.  The ISBN number is:  0-321-20068-3.  It is a must have book for enterprise development and...]]></description>
        

        <pubDate>Wed, 22 Dec 2004 23:31:25 -0500</pubDate>

        

        <jf:creationDate>Wed, 22 Dec 2004 23:31:25 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 22 Dec 2004 23:31:25 -0500</jf:modificationDate>
        <jf:date>Dec 22, 2004</jf:date>
        <jf:author>Jon L Schuck</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Architecture: Feedback request</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=30719</link>

        

        
            <description><![CDATA[<blockquote>You can use message contexts (transaction contexts) to identify all related elements and re-assemble them when complete. </blockquote><br>Could you please elaborate on this or point me in the right direction.]]></description>
        

        <pubDate>Wed, 22 Dec 2004 14:26:36 -0500</pubDate>

        

        <jf:creationDate>Wed, 22 Dec 2004 14:26:36 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 22 Dec 2004 14:26:36 -0500</jf:modificationDate>
        <jf:date>Dec 22, 2004</jf:date>
        <jf:author>Lorrettus Mathews</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Architecture: Feedback request</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=30719</link>

        

        
            <description><![CDATA[Like the previous post, I'm not an expert on overall performance, but I too am pretty good.  :)  That said, ask yourself if there is any way you can break up your transactions into asynchronous units of work.  (Does order matter?  Does it matter if...]]></description>
        

        <pubDate>Wed, 22 Dec 2004 11:46:42 -0500</pubDate>

        

        <jf:creationDate>Wed, 22 Dec 2004 11:46:42 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 22 Dec 2004 11:46:42 -0500</jf:modificationDate>
        <jf:date>Dec 22, 2004</jf:date>
        <jf:author>Jon L Schuck</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Architecture: Feedback request</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=30719</link>

        

        
            <description><![CDATA[First, I am no expert on performance, so take that into consideration.  I'm no slouch either so I will share some thoughts with you:<br><br>I would suggest doing some research into whether or not you should use EJB.  A friend of mine did a performance...]]></description>
        

        <pubDate>Wed, 22 Dec 2004 09:51:52 -0500</pubDate>

        

        <jf:creationDate>Wed, 22 Dec 2004 09:51:52 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 22 Dec 2004 09:51:52 -0500</jf:modificationDate>
        <jf:date>Dec 22, 2004</jf:date>
        <jf:author>Kris Huggins</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Architecture: Feedback request</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=30719</link>

        

        
            <description><![CDATA[We are getting started with designing a web application with a requirement to support upto 150 tps. IBM WebSphere with DB2 backend is the only available option. It is imperative that the transactions be processed synchronously (However suggestions to use...]]></description>
        

        <pubDate>Tue, 21 Dec 2004 15:04:33 -0500</pubDate>

        

        <jf:creationDate>Tue, 21 Dec 2004 15:04:33 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 21 Dec 2004 15:04:33 -0500</jf:modificationDate>
        <jf:date>Dec 21, 2004</jf:date>
        <jf:author>Lorrettus Mathews</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

