Download von namespace.js (namespace.js ( externer Link: SourceForge.net): 954 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf namespace.js ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
954 Bytes
MD5
d6596332c19fb675459d24866417dbee

Projektbeschreibung

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.