Description:
Tired of unordered, unclear and overlapping JavaScript files, or just looking for an easy way to separate your JavaScript from your (X)HTML? So was I, hence the creation of JSPackaging. Through the use of 3 components (JSPackage, JSImport and JSLoad) JSPackaging provides JavaScript developers with Well-defined Data & Functionality Encapsulation, clear Dependency Definition, and Simplified External Script loading.
In short, it brings Java's packaging structure to JavaScript, providing a simple and effective means of encapsulating scripts' functionality. With JSPackaging well ordered packages of JavaScripts can be easily created and imported into other JavaScript with minimal development effort.
|