Hi Dmitri.

At over a year in age, I will admin that my approach may now be somewhat dated.  I 
will also admit that there are a number of places where I do 
things by hand because some of the excellent tools out there won't/can't touch a 
project the size I am working on, but will work quite nicely on 
anything smaller.  XDoclet does look quite interesting.

-Steve

The project I am working on is definately a candidate for the largest J2EE application 
currently in development.  90 EJBs just for the 
infrastructure, and bare minimimum core functionality.   As a result, there are some 
issues that are generated that just have to do with the size of 
the application.  Currently downgraded to Alpha/Development status while port to JBoss 
is completed.  Other Commercial Application Servers tested 
have so far been unable to carry the load.


Dmitri Colebatch wrote:
> XDoclet (http://sf.net/projects/xdoclet) provides good support for this
> structure.
> hth
> dim
> 
> ----- Original Message -----
> From: "Stephen Davidson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Tuesday, March 19, 2002 3:53 AM
> Subject: Re: [JBoss-user] How do I model and implement inheritance between
> EJB's?
> 
> 
> 
>>Hi Dirk.
>>
>>I just did straight inheritance.
>>Base classes went into a package called common.
>>Base ejb classes went into common.ejb.
>>Appropriate common files (including the entire common.ejb package) went
>>
> into a Jar called Common.jar.
> 
>>Other EJBs went into their appropriate jars.
>>Call child ejbs as normal.  Make sure child EJB remote interfaces extend
>>
> base ejb remote interface.
> 
>>Parent EJB methods can now be called directly on child EJB.
>>(My Base EJBs are abstract, btw).
>>
>>Bundle everything up into an Ear file.
>>Deploy using JBoss 3.0 Beta2 or later (currently cvs Head revision)
>>Note: JBoss 3.0Beta1 has bug which prevents it from properly loading an
>>
> Ear file with multiple EJB jars.  This has since been fixed.
> 
>>-Steve
>>
>>
>>Dirk Storck wrote:
>>
>>>Hi,
>>>
>>>where do I find suggestions in how to model and implement inheritance
>>>between EJB's?
>>>
>>>Many thanks and any suggestions are welcome!
>>>
>>>
>>>
>>>
>>>
>>>_______________________________________________
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>>
>>>
>>
>>
>>--
>>Stephen Davidson
>>Java Consultant
>>Delphi Consultants, LLC
>>http://www.delphis.com
>>Phone: 214-696-6224 x208
>>
>>
>>_______________________________________________
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>
>>
> 
> 



-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to