Re: Getting a 404 on /socket.io/socket.io.js after logging in...

2014-04-04 Thread Mitchell Monahan
oh wait i thought you gave a version of wave which had it fixed (i really should have remembered to do it after dinner instead of at midnight)... Tomorrow I might see if I can go do it myself or something. On Fri, Apr 4, 2014 at 5:46 PM, Mitchell Monahan wrote: > I'll try that once I get home fr

Re: Getting a 404 on /socket.io/socket.io.js after logging in...

2014-04-04 Thread Mitchell Monahan
I'll try that once I get home from dinner. and see if that fixes it. On Fri, Apr 4, 2014 at 6:56 AM, Vicente J. Ruiz Jurado wrote: > El 03/04/14 02:41, Mitchell Monahan escribió: > > (I did talk about this in my previous issue for a 404 on > > /webclient/webclient.nocache.js) > > I am getting a

Re: Sudden traffic on the demo servers

2014-04-04 Thread Yuri Z
Thanks On Fri, Apr 4, 2014 at 11:37 PM, Ali Lown wrote: > It was on hackernews. > On 4 Apr 2014 21:36, "Yuri Z" wrote: > > > There's a sudden spike in traffic volume for the waveinabox.net - about > > 2500 hits during the last few hours. The traffic comes from the Apache > Wave > > "demo serve

Re: Sudden traffic on the demo servers

2014-04-04 Thread Ali Lown
It was on hackernews. On 4 Apr 2014 21:36, "Yuri Z" wrote: > There's a sudden spike in traffic volume for the waveinabox.net - about > 2500 hits during the last few hours. The traffic comes from the Apache Wave > "demo servers" page, so I guess someone put the link to Apache Wave > incubation sit

Sudden traffic on the demo servers

2014-04-04 Thread Yuri Z
There's a sudden spike in traffic volume for the waveinabox.net - about 2500 hits during the last few hours. The traffic comes from the Apache Wave "demo servers" page, so I guess someone put the link to Apache Wave incubation site. Did anyone mention a blog/article about Apache Wave lately?

Re: Migrate Apache Wave to java 8?

2014-04-04 Thread Yuri Z
No, we are not moving away from Java, but Java just got better with long awaited release of Java 8 last month. Well, in theory we can try to rewrite the shared OT logic into javascript and compile it with the new Java 8 javascript compiler for the server side, while it can be used as is on the clie

Re: Migrate Apache Wave to java 8?

2014-04-04 Thread John Blossom
Is this an inflection point at which one could consider moving away from Java? For mobile use, it's not ideal. All the best, John Blossom email: jblos...@gmail.com phone: 203.293.8511 google+: google.com/+JohnBlossom On Fri, Apr 4, 2014 at 1:26 PM, Yuri Z wrote: > Hi > As Java 8 was finally

Migrate Apache Wave to java 8?

2014-04-04 Thread Yuri Z
Hi As Java 8 was finally released, I think it would be great to migrate the WIAB code to Java 8. I already tried to compile it with jdk 8 and there are some issues, most due to improved type inference in Java 8 that is able to catch some not so correct class casts on generic classes that java 6/7 p

Re: Getting a 404 on /socket.io/socket.io.js after logging in...

2014-04-04 Thread Vicente J. Ruiz Jurado
El 03/04/14 02:41, Mitchell Monahan escribió: > (I did talk about this in my previous issue for a 404 on > /webclient/webclient.nocache.js) > I am getting a 404 on /socket.io/socket.io.js when I log into my wave > setup... I am able to see the list of waves on the left but that is it. > Anyone know