RE: Complex O/R and EJB 2.0 CMP

2001-01-12 Thread Tim Drury
Original Message- > From: Peter Pontbriand [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 09, 2001 10:12 AM > To: Orion-Interest > Subject: Re: Complex O/R and EJB 2.0 CMP > > > > - Original Message - > From: "Jeff Schnitzer" <[EMAIL PROTECTED

Re: Complex O/R and EJB 2.0 CMP

2001-01-12 Thread Markus Holmberg
On Tue, Jan 09, 2001 at 10:11:41AM -0500, Peter Pontbriand wrote: > Speaking of Lists, has anyone at all managed to get an Orion list-mapping - > whether declared in a EAR-contained orion-ejb-jar.xml or in a EJB2.0-style > ejb-jar.xml - to actually preserve the element order? With orion-ejb-jar.x

Re: Complex O/R and EJB 2.0 CMP

2001-01-11 Thread Peter Pontbriand
- Original Message - From: "Jeff Schnitzer" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 4:43 PM Subject: RE: Complex O/R and EJB 2.0 CMP * SNIP * > Take a look at the documentation for orion-ejb-jar.xm

RE: Complex O/R and EJB 2.0 CMP

2001-01-08 Thread Jim Archer
I have a few examples that are much more complex than the one I wrote on OrionSupport. Let me clean them up and I'll post them here... Jim --On Monday, January 08, 2001 5:45 AM -0800 Darren Pamatat <[EMAIL PROTECTED]> wrote: > > --- Konstantin Polyzois <[EMAIL PROTECTED]> > wrote: >> "Servl

RE: Complex O/R and EJB 2.0 CMP

2001-01-08 Thread Jeff Schnitzer
>From: Darren Pamatat [mailto:[EMAIL PROTECTED]] > >I like the layout of the complex-or example more so >than the orion-cmp primer, because it is not required >to jar it up, and classes can just be recompiled, and >run (if only I could run something against it). Also, >what is the difference in th

RE: Complex O/R and EJB 2.0 CMP

2001-01-08 Thread Tim Drury
> And it doesn't support container managed relationships > between dependent > objects. > > Joni > It does support dependant objects (EJB->DO) but not EJB -> DO -> DO. I think this is what you are saying. I submitted this bug (#185) some time ago but it hasn't been looked at. -tim

RE: Complex O/R and EJB 2.0 CMP

2001-01-08 Thread Darren Pamatat
--- Konstantin Polyzois <[EMAIL PROTECTED]> wrote: > "Servlet/JDBC is sure looking a bit simpler right > now." > > But of course it is. If there is no concurrency > (multiple clients) and if > you don't like object-oriented programming. And if > you dont plan on building > more than a few servl

RE: Complex O/R and EJB 2.0 CMP

2001-01-08 Thread Suominen, Joni
> From: Konstantin Polyzois > I think Orion supports Maps and Sets for dependent objects, the EJB2 > (proposed final draft) only mandates support for Sets. > Orions implementation does not look complete yet (how could > it be when there > is no spec?) it lacks EJB-QL, Home-methods and Select-me

RE: Complex O/R and EJB 2.0 CMP

2001-01-08 Thread Konstantin Polyzois
"Servlet/JDBC is sure looking a bit simpler right now." But of course it is. If there is no concurrency (multiple clients) and if you don't like object-oriented programming. And if you dont plan on building more than a few servlets. "Also, what is the difference in the EJB 2.0 CMP and orion pro