by
allistar >> Thu, 15 Jan 2004 3:05:54 GMT
As mentioned JADE is interpreted, so you can't compile it into an .exe. The ...exe for JADE is "jade.exe", into that you tell it what schema and application to run, like this:
jade.exe path=<path to system directory> schema=MySchema app=MyApp ini=<ini file name>
The will run the application called "MyApp" in the schema called "MySchema" on the database located at <path to system directory>.\
There are various ways to make a web application using JADE. You could web enable a Jade application, use the JADE 6 internet capability (once called JSSInternetSchema).
There are other technologies that allow you embed JADE code into the web page (like ASP or PHP) which give you full access to the JADE database. See my signature below for details.
--
------------------------------------------------------------------
Allistar Melville
Software Developer, Analyst
allistar@silvermoon.co.nz
Auckland, NEW ZEALAND
Silvermoon Software
Specialising in JADE development and consulting
Visit us at:
http://www.silvermoon.co.nz
*NEW* Simple web access to Jade at:
www.silvermoon.co.nz/jhp.html ------------------------------------------------------------------