[TYPO3-ect] Future of different AJAX-libs?

Martin Ficzel martin.ficzel at gmx.de
Tue Sep 12 13:29:23 CEST 2006


Joerg Schoppet schrieb:
> For me, XAJAX and prototype are not really comparable:
> XAJAX implements some basic DOM-manipulating things, which can be used
> by extension-devs without any knowledge about javascript.
> prototype with the combination of e.g. script.aculo.us allows you more
> "funny" things to do with your web-app, but you need javascript-knowledge.

i suggest to use xajax for server requests because it has an own
response-format wich can handle a number of responseActions (like update
something, trigger another thing ... see
http://wiki.xajaxproject.org/Documentation:xajaxResponse.inc.php ).

since every single call will cause (db-connection, start typo3, user
authentication, loading extensions, loading tsfe ... )processing
seperate calls for every updated part will cause a lot of server load.

regards Martin



More information about the TYPO3-team-extension-coordination mailing list