I think all depends on the kind of applications you are writing. I've 
successfully tried with JSF and Java Script frameworks for simpler things, 
but for the most elaborated designs I allways get back to GWT after a lot 
of rearch on other alternatives.

HTML 5 has has many of the GWT features in a simpler way, but GWT gives you 
the integration and support for bigger projects. A disadvantage of GWT may 
be that it needs all of the code before compiling, but there are 
also design patterns that allow to implement dynamic stuff.

 If you don't like the Google way you can count on 

* Scala+GWT ( http://scalagwt.github.com/ ) if you want another language
* Tessell (http://www.tessell.org/) for MVP and other
* Errai ( https://www.jboss.org/errai ), if you like a very easy, poweful 
and JEE integrated enviroment

and on code.google.com you can find

* GIN and GUICE for the same above but tho Google way
* m-gwt, excellent tool for mobile
* gwt-platform (MVP, Support for search crawling)
* guit (MVP and a lot of stuff yo simplfy your work)
and a lot more.

These are my tips, but as always, it's all up to you.

El martes, 21 de agosto de 2012 21:23:53 UTC-5, rajar escribió:
>
>
> On Wednesday, June 27, 2012 1:39:07 PM UTC-7, Rajeev Dayal wrote:
>>
>> Hey all,
>>
>> We're excited to announce the GWT 2.5 Release Candidate! Read about it on 
>> the GWT Blog <http://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html>, 
>> and download it here <http://developers.google.com/web-toolkit/download> 
>> (bottom 
>> of the page). The RC has been uploaded to Maven Central with the version 
>> string of 2.5.0-rc1.
>>
>> Please give it a try and let us know your feedback! Also, many thanks to 
>> all of you for your contributions. Without your help, we wouldn't have had 
>> a GWT 2.5 release at all!
>>
>>
>> -Rajeev, on behalf of the GWT team
>>  
>>
>  
>  
> More of a question than reply. What is the future of GWT after 2.5 ? We 
> are using GWT and wanted to decide whether to change all our GWT modules 
> to javascript .
>  
> Thanks. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/A7HlmcTqEBMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to