Hi there, I am using GWT 2.3 for an application which displays user profiles. There are two sort of views, one view when user is viewing own profile and one view when user is viewing other user's profile. I currently use GWT-RPC and UiBinder but since it is declarative I endup having holders in the uibinder files and then programmatically add widgets according to some conditions. So there is a lot of boilerplate code, which I am trying to cleanup/remove.
I started refactoring it using Editors to map my entities to views (later on I will also replace GWT-RPC with RequestFactory for CRUD operations). However, using Editors I lose the ability to control what is added to the view and what not.. What are your thoughts on the matter? Fellow GWTers how have you tackled similar problems? Many thanks, G -- 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/-/RUc5SExqTVl6NlFK. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
