GWT frameworks?

2011-07-25 Thread flyingb...@gmail.com
Is there no more new big frameworks for gwt? Only ones from this three choices? Smart GWT, GXT, and Vaaldin? I like gxt the best when I tried it before because of speed and widget options. Smart GWT was slow for me I not sure if they improved that. Is there better frameworks now for gwt?

Re: GWT frameworks?

2011-07-25 Thread joe kolba
depends on what you are going to be using your application for... If it's something within a company and possibly served from a local server I highly recommend smartgwt. Something that is going to get a lot of traffic and needs to be fast and responsive i would just stick with original GWT with

Re: GWT frameworks?

2011-07-25 Thread Jeff Larsen
I looked into SmartGwt, and I'll just say it wasn't for me. -- 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/-/Wa0pSdu3S5AJ. To post to this group,

Re: GWT frameworks?

2011-07-25 Thread Giuseppe La Scaleia
Give a look to gxt. It's a powerfull gwt library with rich components 2011/7/25 Jeff Larsen larse...@gmail.com I looked into SmartGwt, and I'll just say it wasn't for me. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: GWT frameworks?

2011-07-25 Thread gwt.user
Like Joe said it depends. If you are looking for plug-ins free widgets GXT is the best imho. But i will put gwt4air in that list. At my company we are developing mostly Flex applications. gwt4air saved us for having to deal with ActionScript :) -- You received this message because you are

Re: GWT frameworks?

2011-07-25 Thread joe kolba
I would be careful when calling them frameworks. They are more collections of custom widgets. For frameworks any of them libraries can use different frameworks. On Mon, Jul 25, 2011 at 2:26 PM, gwt.user gwt.u...@yahoo.fr wrote: Like Joe said it depends. If you are looking for plug-ins free

Re: GWT frameworks?

2011-07-25 Thread Russ
personally, for mvp style apps, I have been using GWTP and loving it. On Mon, Jul 25, 2011 at 2:31 PM, joe kolba joekolb...@gmail.com wrote: I would be careful when calling them frameworks. They are more collections of custom widgets. For frameworks any of them libraries can use different

Re: GWT frameworks?

2011-07-25 Thread Tomasz Gawel
still nobody mentioned gwt-query - which btw is truely a framework. while i dont like it's jquery-like naming convention - i stay impressed with the code itself, especially selector engine ;). as to gxt and smart gwt - it was not sth i was looking for so i abandoned using it. gwt itself is a

Re: Several GWT frameworks in one Project

2009-07-28 Thread Carl Pritchett
From the release notes: GWT-Ext 2.0.6 fully supports GWT 1.5.3 EXT-GWT (GXT) version 1.2.4 supports GWT 1.5.3 (note GXT2.0 supports GWT 1.6 and GXT2.0.1 supports GWT 1.7) So you could use GXT 1.2.4 and GWT-EXT 2.0.6 together and while the widgets may look similar they may not be easy to use

Several GWT frameworks in one Project

2009-07-27 Thread sallaboy
Hi, When I programming the GWT sometimes I need to merge frameworks. I see it difficult because each framework suports a different version for GWT for example, GWT-EXT uses GWT1.4 and EXT-GWT uses 1.6 (or 1.5). How can I use both frameworks in one project ? Thanks in advance, Dimitry Haritonov