Re: design question: one to many relationship

2001-12-31 Thread Gordon Reynolds
ent: Sunday, December 30, 2001 5:51 AM Subject: design question: one to many relationship > i have a design question for the list: > > i have a situation where i have some persons that each owns a number of > games... each game has only one owner. > > using orions OR mapping

Re: design question: one to many relationship

2001-12-30 Thread Scott Farquhar
ssian :: http://www.atlassian.com Supporting YOUR J2EE World Morten Wilken wrote: > i have a design question for the list: > > i have a situation where i have some persons that each owns a number of > games... each game has only one owner. > > using orions OR mappin

Fw: design question: one to many relationship

2001-12-30 Thread Morten Wilken
- Original Message - From: "Morten Wilken" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 2:51 PM Subject: design question: one to many relationship > i have a design question for the list: > > i h

design question: one to many relationship

2001-12-30 Thread Morten Wilken
i have a design question for the list: i have a situation where i have some persons that each owns a number of games... each game has only one owner. using orions OR mapping features i have put a collection of games in each personbean. This creates a many-to-many table with a personid and a

Re: design question

2001-11-22 Thread Stephen Davidson
Màris Orbidàns wrote: > Hello > > I have several questions about design, "best practises": > > 1) Where to store client's profile information (like login name) ? > session or system state bean ? > > 2) How to create and use a system state bean ? > > System state bean should be in scope "se

design question

2001-11-22 Thread Màris Orbidàns
Hello I have several questions about design, "best practises": 1) Where to store client's profile information (like login name) ? session or system state bean ? 2) How to create and use a system state bean ? System state bean should be in scope "session", shouldnt it ? 3) Where to put bus

RE: Pooled Data Source ADDENDUM! Design question for you :)

2001-01-30 Thread Juan Lorandi (Chile)
) (previous) and (K+1) (next) are available on the cache, else load from the server. HTH JP -Original Message- From: Daniel Cardin [mailto:[EMAIL PROTECTED]] Sent: Martes, 30 de Enero de 2001 11:54 To: Orion-Interest Subject: RE: Pooled Data Source ADDENDUM! Design question for you :) I think I

RE: Pooled Data Source ADDENDUM! Design question for you :)

2001-01-30 Thread Daniel Cardin
I think I have not made myself clear enough. The DataSource access works in the context of the appserver running. What I was trying to do is access a DataSource from the application client side. Now, this is the fix for my problem, but maybe there is a better way to resolve this, so I will expla

Session beans wrapping EJB's: design question(s)

2000-08-28 Thread Jason Amy
I'm struggling with a system design with regards to Session and EJB's. >From what I've read, you never want a client talking to an EJB directly, but rather a Session bean. This means that you cannot let out ANY references to EJB's. I can understand this logic as I think of the EJB 'layer' as th