Re: GWT Tutorial, and then ? How to learn reald world GWT development

2011-10-03 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i'd say the best way to learn it is to do something with it. doesn't really matter what it is. you'll stumble over a lot of small random problems (i did) that are written down nowhere, but the answers are scattered everywhere. Am 04.10.2011 07:51, sch

Re: GWT Tutorial, and then ? How to learn reald world GWT development

2011-10-03 Thread Ashton Thomas
This may help from a higher level: http://ashtonthomas.posterous.com/building-a-gwt-framework -- 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/-/p

Re: GWT Tutorial, and then ? How to learn reald world GWT development

2011-10-03 Thread J.Ganesan
Please see http://code.google.com/hosting/. Go to GWT section. Pick recent projects. You will learn a lot about practical way of developing GWT Apps. J.Ganesan www.DataStoreGwt.com Persist Objects directly in App Engine. On Oct 2, 8:19 pm, "Brandon@MediciGroup" wrote: > Dude, this contained one

Re: GWT Tutorial, and then ? How to learn reald world GWT development

2011-10-02 Thread Brandon@MediciGroup
Dude, this contained one of the most enlightening things I've ever read on this issue; honestly, I hadn't quite realized until now that GWT isn't really it's own framework but rather more a framework to build custom frameworks with upon which you place your app; you build the middleware-framework,

Re: GWT Tutorial, and then ? How to learn reald world GWT development

2011-10-01 Thread Ashton Thomas
I wish Google would pay someone just to build sample apps (pick me, pick me!). The GWT community needs someone like Ryan Bates: http://railscasts.com/ Yeah, rails is a whole framework when GWT is nothing like that but samples that explain different things would help. The best thing about GWT se

Re: GWT Tutorial, and then ? How to learn reald world GWT development

2011-10-01 Thread Brandon@MediciGroup
I am struggling with EXACTLY the same sort of issue. The GWT dox are great, when viewed as separate small islands. The problem is they don't consistently interconnect with each other so they don't give you a solid "view" of what a well-architected GWT app looks like and how to build one from start

GWT Tutorial, and then ? How to learn reald world GWT development

2011-09-30 Thread Gervais.b
Hi everyone, I want to learn how to use GWT for professionnal apps. So, I have followed the tutorial[1] and Googled a lot until found some interesting resources. Especially the presentation from ray Ryan at Google IO 09 "Google Web Toolkit Architecture: Best Practices For Architecting Your GWT App