Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

AJAX frmework

  Asked By: Willie    Date: Dec 31    Category: Java    Views: 514
  

I would like to know what is the best framework to implement a AJAX project ?
and why are you suggesting that?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Guilherme Silva     Answered On: Dec 31

my idea is DWR for you becuase :
Direct Web Remoting (DWR) is designed to be used with Java, one of the most widely used object-oriented languages. Java is not limited to any particular platform, but its main use has been server-side rather than desktop applications.

 
Answer #2    Answered By: James Evans     Answered On: Dec 31

Here is my experience hope that helps:
I was developing Struts base web application and looking for an Suggest feature of Ajax frame work. I found that Struts-Layout support this feature very easily, it provides a simple action so you can extend it and code it. It will take just 10 line of codes on action and one jsp tag.
struts.application-servers.com/suggest/index.html
Advantages:
Fully integrated with Struts
It supports UTF-8 chars
I have tested in IE 5.0+ and Fire Fox 1.1 and it worked fine
Disadvantages:
If you are not using Struts then it is not worth to use it.
Only supports Suggest Feature, may be enough for many form base applications but it is still the limitation.

 
Answer #3    Answered By: Clarence Nichols     Answered On: Dec 31

DWR is so good, I had also some successful experience with it
you may also try one of the JSF AJAX solution, one comes with JSC and netbeans give it a try u can start AJAX and JSF with minimum knowledge

 
Didn't find what you were looking for? Find more on AJAX frmework Or get search suggestion and latest updates.




Tagged: