Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-10 Thread java4africa
+1 I stuck my neck out for GWT - I think it's a great concept. But without any news, plans, or long term commitment, I think it's pretty risky to throw man-months of development behind it. There are other options for web development where I have more control over what will be available in 3+

Re: GWT Slider

2011-10-08 Thread java4africa
I have not tried this but it looks interesting http://www.zackgrossbart.com/hackito/gwt-slider/ I had a look at the incubator project but it had some problems with firefox. The are a lot of open issues on this project - not sure if that a reflection on the complexities of a slider or the project

Re: Model-View-Presenter Architecture Diagram (w/ and w/o UIBinder)

2010-01-17 Thread java4africa
Are you sure this is the correct link? On Jan 15, 8:03 pm, Niel niele...@gmail.com wrote: I took a stab at putting together some MVP architecture diagrams.  One diagram is pure MVP and the other is MVP + UIBinder.  I figured it may be helpful to others, however please note that that it may

Re: ryan best prastice gwt

2009-10-29 Thread java4africa
I think Ryan is pretty busy with the 2.0 release, but there is a pretty good framework that implements most of what Ryan mentions. See gwt-presenter: http://code.google.com/p/gwt-presenter/ On Oct 28, 11:01 am, asianCoolz second.co...@gmail.com wrote: may i know when will the sample will be

Re: How a GWT module can be loaded dynamically?

2009-09-18 Thread java4africa
Have a look at how google loads some of the JS libraries. I'm guessing that you want something similar... http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted Cheers, On Sep 17, 6:32 pm, bgoetzmann bertrand.goetzm...@gmail.com wrote: Hello, I'm developing a GWT 1.6

Re: Use an Event Bus - Ray

2009-08-19 Thread java4africa
Here is another application based on gwt-presenter. It's an IMAP email client. http://svn.apache.org/repos/asf/labs/hupa/src/main/java/org/apache/hupa/ On Aug 18, 11:33 pm, brendan brendanpdohe...@gmail.com wrote: I'm just testing out gwt-presenter to achive what you want.  You may also be