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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -