Re: Presenting Kune project, based on WIAB

2011-05-14 Thread Vicente J. Ruiz Jurado
El 14/05/11 00:08, Thomas Wrobel escribió: That looks very very impressive - probably the most significant wave-federating project I've seen and certainly not only a wonderfull tool in itself, but a big boast to wfp in general! Can't try it now...seems to get stuck loading...but thats

Re: GXP Questions

2011-05-14 Thread Lennard de Rijk
Hi, On Fri, May 13, 2011 at 09:54, Yuri Z vega...@gmail.com wrote: I think that the main advantage is that GXP verifies the HTML so it ensures that if gxp templates compiles then the HTML is valid. Also it is more secure. The greatest issue with GXP is very poor documentation. I also think

Re: Debugging and logging for UI classes

2011-05-14 Thread Gokul Jeyapaul
Hi all, Some help on this would be really helpful in understanding the code flow. Thanks again for your time and patience. Regards, Gokul On Fri, May 13, 2011 at 3:26 PM, Gokul Jeyapaul gokul.jeyap...@googlemail.com wrote: Hi all, I was just trying to understand the wave code base

Re: Debugging and logging for UI classes

2011-05-14 Thread Yuri Z
Try DomLogger. Take a look at JsoSearchBuilderImpl for example. 2011/5/14 Gokul Jeyapaul gokul.jeyap...@googlemail.com Hi all, Some help on this would be really helpful in understanding the code flow. Thanks again for your time and patience. Regards, Gokul On Fri, May 13, 2011 at 3:26

problem setting up a new server...

2011-05-14 Thread Scott Mitchell
I just set up a new server. Chrome is not coming Online. Firefox and ie work fine (come online). Is anyone else seeing this? Chrome (13.0.761.0 dev-m): May 14, 2011 4:01:35 PM org.waveprotocol.box.server.waveserver.WaveMap search INFO: Search response to 'in:inbox': 0 results, user:

Re: problem setting up a new server...

2011-05-14 Thread Yuri Z
I am not sure, but did you try to compile the GWT classes? run the following command: ant compile-gwt 2011/5/14 Scott Mitchell smadirond...@gmail.com I just set up a new server. Chrome is not coming Online. Firefox and ie work fine (come online). Is anyone else seeing this? Chrome

Re: problem setting up a new server...

2011-05-14 Thread Scott Mitchell
It may have built with the ant after the download. running ant compile-gwt didn't seem to build anything. On Sat, May 14, 2011 at 11:11 AM, Yuri Z vega...@gmail.com wrote: I am not sure, but did you try to compile the GWT classes? run the following command: ant compile-gwt 2011/5/14 Scott

Re: problem setting up a new server...

2011-05-14 Thread Vicente J. Ruiz Jurado
El 14/05/11 18:36, Scott Mitchell escribió: com.google.inject.servlet.GuiceFilter-27173235 2011-05-14 16:01:35.790:DBUG::RESPONSE /socket.io/websocket 400 Do you have WIAB under a proxy? Maybe this is your problem... Bests, -- Vicente J. Ruiz Jurado http://comunes.org http://ourproject.org

Re: GXP Questions

2011-05-14 Thread James Purser
I can +1 the bit about poor documentation On Sat, May 14, 2011 at 2:54 AM, Yuri Z vega...@gmail.com wrote: I think that the main advantage is that GXP verifies the HTML so it ensures that if gxp templates compiles then the HTML is valid. Also it is more secure. The greatest issue with GXP is

Re: GXP Questions

2011-05-14 Thread Michael MacFadden
I have heard many comments from new developers on wave who were trying to modify or add these kinds of pages struggling with figuring out how to use GXP. I guess this is in part due to the lack of documentation. Is GXP widely used outside of Google? I had not heard of it until I got involved

Re: GXP Questions

2011-05-14 Thread Matt Richards
Same here. On Sat, May 14, 2011 at 7:45 PM, Michael MacFadden michael.macfad...@gmail.com wrote: I have heard many comments from new developers on wave who were trying to modify or add these kinds of pages struggling with figuring out how to use GXP. I guess this is in part due to the lack

Re: GXP Questions

2011-05-14 Thread Lennard de Rijk
On Sat, May 14, 2011 at 17:45, Michael MacFadden michael.macfad...@gmail.com wrote: I have heard many comments from new developers on wave who were trying to modify or add these kinds of pages struggling with figuring out how to use GXP. I guess this is in part due to the lack of

Re: GXP Questions

2011-05-14 Thread Yuri Z
Well, I think JSP or JSF makes more sense than Velocity, but I don't think we have a real need to switch. I also struggled with GXP when using it for the first time, but when you get used you start to like its advantages. 2011/5/15 Lennard de Rijk ljvder...@gmail.com On Sat, May 14, 2011 at

Re: GXP Questions

2011-05-14 Thread Michael MacFadden
Velocity: http://velocity.apache.org/ And FreeMaker: http://freemarker.sourceforge.net/ Are two popular ones for Java. Both have extensive documentation. ~Michael On May 14, 2011, at 8:01 PM, Lennard de Rijk wrote: On Sat, May 14, 2011 at 17:45, Michael MacFadden

Re: GXP Questions

2011-05-14 Thread Michael MacFadden
JSP is not really in the same class as GXP, Velocity or FreeMaker. All three of these were implemented to account for the shortcoming of JSPs. You would need to read into the documentation of these projects for a detailed discussion on the rationale behind this. I don't know that we need