GWT 2.0 Tutorial

2009-11-02 Thread eggsy84
Hi all, After downloading GWT 2.0 RC2 I thought I'd compile a couple of tutorials on using GWT 2.0. So far I have done project creation and declarative interfaces. I'd appreciate any comments people may want to share: http://eggsylife.co.uk/category/gwt/ Many thanks, eggsy

Re: GWT 2.0 Tutorial

2009-11-02 Thread mariyan nenchev
Hi, i didn't have the time to look at this new gwt 2.0. What are the advantages using it? I saw your tutorial, create, keep going. But can you tell me what is the advantage using this uibinding? I the only one is that we can create custom gwt widgets that can be used any where in html pages like

Re: GWT 2.0 Tutorial

2009-11-02 Thread eggsy84
Hi there, I think one of the major advantages are that it can vastly increase development time. If you have had to work on large projects you can find it might take a lot longer to code a view. Previous developers that have used JSP's/ Spring MVC/Struts frameworks have all seemed to say that

Re: GWT 2.0 Tutorial

2009-11-02 Thread mariyan nenchev
Hi, yes thanks. By JSP's/Spring MVC/Struts frameworks you mean integrating gwt with them? So one application is made of many pages(entrypoints). I do not know how much this slows development, up to now all my projects use single host page and the view is entirely writen on gwt(but my exp

Re: GWT 2.0 Tutorial

2009-11-02 Thread eggsy84
Hi there, No I meant traditional web applications which tended to use JSP's with various other frameworks such as Spring or Struts. The frameworks would usually be without Ajax requests so new request new URL and if Ajax was to be introduced they would be with a Javascript framework such as