|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
|
Message #267594
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
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.
|
|
Message #267598
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
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.
|
|
Message #267600
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
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.
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.
|
|
Message #267619
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
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.
|
|
Message #267624
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
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
|
|
Message #267642
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
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. - Check the GWT Incubator site, it has most of the widgets you mentioned: http://code.google.com/p/gwt-incubator
|
|
Message #267651
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
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 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.
|
|
Message #267655
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
GWT Maven
I don't understand why this release is not in GWT Maven Repo. Actually not even RC2 is there :(
|
|
Message #267671
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
Really nice that all code changes are picked up without restarting the proces
|
|
Message #267813
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
MVC Lacking
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.
|
|
Message #267815
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: MVC Lacking
Add to your list these BASIC GUI Components (availble in the Holy Grail GUI Framework Swing).
For your information:
ItsNat lists, tables and trees are based on Swing data and selection models.
Wicket tree component uses tree data model of Swing too.
WingS and Echo are heavily inspired in Swing.
|
|
Message #268044
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: GWT 1.5 Now Available
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.
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(November 2, Article)
SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options.
(September 28, Article)
Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team.
(September 22, Article)
Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
(July 14, Article)
Application development teams are increasingly turning to automation in order to improve their processes and produce higher quality software. In this webcast, Peter Varhol will describe how to use static and dynamic analysis to improve the software development process and deliver a quality application.
(July 7, Tech Talk)
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
(June 29, Article)
In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project.
(June 23, Tech Talk)
Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements.
(June 15, Tech Talk)
In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls.
(June 4, Tech Talk)
Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable.
(May 28, Tech Talk)
This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work.
(May 26, Tech Talk)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application.
(May 19, Article)
In this session Nati Shalom demonstrates how to take a standard Java EE web application and scale it out or down dynamically without changes to the application code. Seeing as most web applications are over-provisioned to meet infrequent peak loads, this is a dramatic change because it enables growing your application as needed, when needed, without paying for unutilized resources.
(May 19, Tech Talk)
Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|