liraz / gwt-backbone

A Backbone.js clone for GWT
Apache License 2.0
4 stars 1 forks source link

Check dependency on the underscore-java library #10

Closed liraz closed 8 years ago

liraz commented 9 years ago

Since underscore-java library is mature, check if it can be used as dependency for all underscore operations in Model & Collection class.

Also performance should be taken into consideration. And the fact that all reflection oriented functions will not work in GWT enviornment.

Recently underscore java added support for templates - a lightweight template solution is needed.

liraz commented 8 years ago

Cannot use this library since it uses too much features from the JVM which is not emulated - and without it's just useless for GWT.