Re: [JBoss-dev] Object Unique Id Generator

2001-04-13 Thread Emmanuel Sciara
...?). Anybody drop me a note on how to put the stuff in it *if* we agree it would be usefull. Your call! Emmanuel - Original Message - From: "Jay Walters" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 13, 2001 1:23 AM Subject: RE: [JBoss-dev] Object Unique Id Generator

RE: [JBoss-dev] Object Unique Id Generator

2001-04-12 Thread Jay Walters
users. Cheers Jay -Original Message- From: marc fleury To: [EMAIL PROTECTED] Sent: 4/11/01 11:10 PM Subject: RE: [JBoss-dev] Object Unique Id Generator |So lets say this is an "honorable defeat". I will just have to find |something else! :-) It is an "elegant" one at

RE: [JBoss-dev] Object Unique Id Generator

2001-04-11 Thread Sean Neville
fun - Andy -Original Message- From: Sean Neville [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 11:01 AM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] Object Unique Id Generator There are a series of key generation patterns available on The Server Side, at least on

Re: [JBoss-dev] Object Unique Id Generator

2001-04-11 Thread Emmanuel Sciara
e, disconnected users. That's it! Further opinions: please open fire! :) Emmanuel Have fun - Andy -Original Message- From: Sean Neville [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 11:01 AM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] Object Unique Id Generator

RE: [JBoss-dev] Object Unique Id Generator

2001-04-11 Thread Schaefer, Andreas
D] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 8:37 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Object Unique Id Generator The unique id is not a db concept. The application should have the flexibility to use multiple persistent stores such as directory servers, mess

RE: [JBoss-dev] Object Unique Id Generator

2001-04-11 Thread ntran
of introducing additional coupling by utilizing the database for unique id's? Scott -Original Message- From: Jay Walters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 11:57 AM To: '[EMAIL PROTECTED] ' Subject: RE: [JBoss-dev] Object Unique Id Generator You are right that a unique

RE: [JBoss-dev] Object Unique Id Generator

2001-04-11 Thread Jay Walters
bean inheriting from a value object is a good thing, so I wouldn't put too much faith in them as the arbiter of good design. Cheers Jay -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 4/11/01 2:41 PM Subject: RE: [JBoss-dev] Object Unique Id Generator The question

RE: [JBoss-dev] Object Unique Id Generator

2001-04-11 Thread Jim Archer
Hi Jay... --On Wednesday, April 11, 2001 12:57 PM -0400 Jay Walters [EMAIL PROTECTED] wrote: Besides, if you decide to change things, then change the unique ID generation. It's not as if you're just going to take an application that works with Oracle and plug it into a LDAP server or a

RE: [JBoss-dev] Object Unique Id Generator

2001-04-10 Thread Sean Neville
PROTECTED]]On Behalf Of Schaefer, Andreas Sent: Tuesday, April 10, 2001 1:22 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] Object Unique Id Generator Hi Geeks The "FOR UPDATE" is not always necessary as like in Oracle you have a sequence generator delivering you an unique ID. For the