Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Dain Sundstrom
Ricardo Argüello wrote: >>I don't recommend JDO. >> >>-dain >> > > Could you elaborate more on that, please? JDO is a cool idea. I think of JDO like ADO; it is easy to program against but is not a great persistence framework. One of the coolest things about ADO is the ability to program aga

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Ricardo Argüello
> I don't recommend JDO. > > -dain Could you elaborate more on that, please? Thanks in advance! Ricardo Argüello -- Standard consultant disclaimer: "Or not." ___ Don't miss the 2002 Sprint PCS Application Developer's Conference

Re[2]: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Alex Loubyansky
Hello wonder, Look at xdoclet's samples. There is inheritence examples too. So the answer is yes. Tuesday, June 04, 2002, 6:03:47 PM, you wrote: ws> Thank you, one more question :) ws> Do you know if XDoclet works as your answers? :) ws> Wonder Sonic ws> --- Alex Loubyansky <[EMAIL PROTECTED

RE: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Sacha Labourey
t; À : [EMAIL PROTECTED] > Objet : [JBoss-user] [Simple question] CMP bean inheritance > > > Hi, > Can someone tell me how are managed the inheritance of > the CMP fields? > > > Details: > If I create a CMP A and then a CMP B which extends > A, will CMP A and B have the s

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Dain Sundstrom
wonder sonic wrote: > Hi, > Can someone tell me how are managed the inheritance of > the CMP fields? > > > Details: > If I create a CMP A and then a CMP B which extends > A, will CMP A and B have the same SQL table, will the > CMP-B SQL table have SQL CMP-B fields plus SQL CMP-A > fields? It

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread wonder sonic
Thank you, one more question :) Do you know if XDoclet works as your answers? :) Wonder Sonic --- Alex Loubyansky <[EMAIL PROTECTED]> a écrit : > Hello wonder, > > Tuesday, June 04, 2002, 5:44:43 PM, you wrote: > > ws> Hi, > ws> Can someone tell me how are managed the > inheritance of > ws> t

Re: [JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread Alex Loubyansky
Hello wonder, Tuesday, June 04, 2002, 5:44:43 PM, you wrote: ws> Hi, ws> Can someone tell me how are managed the inheritance of ws> the CMP fields? Depends on ejb-jar.xml configurations. ws> Details: ws> If I create a CMP A and then a CMP B which extends ws> A, will CMP A and B have the same S

[JBoss-user] [Simple question] CMP bean inheritance

2002-06-04 Thread wonder sonic
Hi, Can someone tell me how are managed the inheritance of the CMP fields? Details: If I create a CMP A and then a CMP B which extends A, will CMP A and B have the same SQL table, will the CMP-B SQL table have SQL CMP-B fields plus SQL CMP-A fields? Thanks in advance, Wonder Sonic