There are some ID generating bits in the Commons Sandbox. In the Patterns project and I think there's one in the Util project.
Neither have yet made their way into a release project yet. I've been pondering whether something like this would go in DbUtils, but the database specificness gets quite painful. So as far as Lang goes, I'm not sure :) They've always seemed a bit above Lang's basic aims. Hen On Sat, 16 Nov 2002, Jeff Varszegi wrote: > I use these to generate IDs for EJBs and in a couple of other ways. Does anyone >think they could > be usefully included in a project? I did look around to see if there was something >already in > Commons for this, but I didn't see anything. > > The IDGenerator interface provides one method, generateID(). A few implementations >are provided, > including one that generates 32-character UUIDs. A lookup class is also provided >for acquiring an > IDGenerator by name. > > Jeff > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - Let the expert host your site > http://webhosting.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
