mvp - Which is better in GWT? -


which better in gwt interface, using normal mvp javacode, or uibinder?? performance, editing, simplicity aspects.

this google says:

besides being more natural , concise way build ui doing through code, uibinder can make app more efficient. browsers better @ building dom structures cramming big strings of html innerhtml attributes bunch of api calls. uibinder naturally takes advantage of this, , result pleasant way build app best way build it.

so judging points mentioned, uibinder provides more advantages. however, wouldn't everything in uibinder. start it, , you'll find out, little bit of pure code might better (or only) choice!


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -