[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Object id question



Stupid question:

I am writing an EJB application using ozone as the persistence mechanism. 
 The front end of the application will be in JSP.  To be able to tie an 
object to an html interface, I need a unique identifier for that object.


Would you recommend the object id of the object for this usage?

I am also concerned that with every addition of an object (between a 
connect/disconnect), the object id increments by 1000.

Thanks,
Phillip