Apache Common Id
- AlphanumericGenerator Generates an incrementing number in base 36 as a String object
- NumericGenerator Generates an incrementing decimal number as a String object
- LongGenerator Generates an incrementing number as a Long object
- SessionIdGenerator Generates an alphanumeric 10+ character identifier with a random component. The exact length depends on the number of ids requested per time period.
- UUID Generators Generates universally Unique Identifiers based on the IETF Draft Uuid Specification.