Hi,
I have another question for Ignite service:
1. If I will write services.deploy* method to deploy my service, how to
write this code on the server node? Or I need to create a new client node
and I need to register this service using "services.deploy*" code using my
client node?
2. Just to confirm, as I can not register my service using ignite xml
configuration, so I can not use below code right?
<bean class="org.apache.ignite.configuration.IgniteConfiguration">
<property name="serviceConfiguration">
<list>
<bean class="org.apache.ignite.services.ServiceConfiguration">
<property name="name" value="myCounterService"/>
<property name="maxPerNodeCount" value="1"/>
<property name="totalCount" value="1"/>
<property name="service">
<bean
class="org.apache.ignite.snippets.services.MyCounterServiceImpl"/>
</property>
</bean>
</list>
</property>
</bean>
Thanks,
Jigna
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/