Re: Working polymer example?

2016-09-09 Thread zakaria amine
Hi, 

you can try gwt-polymer-starter-kit: 
https://github.com/gwidgets/gwt-polymer-starter-kit

it's also available as a maven archetype: 
https://github.com/gwidgets/gwt-ui-archetypes

Le vendredi 9 septembre 2016 04:00:56 UTC+2, Transplant a écrit :
>
>
> I've left this alone in the hopes that it would mature with the 2.8 
> release, but I still cannot get a sample to run using the tutorial on the 
> gwtproject site. I have followed the instructions neurotically a couple of 
> times, but the only improvement from when I tried it in January is that now 
> a  element appears in the host page, but it has no styling 
> and does nothing.
>
> the webcomponents.js does load into the page but it throws these errors 
> into the browser console:
>
>
> 
>
>
> I am using maven 3.3.3 with GWT 2.8.0-rc2, polymer 
> with vaadin-gwt-polymer-elements 1.2.3.0.
>
> It seems clear that many people are working with it, but I cannot find the 
> proper incantation to get the sample project off the ground.
>
>
> I noticed that the gwt 2.8 webappcreator generates a pom using a different 
> GWT plugin than it used to. Could that be a factor?
> Any other ideas?
>
>
>
> On Wednesday, January 6, 2016 at 11:06:43 PM UTC-8, Transplant wrote:
>>
>>
>> Can anyone point me to a working example of Polymer and GWT? The tutorial 
>> on gwtproject.org does not compile with 2.7, and when you try it 
>> with 2.8 snapshot it gives you a page with an empty iframe in it. 
>>
>> Is anyone using it in a production application?
>>
>> Thanks in advance,
>>
>>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Working polymer example?

2016-09-08 Thread harshyadav
Did you try running this samples:

https://github.com/manolo/gwt-polymer-todo-list

OR

https://github.com/vaadin/gwt-polymer-elements/tree/master/demo


On Thursday, September 8, 2016 at 10:00:56 PM UTC-4, Transplant wrote:
>
>
> I've left this alone in the hopes that it would mature with the 2.8 
> release, but I still cannot get a sample to run using the tutorial on the 
> gwtproject site. I have followed the instructions neurotically a couple of 
> times, but the only improvement from when I tried it in January is that now 
> a  element appears in the host page, but it has no styling 
> and does nothing.
>
> the webcomponents.js does load into the page but it throws these errors 
> into the browser console:
>
>
> 
>
>
> I am using maven 3.3.3 with GWT 2.8.0-rc2, polymer 
> with vaadin-gwt-polymer-elements 1.2.3.0.
>
> It seems clear that many people are working with it, but I cannot find the 
> proper incantation to get the sample project off the ground.
>
>
> I noticed that the gwt 2.8 webappcreator generates a pom using a different 
> GWT plugin than it used to. Could that be a factor?
> Any other ideas?
>
>
>
> On Wednesday, January 6, 2016 at 11:06:43 PM UTC-8, Transplant wrote:
>>
>>
>> Can anyone point me to a working example of Polymer and GWT? The tutorial 
>> on gwtproject.org does not compile with 2.7, and when you try it 
>> with 2.8 snapshot it gives you a page with an empty iframe in it. 
>>
>> Is anyone using it in a production application?
>>
>> Thanks in advance,
>>
>>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Working polymer example?

2016-09-08 Thread Transplant

I've left this alone in the hopes that it would mature with the 2.8 
release, but I still cannot get a sample to run using the tutorial on the 
gwtproject site. I have followed the instructions neurotically a couple of 
times, but the only improvement from when I tried it in January is that now 
a  element appears in the host page, but it has no styling 
and does nothing.

the webcomponents.js does load into the page but it throws these errors 
into the browser console:




I am using maven 3.3.3 with GWT 2.8.0-rc2, polymer 
with vaadin-gwt-polymer-elements 1.2.3.0.

It seems clear that many people are working with it, but I cannot find the 
proper incantation to get the sample project off the ground.


I noticed that the gwt 2.8 webappcreator generates a pom using a different 
GWT plugin than it used to. Could that be a factor?
Any other ideas?



On Wednesday, January 6, 2016 at 11:06:43 PM UTC-8, Transplant wrote:
>
>
> Can anyone point me to a working example of Polymer and GWT? The tutorial 
> on gwtproject.org does not compile with 2.7, and when you try it 
> with 2.8 snapshot it gives you a page with an empty iframe in it. 
>
> Is anyone using it in a production application?
>
> Thanks in advance,
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Working polymer example?

2016-01-07 Thread vadim
You have probably missed something doing project set-up. Follow the 
tutorial carefully. Both examples (Widget and Element) on GWT site are 
working. I have done both of them around half a month ago. You just need to 
keep in mind that GWT version must be 2.8. I would suggest you to use 
2.8-beta1 instead of 2.8-snapshot, because it doesn't change, but this is 
not required. Vaadin GWT version is latest - 1.2.1.0.  Java should also be 
1.7+. With 1.8 superDev plugin has problem with "open browser" button, so 
you have to enter address manually. 

Empty iframe may be connected to wrong (or missing) path to bower 
components. Check your HTML file for this:





-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Working polymer example?

2016-01-07 Thread Transplant
Yes - using maven with JSInterop enabled in the POM (it doesn't compile 
without it).

On Wednesday, January 6, 2016 at 11:20:21 PM UTC-8, va...@ant.ee wrote:
>
> Do you use mojo Maven plug-in?  Have you enabled JSInterop like tutorial 
> said?
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Working polymer example?

2016-01-06 Thread vadim
Do you use mojo Maven plug-in?  Have you enabled JSInterop like tutorial 
said?

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Working polymer example?

2016-01-06 Thread Transplant

Can anyone point me to a working example of Polymer and GWT? The tutorial 
on gwtproject.org does not compile with 2.7, and when you try it 
with 2.8 snapshot it gives you a page with an empty iframe in it. 

Is anyone using it in a production application?

Thanks in advance,

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.