Overview of JavaSpaces - Java Distributed Computing (Book)
Overview of JavaSpaces - Java Distributed Computing (Book)
BUY ON AMAZON
Overview of JavaSpaces
The distributed application paradigm supported by JavaSpaces
is one in which remote agents interact with each other indirectly
through shared data object spaces. Objects are stored in a
JavaSpace in the form of entries. Clients write entries into the
space, read entries from the space, or take entries from the
space, as shown in Figure 3.1.
SIGN IN TRY NOW
read
write
take
Read and remove an entry from the space.
SIGN IN TRY NOW
notify