kevoree / kevoree-library

Kevoree base library
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Is there an implementation of a group which propagate updates ? #4

Closed edaubert closed 10 years ago

edaubert commented 10 years ago

I am using WSGroup but it doesn't propagate update and only accept push and pull...

dukeboard commented 10 years ago

WSGroup is only a quick port of V2 group, for the moment we have to extend it

dukeboard commented 10 years ago

in fact yes https://github.com/kevoree/kevoree-library/blob/master/java/org.kevoree.library.java.hazelcast/src/main/java/org/kevoree/library/java/hazelcast/BroadcastGroup.java

:-)

edaubert commented 10 years ago

maxleiko will be able to port is own version in v3

maxleiko commented 10 years ago

https://github.com/kevoree/kevoree-library/blob/master/java/org.kevoree.library.java.ws/src/main/java/org/kevoree/library/ws/CentralizedWSGroup.java