Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 614 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 614 Bytes

UPDATE: Chris posted the code for the examples in his talk, so you can just head over there: https://github.com/cdigiano/polymergwt

polymer-gwt-experiments

This is a minimal sample gwt app that uses polymer.

I'm not exaggerating when I say that it's simple, it's literally just displaying a button with an icon and nothing else (no databinding or other fancy stuff).

My plan is to use this as a starting point for exploring gwt with polymer.

build

  • you need to cd to war and run bower update

  • edit the build.xml and include the proper path to your gwt build (I built trunk yesterday)

  • ant build