Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT+UIBinder+Gin+Guice+JDO+GAE example

I'm trying to link all this technologies, but there are many isolated examples and I do not have enough experience to link them together

so my questions: Whether there is a similar example? Is it possible to use UIBinder with Gin? Any recommendations to implement it?

like image 238
ziftech Avatar asked Feb 02 '10 13:02

ziftech


3 Answers

The GWT blueprint that we use and works great for us. http://sonymathew.blogspot.com/2010/01/gwt-jee-blueprint.html

like image 137
Sony Mathew Avatar answered Oct 19 '22 00:10

Sony Mathew


My own project is in an early phase, but it has all these technologies. You may want to take a look: http://code.google.com/p/puzzlebazar/

like image 28
Philippe Beaudoin Avatar answered Oct 19 '22 02:10

Philippe Beaudoin


Unfortunately, I don't know of such tutorials (a possible solution would be to get a book on GWT, but I don't know if there are any that deal with GWT 2.0 and Gin) - I'm afraid it's up to you to patch the knowledge from them together, that's what everyone has to do, right? ;) If you have some specific problems feel free to post a question about it, then we could help.
As for the UiBinder + Gin issue - I'm using both technologies and it's a breeze, but that's mainly because I'm also following the MVP (Model View Presenter) architecture/model - that way the view doesn't really has any dependencies and the Presenter does all the work. More on that here: http://code.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html

like image 20
Igor Klimer Avatar answered Oct 19 '22 02:10

Igor Klimer