Re: Editor Framework Questions
There are two driver types
- SimpleBeanEditorDriver to work with simple bean-like objects
- RequestFactoryEditorDriver integrated with RequestFactory and
RequestContext objects
The pros are best described in the goals:
http://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.html#Goals
The cons are, from my perspective, as with any generic framework: a
generic algorithm theoretically should be a bit slower than if you
hand-code your bindings between UI controls and backing data objects.
However, I haven't seen any performance problems since I started using
RequestFactoryEditorDriver: it works great.
On Dec 25, 2:45 pm, Matthew Hill <matt2...@gmail.com> wrote:
> Hi; thanks for your answer!
>
> I'm beginning to understand it better now. A few more questions though...:
>
> - Is it best used with RequestFactory?
> - What are the pros and cons?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home