liraz / gwt-backbone

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

Template engine - loading template on demand #2

Closed liraz closed 8 years ago

liraz commented 9 years ago

Mechanism for loading of templates on demand.

Providing link to the template file - will cache the file in Local Storage so can be fetched immediatly.

Caching settings:

liraz commented 8 years ago

Template engine with caching in memory and loading on demand is implemented & tested. Also added a @ViewTemplate annotation for views that can be used to declare a view's template in an easy way - that also is being loaded on demand and leaves an option to show a loader while the template is loading. Closing the issue.