Open HurSungYun opened 9 years ago
No, the Driver cannot directly call methods of a remote Evaluator's Service; they may not even be in the same machine. That doesn't mean the Driver can't interact with those Services, though.
Then, How to interact with Services in Driver?
In addition, is there a documentation about Service? I can't find anything
Google "apache reef service" and you get this site: http://www.reef-project.org/services/. This site was the original REEF website before REEF went into incubation.
There is also a link at cwiki that links to the old REEFwebsite.
Regarding your other question ("How to interact with Services in Driver"), figuring it out is part of the assignment.
Thank you!
When I inject a service in a evaluator of driver, can I use methods of service in driver?