문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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

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/

Here is a nice tutorial. The app is very simple but demonstrates all the basics you need. http://reminiscential.wordpress.com/2010/03/01/building-a-gaegwt-application-using-the-best-practices-index/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top