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.
AJAX and the Netburner Version 2
AJAX and the Netburner Version 2
- Attachments
-
- NBShell_V0950.401.zip
- Updated the attachment - just removed dead commented out code and modified the attachment name to match the version number.
- (65.93 KiB) Downloaded 1023 times
Re: AJAX and the Netburner Version 2
I have downloaded example, etc..
What is the process to make this work with a 5282?
Caleb
What is the process to make this work with a 5282?
Caleb
Re: AJAX and the Netburner Version 2
Ok it looks like it was just a setup issue with NBEclipse.
Thanks
Thanks