GWT

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

ittayd 24/01/2012 - 15:56

  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

 I would like to share with you interesting fact that i recently discover, the GWT guys in google and ROVIO team used GWT to port the famous game angry birds to the chrome version.

 

 

http://functionscopedev.wordpress.com/2011/05/11/google-chrome-store-and-angry-birds-gwt-webgl-canvas-and-95/

 

 

aviy 16/09/2011 - 08:12
GWT, gwt

The lastfuse i was interesting to develop Web Application for different devices (Mobile/Tablet/Desktop) using GWT.

 

The following issues arise when dealing with such task:

  1. Find a way to detect which device is running and show a different view accordingly.

  2. Test our application on the Dev machine without compile and upload them each time.

  3. Avoid rewriting the same code for each one of the devices.
     

    the result can be found in : http://fuseday.appspot.com (it has no real functionalty but you can see different view for mobile and desktop)

     

The soultion for these issues where as follow:

aviy 15/09/2011 - 21:52

 I would like to share with you an application written in GWT which is basiclly written in pure GWT no external libraries.

It was created by guys in google to show the use of CellWidgets and activities/places (browser history)

 

Demo: http://io2011.gwt-expenses-sample.appspot.com/Expenses.html

you can fin the code in http://code.google.com/p/google-web-toolkit/source/browse/branches/2.1/?r=8001#2.1%2Fbikeshed

 

Avi

 

 

 

 

aviy 07/09/2011 - 14:06
GWT

 

Hi All 

This GWT library is a porting of  JBox2D java library.

 



aviy 04/09/2011 - 11:15

Hi All

I have found this interesting video explain how to use this new gwt library playn for creating real games.

 

aviy 29/08/2011 - 16:38

When introducing GWT to HTML/Javascript  programmer one of the questions that arising, is OK all fine but i am working with a designer how knows HTML/CSS, he doesn't know GWT widgets.

 

So how can I translate the prototype given to me by a designer to a GWT component?

There is of curse UiBinder but let face it's not exactly classic HTML, so after searching the web I found an interesting article which relate to this problem : http://www.zackgrossbart.com/hackito/tags-first-gwt/

 

It describe a method which enbales you to convet any HTML page to a GWT component.

 

Avi

 

aviy 30/11/2010 - 11:37

This is a summary of the communication methods I’ve employed in an application at one of our clients recently, methods gathered from various other sites, blogs, etc.

 

I’ll start with some basic terminology -

zvika 29/11/2010 - 15:00
Syndicate content