Re: Wave and OpenOffice

2013-06-17 Thread 郭晓峰
Nice, Chuanwu! On Mon, Jun 17, 2013 at 10:12 AM, John Blossom wrote: > Very exciting! John > > On Mon, Jun 17, 2013 at 10:37 AM, 田传武 wrote: > > > I just re-implement Drive Realtime API using wave related open source > > projects. > > realtime-operation

Re: Wave and OpenOffice

2013-06-17 Thread John Blossom
Very exciting! John On Mon, Jun 17, 2013 at 10:37 AM, 田传武 wrote: > I just re-implement Drive Realtime API using wave related open source > projects. > realtime-operation uses the > ot algorithm from Apache Wave > realtime-channel

Re: Wave and OpenOffice

2013-06-17 Thread Zachary “Gamer_Z . ” Yaro
Oh, I misunderstood...but that is fantastic! —Zachary “Gamer_Z.” Yaro On 17 June 2013 10:37, 田传武 wrote: > I just re-implement Drive Realtime API using wave related open source > projects. > realtime-operation uses the > ot algorithm from Apache W

Re: Wave and OpenOffice

2013-06-17 Thread 田传武
I just re-implement Drive Realtime API using wave related open source projects. realtime-operation uses the ot algorithm from Apache Wave realtime-channel and realtime-server

Re: Wave and OpenOffice

2013-06-17 Thread Zachary “Gamer_Z . ” Yaro
You mean the code under-the-hood of the Drive Realtime API is the same code that powers Walkaround? Or do you mean you are working on using the Realtime API to power something like Walkaround? —Zachary “Gamer_Z.” Yaro On 17 June 2013 08:40, 田传武 wrote: > I implemented Google Drive Realtime AP

Re: Wave and OpenOffice

2013-06-17 Thread 田传武
I implemented Google Drive Realtime API based on Walkaround. See https://github.com/goodow/realtime and http://realtimeplayground.goodow.com/ It supports android, javascript(using gwt-export) and objective-c(using j2objc). 2013/6/16 Joseph Gentle > On Sun, Jun 16, 2013 at 2:25 AM, Dave wrote:

Re: Wave and OpenOffice

2013-06-16 Thread Joseph Gentle
On Sun, Jun 16, 2013 at 2:25 AM, Dave wrote: > On 16/06/13 09:29, Michael MacFadden wrote: >> >> All, >> >> What we would need to do to support integration with Open Office, or any >> other app, is abstract our OT Core Engine in two ways. First it would >> need to become a stand alone service tha

Re: Wave and OpenOffice

2013-06-16 Thread John Blossom
Michael, Thank you very much for engaging this topic. Your observations highlighted some of the key challenges and concerns that I have factored into the presentation deck that I shared earlier: https://docs.google.com/presentation/d/1pNsrX26947QH89Ot3k62nlKKSRFLmVgBWxcIEne8VYI/edit?usp=sharing

Re: Wave and OpenOffice

2013-06-16 Thread Michael MacFadden
I took a look at walk around when it was first announced. Admittedly, I would need to go back and take a look at it again. I do remember it being more decoupled than was was in WiaB. I don't remember if it was (in my opinion) sufficiently abstract. I seem to remember there were still things lik

Re: Wave and OpenOffice

2013-06-16 Thread Dave
On 16/06/13 09:29, Michael MacFadden wrote: All, What we would need to do to support integration with Open Office, or any other app, is abstract our OT Core Engine in two ways. First it would need to become a stand alone service that other apps could hook in to. Second we would need to change t

Re: Wave and OpenOffice

2013-06-16 Thread Michael MacFadden
All, What we would need to do to support integration with Open Office, or any other app, is abstract our OT Core Engine in two ways. First it would need to become a stand alone service that other apps could hook in to. Second we would need to change the operations to be more generic than the curr

Re: Wave and OpenOffice

2013-06-15 Thread Yuri Z
Just a note - the rendering to static HTML is experimental and wasn't actually submitted to official Apache Wave repo since there was no agreement on the way on how this should implemented right without breaking static bindings when compiling from GWT to Javascript. On Sat, Jun 15, 2013 at 10:05

Re: Wave and OpenOffice

2013-06-15 Thread Zachary “Gamer_Z . ” Yaro
@Fleeky, Yuri actually added some codeto WIAB for static HTML rendering, so that could be a solution to your publishing problems. In addition, Google Wave, Rizzoma, and (I* *think) WIAB (with Yuri's code

Re: Wave and OpenOffice

2013-06-15 Thread John Blossom
Thanks, Fleeky, that's useful feedback. I, too, tried to use Wave as a document development tool and it's powerful in some ways, but the raw interface didn't always adapt itself well for final presentations. It was doable, though. For example, I gave a talk at a conference about Wave using Wave as

Re: Wave and OpenOffice

2013-06-15 Thread Fleeky Flanco
john, i was infact using wave as a google docs replacement for a while it worked pretty good the only problem i had with it was that i couldnt 'publish' static updates to a front facing page to share with people who didnt feel like registering on my wave server. an openoffice for wave would be ext

Wave and OpenOffice

2013-06-15 Thread John Blossom
I had the down-the-road thought just now that I wanted to put into circulation before I forgot about it. One of the challenges that we will face in developing open source Wave is that Google and others - but mostly Google - are out there using operational transform technologies also. So far the Go