This site is dedicated to programming/developing in the Jade language. This is not the official site nor is it sponsored by Jade. It is just a resource site I created for people like me who can benefit from a Jade development community which I created because I didn't like the Jade newsgroup.

Jade is completly seemless solution to rapid application development language, code editor, form designer, robust database and libraries. Jade is entirely Object Oriented and is based on a new unique design in which database and the code is all part of same structure where all the persistant data is just more objects like traditional object orientated languages and can have methods on them as well. Further more Jade has great support for multiuser access, transactional operations and locking (eg: prevent two users updating the same object at the same time). Because of this Jade has found it self perfectly suited for critical bussiness database applications but is not limited to.

More Info about Jade can be found out here:

Offical Jade Software Corporation Site

Information about Jade (wikipedia)

September 16th 2008

For those that have so many jade work space files they are finding it hard to keep track off. I have made a Jade syntax file for color coded syntax highlighting in Vim. It recognises Jade sytntax and all classes in the root schema. Good for when you have lots of work space files and need to view them outside of Jade



Here is a method I wrote that you can load in to your schema's JadeMethod class. It prints out all your local variables which can come in handy if have a lot of them and the debugger is too in practical or you just don't like it. 'method' is a special keyword reference to the currently executing JadeMethod so once loaded all you have to add to your method is method.printLocalVar;



August 16th 2008

iosoft has recently released a free jade command file editor. While still in the first version this little tool is capable of syntax high-lighting and code completion. JCF files can help do neat things like moving a class from one super to another for example, quite handy for providing updates to customers. More info about Jade command files can be found on page 18 of the JadeLoad.pdf in the documentation.



July 12th 2008

I knew this site would have a slow start but not this slow. I've been very busy so couldn't do too much about it but I've made a getting started video tutorial and a simple sudoku solver. Constructive criticism for both please.



June 9th 2008

JadeProgramming.com is up. Message board is ready please contribute. Mainpage is only temporary and will change design soon.