Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Originally posted by Michael Ernest:
... the Remote interface is a tag; it has no methods in it, but rather lets our Java tools recognize it as something that will be called on from elsewhere.
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Originally posted by Michael Ernest:
Now it's going to be interesting! Our client will have an instance of some Runnable thing, send it off to a Processor-defined service, and get it back -- only now the run() method has been executed for us.
Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine. Any object that is a remote object must directly or indirectly implement this interface. Only those methods specified in a "remote interface," an interface that extends java.rmi.Remote are available remotely.
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
I'll have some questions shortly, but you don't need dots to get blank lines. Just make sure you have at least one space on the blank line to hold the line open.Originally posted by Michael Ernest:
This is stripped down to the bone for now, and I'm using dots to get lines spaces out of UBB's CODE tag format.
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Originally posted by Michael Ernest:
While we're at it, you might as well create the following directories under $HOME/src:
mfe/services -- any interfaces that extend Remote
mfe/servers --- any implementations of services interfaces
mfe/clients --- users of services
mfe/agents ---- objects to run between clients and servers
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Originally posted by Marilyn deQueiroz:
I'm not sure I follow what you're saying here. We're separating the processing from the machine?
We're separating the two machines that each do their own processing?
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Originally posted by Marilyn deQueiroz:
So the serialized data that you are passing is not contained in the fields of the class that you are passing?
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Originally posted by Michael Ernest:
RMI was designed to help us hide our ignorance of where services might live. We would rather use a lookup service, or name-for-service translator, and relax our need to know these things at compile-time. Furthermore, a well-named lookup might do a better job of suggesting a service's uses. When we want a service, the argument goes, we usually know what capability we're looking for (like Processor), but we don't always know the exact implementation name it goes by (Workhorse). A lookup service supported by thoughtful naming can save us a LOT of tedious searching.
Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
Originally posted by Mapraputa Is:
If we do not need to know interface name, maybe your quote above would be better as:
"Furthermore, a well-named lookup might do a better job of suggesting a service's uses. When we want a service, the argument goes, we usually know what capability we're looking for (like Process server), but we don't always know the exact implementation name it goes by (Processor)."
Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
Originally posted by Junilu Lacar:
What I don't quite understand is why process() needs to return a Runnable object. Couldn't we just change the state of the Runnable object that was passed in on invocation? Is this also a valid approach or are there disadvantages?
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Originally posted by Mapraputa Is:
cannot we use reflection (newInstance() and invoke() )instead?
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
Poop goes in a willow feeder. Wipe with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|