How to setup AJAX in java platform

Hi,

firstly, i want to say sorry if i post in the wrong forum.

I'm using netBeans to develop web application. Does anyone know how can i setup AJAX in my current platform? I can't really get the good example and article on how to setup it. Can anyone please provide me the relevent link?

Please....

Thanks a lot.

[345 byte] By [spch2oa] at [2007-10-3 8:45:28]
# 1
there is no need to setup anything for run AJAX.It is a platform and browsser independent.
Daiesha at 2007-7-15 3:54:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Hi,

Thanks for your reply.

Actually i found the example from the web (http://today.java.net/lpt/a/219). But when i try to run it. There's nothing happened. I found that there's no value return in this line DWRUtil.getValue("text").

I thought that i need setup the platform to make it runable. Do you have any idea on why it unable to return the value from DWRUtil.getValue("text")?

Thanks

spch2oa at 2007-7-15 3:54:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I think you should go through this article http://java.sun.com/developer/technicalArticles/J2EE/AJAX/. And try to make a basic application by your own instead of going through some sample application. Its not a big deal.CheersGaurav Daga
gauravda at 2007-7-15 3:54:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...