Knockout JS 2.0.0 released – Dynamic JavaScript-UIs using Data Binding
The Knockout JS Team recently released version 2.0.0 of their JavaScript data binding framework. Knockout JS is a small Javascript library that offers declarative data binding for your HTML code. It...
View ArticleKnockout JS 2.1.0 released
The Knockout JS Team recently released version 2.1.0 of their JavaScript data binding framework. Knockout JS is a small but powerful Javascript library that offers declarative data binding for your...
View ArticleObject.observe() will become a web standard
Two-Way data binding is a requirement for declarative Model/View separation mechanisms as seen in frameworks like KnockoutJS or AngularJS. When the user enters data in a form, the data model gets...
View ArticleKnockout 2.2.0 released
The Knockout Team recently released version 2.2.0 of their JavaScript data binding framework. Knockout is a small but powerful Javascript library that offers declarative data binding for your HTML...
View ArticleGrails 2.3 with asynchronous APIs and server-side REST improvements
Grails 2.3 has been released recently. This time, it is a release with a lot of new features. IMHO, The most outstanding features are the REST improvements (including scaffolding of REST controllers)...
View Article