Archive for the ‘Ajax’ Category

If you doubt GWT, check UIBinder

Tuesday, October 5th, 2010

If the GWT concept is nice, its use was frusterating : the code generated by the core framework was mostly composed of … Html Tables, which is just a headache to render properly. And most of all, what I did not appreciate with GWT was how people introduced it: “with GWT you don’t have to work with Html”. In my opinion, if your aim is not to deal with Html, then don’t work in web technologies. As a matter of fact, web is Html and Html5 is not Xml yet…

I talked about that with a friend of mine who is my GWT psychologist (thank you Nicolas!) . He told me to have a look to UIBinder, a framework integrated into the official GWT since 2.0.

What I find really exciting in that framework is the possibility to define exactly what you expect as rendering.

But UIBinder brings the real solution: add the component that you expect, add any Css styles you need and bind it to your data. That’s it! The View implementation is very easy and efficient: a template made in xml, a widget class that is bound to your different fields with annotation. You can have the benefit of the whole GWT Engine combined with the best use of the browser with Html and Css.

I hope the GWT Team will integrate that in their best practices, because for me it is the best way to work with the GWT client.

JQuery for mobile devices

Monday, August 16th, 2010

One of the hottest aspects of today’s software market is on mobile devices.
In the other hand, many many software discussions are currently around standards and the User Interface process, the hole question is : what is the most appropriate representation standard for today’s internet need?

  • Content Management Systems (CMS) versus Web Applications.
  • Rich Internet Applications done with technologies as Flex, GWT versus HTML5 oriented as Javascript frameworks.

JQuery is a serious actor, my favourite User Interface and/or Javascript framework.

This month, it comes with one very exciting news : JQuery has just announced they are about to bring jQuery to mobile devices.
http://jquerymobile.com/2010/08/announcing-the-jquery-mobile-project/ As they say in Mangas : To be continued…

What did Google for me today?

Sunday, March 30th, 2008

I’ve asked that question many days for few years now.

So here is one point:
Today i was asked to find out a quick way to know where in the earth is sunny on april for holiday!
So i put that question to one search engine you know and found one pretty nice map with that answer.

http://www.worldreviewer.com/world-weather/
A clever way to navigate in weather data with geographic location.

Of course, it uses GoogleMap tools, GWT…

You can also add your own experiences for places you went… Nice job guys.

Dojo 1.1 Released

Sunday, March 30th, 2008

Some of us were waiting for that for a long time.

But the result is really nice and it was worse it!

http://dojotoolkit.org/key-links

for once a really api documentation