Hi Alessandro,

IMHO, I wouldn't dare the (wasted) time in redoing the views using UIBinder. If 
your views are working beautifully 
right now, then why would you spend more time on them? If you have followed the 
best-practices, your views are 
likely to be "silly" (bunch of set and get methods). Rather, I would spend time 
in implementing cool stuff as client 
cache (if it can be done in your app), using the command pattern (if you don't 
already), improve client experience 
(I'd suggest Speed Tracer) with GWT.runAsync() calls, and more. GWT 2.0 is a 
new whole world and you can get 
some real fun in discovering it :)

Last, definitely testing as much as you can your application. That would make 
an application beautiful  ;) 


Cheers,
  Mirco

On Jan 26, 2010, at 10:55 AM, ale wrote:

> Hello, I'm lookin for an advice.
> I developed an application with GWT 1.7 and I have developed without
> looking the style; now I finished all the function and I want to make
> it beautiful. I recompile all with GWT 2.0 and works well,
> in your opinion is worth redo all the pages using the UIBinder?
> 
> What are the benefits?
> The alternative is to edit (create) only CSS.
> 
> Thanks, greetings
> Alessandro
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to