JSMF – JavaScript State Management Framework

Over the years, I’ve used various techniques for maintaining state within
 my web-based applications.  Recently I started experimenting with
 IFrames and decided to expand on these techniques and create a
 JavaScript API.  Enter JSMF….
 JSMF (JavaScript State Management Framework) provides your
 web-based applications with a comprehensive mechanism to maintain
 state.  This solution is made possible by utilizing frames (standard and
 inline), forms, DHTML and an OO (object oriented) JavaScript API.
 The API provides a standardized way to read, write, and persist
 session data.
 This project is hosted at: 
 http://eric-blue.com/projects/jsmf/
(Visited 255 times, 1 visits today)