GWT Polymer

217 views
Skip to first unread message

Manuel Carrasco Moñino

unread,
Apr 21, 2017, 3:10:06 PM4/21/17
to Google-Web-Toolkit
Hi all,

From today, Vaadin has transferred the ownership of the gwt-polymer-elements and gwt-api-generator libraries to me.


Vaadin decision is based on encouraging communities to maintain polymer bridges for their favourites frameworks, hence Vaadin can focus their efforts on delivering high quality UI elements made in Polymer. It also happened recently with the Angular2Polymer bridge.

I will design a roadmap for the next months.

I'm looking for contributors so let me know who is interested on any matter: coding, testing, reporting, answering, etc, and I will grant access to the repos.

Thanks
- Manolo

harshyadav

unread,
Apr 21, 2017, 6:43:29 PM4/21/17
to GWT Users
Thanks a lot Manuel.

We use gwt polymer elements heavily and look forward for its future development.
I would be happy to contribute in the best of my abilities: mainly testing and reporting.

Regards,
Harsh Yadav

Francesco Izzi

unread,
Apr 22, 2017, 4:48:08 AM4/22/17
to GWT Users
Ciao Manuel

I would be happy to contribute in testing and reporting.

Thanks
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
--
Francesco Izzi
CNR - IMAA
geoSDI
Direzione Tecnologie e Sviluppo

C.da S. Loja
85050  Tito Scalo - POTENZA (PZ)
Italia

phone: +39 0971427310
fax:       +39 0971 427271
mob:     +39 3666373172
mail:     frances...@geosdi.org
skype:  neofx8080

web:     http://www.geosdi.org

Nándor Előd Fekete

unread,
Apr 22, 2017, 9:43:39 AM4/22/17
to GWT Users
Hello Manuel,

wasn't Vaadin going into the direction of migrating it's client side components to web components in the Vaadin Framework itself? If not, can you shed some light on the motivation behind the decision?

Thanks!

Manuel Carrasco Moñino

unread,
Apr 22, 2017, 12:01:02 PM4/22/17
to Google-Web-Toolkit
Thank Harsh,

add a comment to this issue  https://github.com/manolo/gwt-polymer-elements/issues/151, so as I know your github account and will add as a contributor

- Manolo

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsub...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.

Manuel Carrasco Moñino

unread,
Apr 22, 2017, 12:01:57 PM4/22/17
to Google-Web-Toolkit
Francesco,  add a comment to this issue https://github.com/manolo/gwt-polymer-elements/issues/151 

Thank you
- Manolo

On Sat, Apr 22, 2017 at 10:47 AM, Francesco Izzi <frances...@geosdi.org> wrote:
Ciao Manuel

I would be happy to contribute in testing and reporting.

Thanks
Il giorno sab 22 apr 2017 alle 00:43 harshyadav <harsh...@gmail.com> ha scritto:
Thanks a lot Manuel.

We use gwt polymer elements heavily and look forward for its future development.
I would be happy to contribute in the best of my abilities: mainly testing and reporting.

Regards,
Harsh Yadav

On Friday, April 21, 2017 at 3:10:06 PM UTC-4, Manuel Carrasco wrote:
Hi all,

From today, Vaadin has transferred the ownership of the gwt-polymer-elements and gwt-api-generator libraries to me.


Vaadin decision is based on encouraging communities to maintain polymer bridges for their favourites frameworks, hence Vaadin can focus their efforts on delivering high quality UI elements made in Polymer. It also happened recently with the Angular2Polymer bridge.

I will design a roadmap for the next months.

I'm looking for contributors so let me know who is interested on any matter: coding, testing, reporting, answering, etc, and I will grant access to the repos.

Thanks
- Manolo

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsub...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
--
Francesco Izzi
CNR - IMAA
geoSDI
Direzione Tecnologie e Sviluppo

C.da S. Loja
85050  Tito Scalo - POTENZA (PZ)
Italia

phone: +39 0971427310
fax:       +39 0971 427271
mob:     +39 3666373172
mail:     frances...@geosdi.org
skype:  neofx8080

web:     http://www.geosdi.org

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsub...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.

Manuel Carrasco Moñino

unread,
Apr 22, 2017, 12:28:26 PM4/22/17
to Google-Web-Toolkit
You are right Nándor, Vaadin is going to replace our current widgetset by polymer based elements.

One of the ways we explored in our labs is to wrap every single polymer element with a GWT Widget or Element, and this is the reason we published the gwt-polymer-elements. Additionally we explored other ways such as direct usage of webcomponents directly from the Vaadin server side. And even we explored in our labs how to use polymer in other platforms like Angular, etc.

As I mentioned in my first email Vaadin main motivation on doing that is leaving framework communities lead their integration with polymer, and Vaadin Elements UI Team to focus on delivering polymer Components.

So the strategy of Vaadin is that our widgetset uses standards so as it can be used in any platform including our Vaadin Framework. It is not happening currently because our framework widgetset is only usable from vaadin, even it cannot be used from GWT.

Said that, this does not mean that Vaadin is abandoning GWT, we just want to use webcomponents standards for the UI part of the Vaadin Framework, so as it can be used at the same time in any framework and we can obtain more feedback to improve them. Obviously, since Vaadin is an open-source Company, our polymer elements are Apache licensed.

Additionally, Vaadin indirectly support gwt-polymer-elements since we can still use our Company time  aka 'Community Friday' to collaborate with the project. But Vaadin thinks that it should be owned by the GWT community, because they are the best to contribute with ideas and to feature it.

Thank you
- Manolo 



--

David

unread,
Apr 24, 2017, 9:27:17 AM4/24/17
to GWT Users
I noticed Vaadin TouchKit is a Apache licensed open source project. If I want to develop a mobile application, should I use TouchKit or Vaadin GWT polymer elements? I do appreciate your feedback about how to develop mobile application using Vaadin technology.

David
To post to this group, send email to google-we...@googlegroups.com.

Manuel Carrasco Moñino

unread,
Apr 24, 2017, 10:02:53 AM4/24/17
to Google-Web-Toolkit
On Mon, Apr 24, 2017 at 3:27 PM, David <leeo...@gmail.com> wrote:
I noticed Vaadin TouchKit is a Apache licensed open source project. If I want to develop a mobile application, should I use TouchKit or Vaadin GWT polymer elements? I do appreciate your feedback about how to develop mobile application using Vaadin technology.

Right now you need TouchKit in Vaadin 8.0, until polymer is stable in a new version of Vaadin. Keep tuned.

- Manolo
 

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-we...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsub...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages