Hello all, I'm new as of today, to this api.
I sat down Friday to write one ;) and then though "someone else must have tried this already"... and here it is! Anyway, I'm going through the documentation now, but I wanted to know if its possible to make an object immutable... for instance, I've got a country list and the data doesn't change, and I want to make sure that one of my developers can't alter the table (particularly in the production env). Currently in my own design I'm using a fairly simple JavaBean system, and a factory behind the beans... this allows the factory to throw a veto exception if the data is immutable and someone tried to change it. Does anything like that exist in this API? My other questions is about storing objects in the app servers memory, but I saw something about that already, so I'll wait to ask questions if I can't get the answers. Anyway, it looks fantastic, and I'm fairly excited about trying it out... I particularly like the distributed thing, as we're running a fairly large server pool. - Brill Pappin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
