Yes. I took a similar approach except I had state variables in my services. I'll update it.
In RMI mode, clients don't need to have the implementation classes as it works on the stub. In Ignite, client node expects the implementation classes to present on the class path. On 13-Apr-2016 7:52 AM, "vkulichenko" <[email protected]> wrote: > Kamal, > > You can deploy node singleton (i.e., the service that will run on each > node) > and use IgniteServices.serviceProxy() to do remote calls from a client. > Will > this work for you? > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Ignite-Services-How-to-preserve-value-of-Local-variables-tp4094p4107.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
