RE: GUID generation in CFMX/Java in general

2002-11-11 Thread Gaulin, Mark
3:33 PM To: CF-Talk Subject: RE: GUID generation in CFMX/Java in general You could either use the CF function CreateUUID() and insert a - to make it a GUID or you could use an open source Java package. See http://www.doomdark.org/doomdark/proj/jug/index.html. Matt Liotta President CEO Montara

RE: GUID generation in CFMX/Java in general

2002-11-08 Thread Gaulin, Mark
Hi Tom Thanks for the pointers. Q: Does CFMX expose its GUID-generating functionality in a way that I can use (so I don't have to do it myself)? Thanks Mark -Original Message- From: Tom Harwood [mailto:tharwood;macromedia.com] Sent: Friday, November 08, 2002 2:46 PM To: CF-Talk

RE: GUID generation in CFMX/Java in general

2002-11-08 Thread Nick McClure
Interesting read. -Original Message- From: Tom Harwood [mailto:tharwood;macromedia.com] Sent: Friday, November 08, 2002 2:46 PM To: CF-Talk Subject: GUID generation in CFMX/Java in general Hello Mark, CFMX does, in fact, use a JNI library to get the MAC address of the first

RE: GUID generation in CFMX/Java in general

2002-11-08 Thread Nick McClure
There is a function called CreateUUID() This was around in 4.x if I am not mistaken. -Original Message- From: Gaulin, Mark [mailto:mgaulin;globalspec.com] Sent: Friday, November 08, 2002 3:06 PM To: CF-Talk Subject: RE: GUID generation in CFMX/Java in general Hi Tom Thanks

RE: GUID generation in CFMX/Java in general

2002-11-08 Thread Matt Liotta
-Original Message- From: Gaulin, Mark [mailto:mgaulin;globalspec.com] Sent: Friday, November 08, 2002 3:06 PM To: CF-Talk Subject: RE: GUID generation in CFMX/Java in general Hi Tom Thanks for the pointers. Q: Does CFMX expose its GUID-generating functionality in a way that I can use (so