Hints on migrating GWT to AngularJS -
with end of development plugin, fun has gone out of gwt development. every small change triggers endless recompilation , i'm still debugging half java half javascript in browser.
i'm thinking migrating angularjs. hints on how approach this?
should first switch rpc servlets webservices returning json?
i'm using gxt grids. how best replace these?
are using super dev mode? makes development lot better use browser dev tools debug , makes use of source maps. in opinion, has made gwt relevant again.
do backend first converting rpc servlets equivalent rest interface. can use front-end mvc framework - angular, native mobile, or whatever.
for gxt grids, angularui has grid component. http://ui-grid.info/. use extjs grids.
Comments
Post a Comment