<?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 - Inheritance in EJB</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>Sun, 19 May 2013 20:05:28 -0400</pubDate>


    <item>

        <title>Inheritance in EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=265</link>

        

        
            <description><![CDATA[Dear Sir,
<br>
<br>&nbsp;I think your message is very clear and helpful. Do u receommend any web site which contains some examples ?
<br>
<br>thanks,
<br>
<br>Eddie]]></description>
        

        <pubDate>Sun, 30 Jul 2000 22:57:34 -0400</pubDate>

        

        <jf:creationDate>Sun, 30 Jul 2000 22:57:34 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 30 Jul 2000 22:57:34 -0400</jf:modificationDate>
        <jf:date>Jul 30, 2000</jf:date>
        <jf:author>eddie chui</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Inheritance in EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=265</link>

        

        
            <description><![CDATA[I'd like to share my experience in developing a Web application that uses inheritance in entity and Session beans....]]></description>
        

        <pubDate>Sat, 29 Jul 2000 15:51:43 -0400</pubDate>

        

        <jf:creationDate>Sat, 29 Jul 2000 15:51:43 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 29 Jul 2000 15:51:43 -0400</jf:modificationDate>
        <jf:date>Jul 29, 2000</jf:date>
        <jf:author>John  Kuriakose</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Inheritance in EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=265</link>

        

        
            <description><![CDATA[For ejbLoad ejbStore ejbActivate etc. you can inherent...]]></description>
        

        <pubDate>Sun, 23 Jul 2000 05:07:00 -0400</pubDate>

        

        <jf:creationDate>Sun, 23 Jul 2000 05:07:00 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 23 Jul 2000 05:07:00 -0400</jf:modificationDate>
        <jf:date>Jul 23, 2000</jf:date>
        <jf:author>Adi Lev</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Inheritance in EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=265</link>

        

        
            <description><![CDATA[There is 3 types of inheritance with EJB:...]]></description>
        

        <pubDate>Thu, 20 Jul 2000 19:23:55 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2000 19:23:55 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2000 19:23:55 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2000</jf:date>
        <jf:author>Thibault Cuvillier</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Inheritance in EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=265</link>

        

        
            <description><![CDATA[Depends on what sort of EJB. Inheritance where you would most like to use it - Entity Beans - is a problem. In weblogic you can do it but only if they have exactly the same primary key. You cannot even have the one primary key inheret from the other...]]></description>
        

        <pubDate>Thu, 20 Jul 2000 17:39:34 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2000 17:39:34 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2000 17:39:34 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2000</jf:date>
        <jf:author>David Kempster</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Inheritance in EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=265</link>

        

        
            <description><![CDATA[Yes.  Base classes for EJB can be very handy.  It works just the way that you would imagine it would...  Very nice for common functionality... validation... etc....]]></description>
        

        <pubDate>Thu, 20 Jul 2000 16:21:15 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2000 16:21:15 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2000 16:21:15 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2000</jf:date>
        <jf:author>Brian Matalus</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Inheritance in EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=265</link>

        

        
            <description><![CDATA[It is easy to have it! your EJB class can extends the parent class, it is even recommended to put your model and accessor methods in the parent class and inherit it in the EJB. however for the parent methods to be accessable by the remote party you...]]></description>
        

        <pubDate>Thu, 20 Jul 2000 14:27:41 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2000 14:27:41 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2000 14:27:41 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2000</jf:date>
        <jf:author>Mehrdad Loghmani</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Inheritance in EJB</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=265</link>

        

        
            <description><![CDATA[How do I go about designing a EJB with inheritance ?]]></description>
        

        <pubDate>Thu, 20 Jul 2000 10:19:46 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2000 10:19:46 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2000 10:19:46 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2000</jf:date>
        <jf:author>Huduguru Hudiguru</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

