资 源 简 介
JWIM is a javascript window manager that allows programmers to load independent modules inside web applications. It is totally ajax based and does not make use of inner frames.
Any module acts as an independent page so it can display html, run js code, get access to html elements (in the same manner as document.getElementById does) and can be loaded multiple times.
To achieve those functionalities modules have their own scope to store data and to run code.
Modules are loaded inside dinamically generated divs that can be moved, resized, iconized ecc, so they look like windows.