When I start a tuplespace in a client, if the named tuplespace does not exist on the server it is created. Is there a way to request this not happen?
Yes, if you turn on access control checking in the config file, you can also (either with the config file or the distributed admin GUI tool) change the create access list so that only certain users can create spaces. You can also use the TupleSpace.exists(name,server) to find out if a space exists before you call the constructor.
Related Questions
- When I start a tuplespace in a client, if the named tuplespace does not exist on the server it is created. Is there a way to request this not happen?
- I don know what SerializeAdapter my clients use. Why doesn handle the EJOE server the adapters per client request?
- DO ANY CLIENT/SERVER LIMITATIONS EXIST WITH CORBA?