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. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
