-
GWT 1.5 Now Available (17 messages)
- Posted by: Peter Varhol
- Posted on: August 29 2008 08:13 EDT
The GWT team is proud to announce that GWT 1.5 is now officially released! GWT Home: http://code.google.com/webtoolkit/ Download: http://code.google.com/webtoolkit/download.html Announcement: http://googlewebtoolkit.blogspot.com/2008/08/gwt-15-now-available.html Developer's Guide: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5 This has been a big development cycle, and we're really excited about the advancements in GWT over the last year. As always, we're eager to hear your feedback once you've tried this new version. GWT 1.5 would not have been possible without the immense contributions of code and ideas from the GWT open source community. Thank you, thank you, thank you. Cheers, The GWT TeamThreaded Messages (17)
- Re: GWT 1.5 Now Available by Thai Dang Vu on August 29 2008 10:11 EDT
- Re: GWT 1.5 Now Available by David McCoy on August 29 2008 11:10 EDT
- Re: GWT 1.5 Now Available by Pavel Tavoda on August 30 2008 07:08 EDT
-
Re: GWT 1.5 Now Available by Michael Klaene on August 30 2008 09:01 EDT
- Re: GWT 1.5 Now Available by Michael Klaene on August 30 2008 09:02 EDT
- SmartGWT by marco manno on August 31 2008 09:43 EDT
-
Re: GWT 1.5 Now Available by Michael Klaene on August 30 2008 09:01 EDT
- Re: GWT 1.5 Now Available by Miguel Ping on August 30 2008 09:58 EDT
- Re: GWT 1.5 Now Available by David McCoy on August 30 2008 10:35 EDT
- MVC Lacking by Jon Kofal on September 02 2008 05:39 EDT
- Re: MVC Lacking by Jose Maria Arranz on September 02 2008 06:53 EDT
- Re: GWT 1.5 Now Available by Alex Kalinovsky on August 29 2008 11:05 EDT
- Re: GWT 1.5 Now Available by Andrew Clifford on August 29 2008 21:47 EDT
- Re: GWT 1.5 Now Available by Michael McCutcheon on August 29 2008 23:20 EDT
- Re: GWT 1.5 Now Available by Jose Maria Arranz on August 30 2008 10:12 EDT
- GWT Maven by Michal Halasa on August 31 2008 07:19 EDT
- Re: GWT 1.5 Now Available by Dennis Bekkering on September 01 2008 05:53 EDT
- Re: GWT 1.5 Now Available by Serge Boulay on September 05 2008 21:54 EDT
-
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Thai Dang Vu
- Posted on: August 29 2008 10:11 EDT
- in response to Peter Varhol
Congratulations to the GWT team and community. I've just looked at the component showcase and would like to post some humble opinions (maybe there are some components that I missed): - no calendar component? - when I expand all the nodes in the tree on the left and go to the nodes at the bottom, I cannot see what is happening on the right due to my low resolution screen. - no tree table component? - no data table scroller? I know that many of you, who are GWT experts, will say that it is easy to implement that, but, in my opinion, it'll be easier if that component is already there, right? :) - no scrollable data table? I know that many of you .... is already there, right? :) - no drag drop support? - I can make a vertical menu, right? - no progress bar? - it would be nice if the file upload component had a progress bar - no tool tip? - ability to access Google maps? Congratulations again and thank you for an excellent toolkit. -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: David McCoy
- Posted on: August 29 2008 11:10 EDT
- in response to Thai Dang Vu
Congratulations to the GWT team and community. I've just looked at the component showcase and would like to post some humble opinions (maybe there are some components that I missed):
There are existing solutions for just about everything you listed. Heck, the main GWT website has a link to drag and drop support. A google search would find pratically everything you've listed available as 3rd party controls.
- no calendar component?
- when I expand all the nodes in the tree on the left and go to the nodes at the bottom, I cannot see what is happening on the right due to my low resolution screen.
- no tree table component?
- no data table scroller? I know that many of you, who are GWT experts, will say that it is easy to implement that, but, in my opinion, it'll be easier if that component is already there, right? :)
- no scrollable data table? I know that many of you .... is already there, right? :)
- no drag drop support?
- I can make a vertical menu, right?
- no progress bar?
- it would be nice if the file upload component had a progress bar
- no tool tip?
- ability to access Google maps?
Congratulations again and thank you for an excellent toolkit. -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Pavel Tavoda
- Posted on: August 30 2008 07:08 EDT
- in response to Thai Dang Vu
Try GWT EXT librarary. I don't know how it works with latest GWT release but it works well with previous. http://code.google.com/p/gwt-ext/ http://www.gwt-ext.com/demo/ Are you still missing something? Pavel -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Michael Klaene
- Posted on: August 30 2008 21:01 EDT
- in response to Pavel Tavoda
Try GWT EXT librarary. I don't know how it works with latest GWT release but it works well with previous.
From there site: "Ext is not bundled with GWT-Ext. Ext 2.0.2 has several licensing options available to fit a variety of needs. LGPL 3.0 is one of them. The license can be found in the Ext 2.0.2 distributable or here." So, if I understand correctly, in order to remain LGPL, they are forced to stick with EXT pre 2.1. If that is the case, is there going to be some attempt to maintain and build upon this version of the EXT library? If not, that seems to be a big problem. Seems like EXT put them (and many others) in a bad spot.
http://code.google.com/p/gwt-ext/
http://www.gwt-ext.com/demo/
Are you still missing something?
Pavel -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Michael Klaene
- Posted on: August 30 2008 21:02 EDT
- in response to Michael Klaene
From their site, I should say :) -
SmartGWT[ Go to top ]
- Posted by: marco manno
- Posted on: August 31 2008 09:43 EDT
- in response to Pavel Tavoda
Sanjiv Jivan, the original author of GWT-Ext is now working on SmartGWT: http://www.jroller.com/sjivan/entry/smartgwt_gwt_api_s_for http://www.isomorphic.dreamhosters.com/?p=51 -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Miguel Ping
- Posted on: August 30 2008 09:58 EDT
- in response to Thai Dang Vu
Congratulations to the GWT team and community. I've just looked at the component showcase and would like to post some humble opinions (maybe there are some components that I missed):
- Check the GWT Incubator site, it has most of the widgets you mentioned: http://code.google.com/p/gwt-incubator
- no calendar component?
- when I expand all the nodes in the tree on the left and go to the nodes at the bottom, I cannot see what is happening on the right due to my low resolution screen.
- no tree table component?
- no data table scroller? I know that many of you, who are GWT experts, will say that it is easy to implement that, but, in my opinion, it'll be easier if that component is already there, right? :)
- no scrollable data table? I know that many of you .... is already there, right? :)
- no drag drop support?
- I can make a vertical menu, right?
- no progress bar?
- it would be nice if the file upload component had a progress bar
- no tool tip?
- ability to access Google maps?
Congratulations again and thank you for an excellent toolkit. -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: David McCoy
- Posted on: August 30 2008 10:35 EDT
- in response to Miguel Ping
Here is the URL -GWT IncubatorGoogle maps?
Congratulations again and thank you for an excellent toolkit.
- Check the GWT Incubator site, it has most of the widgets you mentioned: http://code.google.com/p/gwt-incubator -
MVC Lacking[ Go to top ]
- Posted by: Jon Kofal
- Posted on: September 02 2008 05:39 EDT
- in response to Thai Dang Vu
Add to your list these BASIC GUI Components (availble in the Holy Grail GUI Framework Swing): - TableModel Interface + Default Implementation + Events & Support - TreeModel Interface + Default Implementation + Events & Support - TreeNode Interface + Default Implementation Anything else is just a hack. These should be in the GWT library, not some Incubator or thirdparty. Our method here: 1. Create a class that implements the Swing Interface. 2. Extract our GWT interface from this class. 3. Rename Interface from class in step 1 to our GWT interface. -
Re: MVC Lacking[ Go to top ]
- Posted by: Jose Maria Arranz
- Posted on: September 02 2008 06:53 EDT
- in response to Jon Kofal
-
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Alex Kalinovsky
- Posted on: August 29 2008 11:05 EDT
- in response to Peter Varhol
Congrats to GWT team and everyone who contributed to this excellent toolkit. We have been using it for the last 6 months and everyone loves it. It speeds up the UI development dramatically and makes building JavaScript-heavy clients a reality. Very, very nice work. The biggest drawback IMHO for GWT right now is the unimpressive set of widgets. It's gotten better in 1.5 but still it's clearly lagging behind the likes of ExtJS, jQuery and YUI. For our project we've actually selected GXT and were able to build a really cool UI that the end users are ecstatic about. Hopefully, GWT will get there and of course it's up to us as community to help build those widgets. Another issue we've ran into are modular applications. GWT compiles everything into one giant JavaScript file that has to load entirely before the first line runs. It would have been nice to have some kind of a shared library concept that would be loaded once and reused between GWT modules. But the technology is awesome and definitely a big step forward. Once again, great job and congratulations. -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Andrew Clifford
- Posted on: August 29 2008 21:47 EDT
- in response to Peter Varhol
Great stuff. Eat it up. My take is that with the 1.5 foundation solid now is the time when component libraries will take off. gwt-incubator looks raw but promising. I had started with gwt-ext but factored it out after the licensing change. I couldn't ever see going back to Struts/JSF/"Fat-server" frameworks. REST-ful services are so much more versatile. -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Michael McCutcheon
- Posted on: August 29 2008 23:20 EDT
- in response to Peter Varhol
Congrats! This framework looks like it could be a real force in the Java world. I am a bit concerned about the lack of robust controls out of the box though. Seems kind of incomplete with out calendar, pageable data views, etc. However, I think this framework has a bright future. I look forward to not having to deal with JSF. -Mike -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Jose Maria Arranz
- Posted on: August 30 2008 10:12 EDT
- in response to Peter Varhol
Umm DOM Packages seems inspired in ItsNat Very interesting :) -
GWT Maven[ Go to top ]
- Posted by: Michal Halasa
- Posted on: August 31 2008 07:19 EDT
- in response to Peter Varhol
I don't understand why this release is not in GWT Maven Repo. Actually not even RC2 is there :( -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Dennis Bekkering
- Posted on: September 01 2008 05:53 EDT
- in response to Peter Varhol
Really nice that all code changes are picked up without restarting the proces -
Re: GWT 1.5 Now Available[ Go to top ]
- Posted by: Serge Boulay
- Posted on: September 05 2008 21:54 EDT
- in response to Peter Varhol
Congrats to the GWT team. I've tried out Flex and GWT .. I like GWT more. It represents a huge leap forward in rich web application development. If your thinking about RIA/RWA platform you need to take a look at GWT 1.5. I'm hoping the components in the incubator make it into the next version of GWT.