Details
Description
java.rmi.server.UID() is used to generate a unique identifier. GAE doesn't allow using the java.rmi libraries.
Changing to java.util.UUID will acheive the same results. The java.rmi method was probably just a left over from pre-Java 5 compatibility.