GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Web  >  AJAX
Next Question 
 AJAX  |  Question 1 of 53    Print  
What AJAX framework do you recommend for PHP applications?

  
Total Answers and Comments: 3 Last Update: July 16, 2008     Asked by: bicu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 29, 2006 11:26:54   #1  
GeekAdmin Member Since: October 2005   Contribution: 136    

RE: What AJAX framework do you recommend for PHP appli...
SAjax NAjax FAjax.
All of them are ok but it it best to make your own to suit your needs

 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
August 25, 2007 19:08:09   #2  
daemon Member Since: August 2007   Contribution: 2    

RE: What AJAX framework do you recommend for PHP appli...
I recommend prorotype framework its best Don't confuse in this and that just pick this one and enjoy AJAX.
 
Is this answer useful? Yes | No
July 16, 2008 02:25:59   #3  
dataguru Member Since: July 2008   Contribution: 1    

RE: What AJAX framework do you recommend for PHP applications?
The choice of an AJAX framework has more to do with the application at hand than the backend platform. AJAX is purely a clientside technology and the various libraries and even platforms (Flex for one) communicate with the backends using text based protocols; JSON and XML are the most popular. All backends speak JSON and XML. All of them. However architecture is very different. If you are going truly AJAX the Controller and View layers could be very decoupled from the Model... It could live in Javascipt.

If you are building a data rich business front end look at ExtJs or Flex (not specifically AJAX but very powerful) an up and coming library is SproutCore (Apple). Prototype is an effects library and will do an admirable job of handling the communication and providing a solid foundation for your own dhtml interface.

On the back end php or otherwise there are security considerations to be handled (every single call has to be both secure AND atomic). Scalability can also come into play as authorization and security considerations can cause heavy load. Think REST and MVC.

Basically there is no simple answer to this question but I would spend more time matching the library to the application than php.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape