Page 1 of 1

AJAX and the Netburner Version 2

Posted: Thu Dec 10, 2009 4:05 pm
by tod
Here is the updated AJAX sample that I have been threatening to do for two years. This code is more representative of how I actually use AJAX in my NetBurner Applications. This code uses the Prototype library and includes a large portion of my JavaScript library that I use to make a lot of the parsing and DOM updating simpler. I wrote up a short blog entry http://syncor.blogspot.com/2009/12/ajax ... und-2.html with links to a 10 minute introductory video.
If you want to use AJAX I would suggest that you use this example as a starting point. There is no reason to do all the low-level Ajax coding yourself. If you would really like to understand the low-level mechanics of AJAX then I would recommend reading the
original white-paper I wrote back in May of 2006 http://www.netburner.com/downloads/tech ... r_ajax.pdf but I would still recommend you then use code more similar to what is shown in this example.
I've included licensing language so that you can freely reuse all the code contained here in your own applications.

Happy Holidays

P.S. I wrote and tested this on a MOD5272.

Re: AJAX and the Netburner Version 2

Posted: Sat Dec 12, 2009 3:28 pm
by calebk
I have downloaded example, etc..

What is the process to make this work with a 5282?


Caleb

Re: AJAX and the Netburner Version 2

Posted: Sat Dec 12, 2009 5:36 pm
by calebk
Ok it looks like it was just a setup issue with NBEclipse.

Thanks