java - Adding front-end frameworks to GWT -
i web development in java using wicket or php building ui using zurb foundation. though asked development using gwt. coming speed wondering if there way add in front-end framework foundation. found bootstrap implementation here , wondering if creating such wrapper way this.
there's @jsinterop in gwt 2.8.0 - should ease integration between native javascript frameworks , gwt. if want import widget library - should way.
also can access js-widget through jsni (but having lots of js code kills idea of using gwt if ask me)
another way - use existing gwt frameworks: sencha gxt, vaadin , maybe smartgwt check jquery~ish library gwt if selectors https://github.com/arcbees/gwtquery
Comments
Post a Comment