Slava Lovkiy
2010-11-22 21:28:11 UTC
Hi,
Is there a way to be able to use the same java.util.UUID.randomUUID()
generator on server and client side?
This might be particular useful, when some ids needs to be generated
on the client and then persisted on the server.
Is there a better solution to solve the more general problem - some
entities may originate on the client and a complex graph can be
created with relatationships bases on ids. The ids must be globally
unique after persisting data on server.
Is there a way to be able to use the same java.util.UUID.randomUUID()
generator on server and client side?
This might be particular useful, when some ids needs to be generated
on the client and then persisted on the server.
Is there a better solution to solve the more general problem - some
entities may originate on the client and a complex graph can be
created with relatationships bases on ids. The ids must be globally
unique after persisting data on server.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.