Thanks Falcon,

I have been waiting for GWT 2.1 to come out and the enhancements look
promising.  Unfortunately we can neither continue to wait nor use GWT
2.1 M2 for our product code.  So I was hoping to do something in the
mean time.

-Adam

On Aug 13, 4:32 pm, Falcon <[email protected]> wrote:
> It sounds like the Cell widgets (specifically CellTable in this case)
> would be perfect for you; unfortunately those are coming in 2.1
> (although I suppose you could grab 2.1 M2 and try that).
>
> Seehttp://stackoverflow.com/questions/2891803/how-to-use-gwt-2-1-data-pr...
> for some information.
>
> On Aug 13, 3:13 pm, Adam <[email protected]> wrote:
>
> > I have been looking over the ColumnDefinition code 
> > fromhttp://code.google.com/webtoolkit/articles/mvp-architecture-2.html
> > "MVP Architecture 2".  In particular the "render" method.  We have
> > considered using UiBinder in the render portions.  The concern some of
> > us have are the performance implications.  Consider an example where
> > we generate a table with 10 columns and 100 rows.  Just like in the
> > architecture each row is a model object.  The though is instead of
> > using inner html to render (probably the fastest way) we're
> > considering using a UiBinder.ui.xml view instantiated multiple times
> > (once per row). So based on my example above we'd have 100 model
> > objects, and UiBinder fragmets. The reason we've considered this
> > method is to remove html code generation in Java.
>
> > I was wondering what everyone thought about this or if they have
> > another idea?
>
> > -Adam

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.

Reply via email to