Revision [398]

Last edited on 2007-04-12 12:52:00 by KlenwellAdmin
Additions:
**license** : [[http://www.opensource.org/licenses/gpl-license.php GPL2]]
**source** : [[http://klenwell.googlecode.com/svn/trunk/JS/jini/ google code]]
**demo** : [[http://klenwell.googlepages.com/demo.jini.htm klenwell.googlepages.com]]


Revision [397]

Edited on 2007-04-12 12:50:39 by KlenwellAdmin
Additions:
A basic J.ini package includes a [[http://klenwell.googlecode.com/svn/trunk/JS/jini/class.ini.js class.ini.js]] file and a [[http://klenwell.googlecode.com/svn/trunk/JS/jini/class.core.js class.core.js]] file. The ini file dynamically loads the core file along with any other dependent files and declares a minimalistic constructor class. This constructor class then gets fleshed out and extended in the [[http://klenwell.googlecode.com/svn/trunk/JS/jini/class.core.js class.core.js]] file.
Deletions:
A basic J.ini package includes a class.ini.js files and a class.core.js file. The ini file dynamically loads the core file along with any other dependent files and declares a minimalistic constructor class. This constructor class then gets fleshed out and extended in the class.core.js file.


Revision [386]

Edited on 2007-04-11 17:03:03 by KlenwellAdmin
Additions:
[[http://klenwell.googlepages.com/demo.jini.htm J.ini demo]]


Revision [383]

Edited on 2007-04-11 12:06:22 by KlenwellAdmin
Additions:
A basic J.ini package includes a class.ini.js files and a class.core.js file. The ini file dynamically loads the core file along with any other dependent files and declares a minimalistic constructor class. This constructor class then gets fleshed out and extended in the class.core.js file.
Deletions:
A basic J.ini package includes an class.ini.js files which dynamically loads any dependent files and and declares a minimalistic constructor class. This constructor class then gets fleshed out and extended in the class.core.js file.


Revision [382]

Edited on 2007-04-11 12:03:25 by KlenwellAdmin
Additions:
====Code====
** J.ini object constructor **
%%(javascript)
// base class constructor
// ** EDIT Class Name
/*____________________________________________________________________________*/
function DemoClass(_debug)
{
// set meta properties
this.debug = _debug;
this.name = META['name'];
this.version = META['version'];
this.filename = META['filename'];
this.dirpath = META['dirpath'];
this.INCLUDE = META['INCLUDE'];
/* extend this class with an ini method and call that to pass any needed parameters */
}; // end cx
/*____________________________________________________________________________*/
%%
Visit the [[http://klenwell.googlecode.com/svn/trunk/JS/jini/ klenwell google code repository]] for the full source.


Revision [379]

Edited on 2007-04-10 20:31:58 by KlenwellAdmin
Additions:
----
CategoryJavascript


Revision [378]

The oldest known version of this page was created on 2007-04-10 20:31:34 by KlenwellAdmin
Valid XHTML 1.0 TransitionalValid CSSWikkaWiki