Hi,<br> <br>I&#39;m a newby to ST and Seaside. I attempting to port web app that&#39;s written in Oracle/Java over to Seaside running on Pharo. The current application uses Oracle sequence generated unique id&#39;s for unique identifiers for records, is there a parallel to this when using just objects persisted in the Pharo image ? I know I can code my one implementation to replicate this but wondered whether this is the best way to model it, what are the alternatives and if it is the best way, is there a ready made package that I could use to generate unique id&#39;s ?<br>
 <br>TIA<br>Jon