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?