JavaScript library intended to simplify writing OOP in JavaScript which represents alternative JavaScript inheritance approach, provides support of JavaScript classes hierarhies, automatic resolving and optimizing external scripts files dependencies.
Be the first to post a text review of JSINER - Alternative inheritance for JS. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Alternative inheritance for JavaScript v.98 available now. JSINER is a JavaScript library intended to simplify writing OOP in JavaScript which represents alternative JavaScript inheritance approach, provides support of JavaScript classes hierarhies, automatic resolving and optimizing external scripts files dependencies. JSINER (originated from JavaScript INheritance supportER) is a lazy inheritance implementation in JavaScript. Lazy inheritance is a design pattern used in JavaScript computer programming. It designates a postponed linking of an object with its prototype (class) until it is needed. If used properly, such approach may increase efficiency, simplicity and flexibility of OOP based code written using JavaScript. Since lazy inheritance is called only for instance creation, it JSINER allowed to combine process of class prototype creation with resolving necessary dependencies of that class. The main features of lazy inheritance approach are: - Lazy inheritance is prototype-based inheritance; - Maintaining proper order of script files declaration is not obligatory; - HTML page loading is faster, since there is no need in creation objects during page initialization and, additionally, some scripts could be loaded only at the moment in which they are actually necessary; - The parent classes for the object can be loaded dynamically after defining the object type; - Dependencies are declared in more explicit way; it is not necessary to group particular scripts into modules; - If lazy mode of scripts loading is used, only important scripts (those which are highly necessary for application functionality) will be loaded. To get more information, samples and documentations please visit JSINER pages on SoftAMIS - http://www.soft-amis.com/jsiner/index.html Lazy Inheritance acticle on AjaxLine - http://www.ajaxline.com/lazy-inheritance
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?