[aerogear-dev] [sync] To pipe or not to pipe?
Corinne Krych
corinnekrych at gmail.com
Tue Feb 4 03:04:32 EST 2014
Hello all,
I started doing demo app Buddies and Hobbies [1] (same idea than luke’s one [2]). But instead of usin gcomplete separate chanel I wrapped Pipe within SyncPipe [3]. Questions:
1. looking at Luke’s work I didn’t see the usage of pipe at all.
2. do we want to reuse Pipe protocol/interface for sync Pipe or use a different one?
I rather use the pipe underneath as we don’t want to reimplement Paging, upload etc...
wdyt guys?
With our actual server [4], we need adjust to serve REST endpoint. Ugly harcoded it (for now) to serve my purpose.
++
Corinne
[1] https://github.com/corinnekrych/aerogear-ios-cookbook/tree/sync.demo.recipe/Hobbies
[2] https://github.com/lholmquist/ag-js-ds-poc
[3] https://github.com/corinnekrych/aerogear-sync-ios
[4] https://github.com/corinnekrych/aerogear-sync-server/blob/master/server/src/main/java/org/jboss/aerogear/sync/rest/RestChannelHandler.java#L49
More information about the aerogear-dev
mailing list