Download of modular-example.htm (modular-example.htm ( external link: SF.net): 2,805 octetos) will begin shortly. If not so, click link on the left.

File Information

File Size
2,805 octetos
MD5
742b9cbda60cea0b9aa3cae02fba3f9b

Descripción del Proyecto

Most single-page web apps which use JavaScript/Ajax are as complex as Java programs.
Until this project, programmers were forced to put all their HTML into one file, while other languages, like Java, allow you to split up files and packages.

Also, with so many JavaScript libraries used together, having unique names for functions and variables is getting increasingly difficult, so this project allows package-names for variables and functions.