Singleton as Entity Persisted in JPA?
843830Jul 22 2008 — edited Jul 23 2008Hi everyone,
I'm developing a distributed system using tha JPA (TopLink Essentials) and i need to implement a singleton global to all the system. I really don't know how to implement it. Anyone have ideas?
I use MySQL database. I don't have too much experience in J2EE.
All implementation i have it's client side (run on client's VM), not server side.
Thanks all!