Sunday, June 21, 2015

Cell Widgets in GWT 3.0

Given the upcoming changes in GWT 3.0 and in particular the gwt.user package being removed; I have a query regarding future of Cell Widgets.

This is a powerful widget set unique to GWT and it seems there is nothing else out there quite like it (perhaps Vaadin and Sencha are the exception, although I believe they extend/composite the core cell library anyway).

I believe this is one gwt.user component worth salvaging as a drop-in replacement (where possible) for us migrating our apps to GWT 3.0 in the future. I say this because other widgets are somewhat trivial compared to the Cell Widgets that are easily replaced by either plain old HTML or for the more exotic, Web Components or your favourite UI library (jQuery UI, Bootstrap etc).

I would be curious to understand how this is would be done. Would be perhaps scaffold our tables in HTML, append relevant data-cell-table attributes and transform the DOM using Elemental?

Is this a valid assertion or are porting the Cell Widgets not the way to go? Please discuss

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment