<?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 - Any Pattern for this Problem</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>Wed, 19 Jun 2013 01:09:38 -0400</pubDate>


    <item>

        <title>Any Pattern for this Problem</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[I think that this occurs because each JAR or EAR deployed is a separeted ClassLoader. So, they can't communicate like they were in the same VM using Local Interfaces... I had this problem and also no answer... any specialist in this subject, please?]]></description>
        

        <pubDate>Mon, 18 Jul 2005 12:18:06 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Jul 2005 12:18:06 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Jul 2005 12:18:06 -0400</jf:modificationDate>
        <jf:date>Jul 18, 2005</jf:date>
        <jf:author>Denys Sene</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>can ejb-link solve the trouble</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[&lt;snip&gt;Everything works fine when I pack them in an ear but to deploy<br>changed jar's I must redeploy the ear with all jar's in it. <br>This can become very time consuming when a project grows.<br>It's OK for production deployment but not at...]]></description>
        

        <pubDate>Wed, 31 Mar 2004 07:11:05 -0500</pubDate>

        

        <jf:creationDate>Wed, 31 Mar 2004 07:11:05 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 31 Mar 2004 07:11:05 -0500</jf:modificationDate>
        <jf:date>Mar 31, 2004</jf:date>
        <jf:author>Jon Crater</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>RE: Design mistake</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[<blockquote>Thanks, but it's not what I'm looking for. (I use the link-tags like in your answer)<br>The problem is that there are two jar's which references each other.<br><br>A.jar references B.jar<br>B.jar references A.jar<br><br>The one which is...]]></description>
        

        <pubDate>Mon, 29 Mar 2004 15:09:56 -0500</pubDate>

        

        <jf:creationDate>Mon, 29 Mar 2004 15:09:56 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 29 Mar 2004 15:09:56 -0500</jf:modificationDate>
        <jf:date>Mar 29, 2004</jf:date>
        <jf:author>Dennis Kwasniok</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Cmp2.0</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[I hope you want to update the underline data through CMP entity bean.
<br>just use the set methods of the entity bean to update the data.]]></description>
        

        <pubDate>Mon, 01 Mar 2004 02:09:31 -0500</pubDate>

        

        <jf:creationDate>Mon, 01 Mar 2004 02:09:31 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 01 Mar 2004 02:09:31 -0500</jf:modificationDate>
        <jf:date>Mar 1, 2004</jf:date>
        <jf:author>Amitav C</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Cmp2.0</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[I am doing an application which I need to take the Registration of the user.I am useing CMP2.0. The CMP2.0 creating the row of user details in the database properly,but the problem create when the user want to update is details,CMP2.0 is notable to...]]></description>
        

        <pubDate>Thu, 26 Feb 2004 03:04:12 -0500</pubDate>

        

        <jf:creationDate>Thu, 26 Feb 2004 03:04:12 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 26 Feb 2004 03:04:12 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2004</jf:date>
        <jf:author>Harshad Kotha</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>can ejb-link solve the trouble</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[agreed....]]></description>
        

        <pubDate>Tue, 24 Feb 2004 00:44:15 -0500</pubDate>

        

        <jf:creationDate>Tue, 24 Feb 2004 00:44:15 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 24 Feb 2004 00:44:15 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2004</jf:date>
        <jf:author>vimarsh vasavada</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>can ejb-link solve the trouble</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[This is one of the simple solution. Just copy the Home and Remote in all the jar's. We have used this in the past and worked well. Although I do not thing that this is a recomended or good solution, the simple reason being you jar's are actually loosing...]]></description>
        

        <pubDate>Mon, 23 Feb 2004 17:48:53 -0500</pubDate>

        

        <jf:creationDate>Mon, 23 Feb 2004 17:48:53 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 23 Feb 2004 17:48:53 -0500</jf:modificationDate>
        <jf:date>Feb 23, 2004</jf:date>
        <jf:author>Sudev Mukherjee</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>can ejb-link solve the trouble</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[<div class="jive-quote">The problem is that there are two jar's which references each other.</div>...]]></description>
        

        <pubDate>Fri, 13 Feb 2004 00:31:02 -0500</pubDate>

        

        <jf:creationDate>Fri, 13 Feb 2004 00:31:02 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 13 Feb 2004 00:31:02 -0500</jf:modificationDate>
        <jf:date>Feb 13, 2004</jf:date>
        <jf:author>vimarsh vasavada</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>can ejb-link solve the trouble</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[Thanks, but it's not what I'm looking for. (I use the link-tags like in your answer)...]]></description>
        

        <pubDate>Thu, 12 Feb 2004 18:06:24 -0500</pubDate>

        

        <jf:creationDate>Thu, 12 Feb 2004 18:06:24 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 12 Feb 2004 18:06:24 -0500</jf:modificationDate>
        <jf:date>Feb 12, 2004</jf:date>
        <jf:author>Michael Seidel</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>can ejb-link solve the trouble</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[just to add.
<br>EJB-LINK can be used within <b> EJB-LOCAL-REF </b> so it should solve trouble of non-remotability-requirement]]></description>
        

        <pubDate>Wed, 11 Feb 2004 00:12:36 -0500</pubDate>

        

        <jf:creationDate>Wed, 11 Feb 2004 00:12:36 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 11 Feb 2004 00:12:36 -0500</jf:modificationDate>
        <jf:date>Feb 11, 2004</jf:date>
        <jf:author>vimarsh vasavada</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>can ejb-link solve the trouble</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[from the ejb-jar dtd:...]]></description>
        

        <pubDate>Wed, 11 Feb 2004 00:09:24 -0500</pubDate>

        

        <jf:creationDate>Wed, 11 Feb 2004 00:09:24 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 11 Feb 2004 00:09:24 -0500</jf:modificationDate>
        <jf:date>Feb 11, 2004</jf:date>
        <jf:author>vimarsh vasavada</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>


    <item>

        <title>Pattern or statergy?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[Could you please give some more explanation on your solution?...]]></description>
        

        <pubDate>Tue, 10 Feb 2004 18:12:20 -0500</pubDate>

        

        <jf:creationDate>Tue, 10 Feb 2004 18:12:20 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 10 Feb 2004 18:12:20 -0500</jf:modificationDate>
        <jf:date>Feb 10, 2004</jf:date>
        <jf:author>Michael Seidel</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Pattern or statergy?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[Since you have multiple ear I do not think you can get away from network. At least one session bean would use the RemoteHome, once you are in the ear you can use Local Home.
<br>
<br>Thx
<br>
<br>Dheeraj]]></description>
        

        <pubDate>Tue, 10 Feb 2004 18:10:05 -0500</pubDate>

        

        <jf:creationDate>Tue, 10 Feb 2004 18:10:05 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 10 Feb 2004 18:10:05 -0500</jf:modificationDate>
        <jf:date>Feb 10, 2004</jf:date>
        <jf:author>Dheeraj Srivastava</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Pattern or statergy?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[We have a similar architecture and the strategy is that the first EJB call from the business delegate is remote and then on all EJBs (SSB/Entities) communicate/get invoked using local interfaces.]]></description>
        

        <pubDate>Tue, 10 Feb 2004 01:53:34 -0500</pubDate>

        

        <jf:creationDate>Tue, 10 Feb 2004 01:53:34 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 10 Feb 2004 01:53:34 -0500</jf:modificationDate>
        <jf:date>Feb 10, 2004</jf:date>
        <jf:author>Nagg rao</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Any Pattern for this Problem</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=23854</link>

        

        
            <description><![CDATA[The application I am working now is based on Service Oriented Architecture. All the services (Session bean and Entity Bean) will be deployed separate EARs. Another Facade layer(Session bean) going to talk to different services to process the request from...]]></description>
        

        <pubDate>Mon, 09 Feb 2004 17:25:24 -0500</pubDate>

        

        <jf:creationDate>Mon, 09 Feb 2004 17:25:24 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 09 Feb 2004 17:25:24 -0500</jf:modificationDate>
        <jf:date>Feb 9, 2004</jf:date>
        <jf:author>Amitav Chakravarty</jf:author>
        <jf:replyCount>14</jf:replyCount>
    </item>



</channel>
</rss>

