gwt

First, a small update:

Those who read my last post, here, know that I was planning to use MVP with gwt-dispatch.

Well, at the time, GWTP seemed like an overhead and it included a fork of gwt-dispatch anyway so I thought MVP with gwt-dispatch would be lightweight and straight forward.

 

sefi 03/01/2012 - 18:46

It appears that many people, including decision makers, are not fully aware of important GWT abilities and limitations. Many features in recent releases of GWT and related projects can be real game changers for the developers and for the end users. Here I am going to address common misconceptions and provide solutions to common issues.

 

"GWT does not support browser history (back button, bookmarkable URLs)"

gabi 10/07/2011 - 08:13

This question came to my mind when I saw (finally after couple of days waiting for my Wave account to be ready) the new Google Wave web 2.0 application which is written using GWT technology. I have to say that I'm impressed. I haven't got the chance to fully estimate functionality, but it's definitely a sexy RIA application. Will it give us the missing piece we have always looked for and finally we can say that GWT has a real father (Google)?

arik 22/11/2009 - 10:02

for those, who thought that Google doesn't serious enough related to GWT, and others. 

Google Wave, the hottest thing in the web today, written by GWT !. 

seems to be cool. write your first legal robot. 

yuri 11/06/2009 - 17:40

Hello again,

 

This time I want to talk about localization (a.k.a. i18n).

As Flex developers, as I assume you already know, all you have to do is create a *.properties file (say Messages.properties) and in it define keys with localized values, like:

columnHeaderName=Name

 

Then, in the main application mxml, you would define the resource bundles:

	<mx:Metadata>
		[ResourceBundle("Messages")]
	</mx:Metadata>

 

And basically you're done. All you need to do to use it, is use the ResourceManager class to access the localized value of the key.

Simple stuff, right?

 

Not so with GWT...

sefi 29/01/2012 - 18:51

A good list of pros and cons about GWT. Well thought of

ittayd 24/01/2012 - 15:56

Recently, I had to create a custom component that does live filtering on data presented in a grid.

 

If you are reading this series, you probably know how this can be done in Flex. If you don't, a quick google search will probably point you in the right direction. Enough to say that in envolves a custom component to get the search criteria and a filter function on the grid's dataProvider ArrayCollection.

 

I was surprised this is relatively straight forward in GWT (using uiBinder and GXT 3.0)

sefi 15/01/2012 - 21:51

  I would like to share with you a personal project that i have been working on in the last three months. 

 

This project was done after reading and about PlayN and seeing this video : http://www.google.com/events/io/2011/sessions/kick-ass-game-programming-....

 

I wanted to do a small game for Android using PlayN.

 

I have determine that since this kind of my "Hello World game" ,I set the following objectives for sucess:

 

1. Include real physics engine. 

aviy 02/01/2012 - 12:54

Well, I have done a lot of reading this week.

I also feel like some of the dust has cleared from my Java muscles and bones.

 

sefi 11/12/2011 - 09:58

 I am a Flex developer. Have been for the better part of the last 4 years.

 

Originally I was a Java server side developer. 

sefi 06/12/2011 - 18:43
Syndicate content