PHP and Servlets are both fine for writing server-side components that handle AJAX requests. JSP is less suitable (though possible).
I would personally go with PHP - it is the simplest of them all by far, and you can develop fast prototypes in very little time
2006-06-19 20:56:00
·
answer #1
·
answered by mikos 3
·
1⤊
0⤋
Well, if I am not wrong, I should have asked a question about AJAX here...
But to answer yours, there is no best server technology for AJAX, PHP, Java Servlets (which I do not have exp in) nor JSP (no exp here either)
I figure all of those will work on several OS's...
I think Ajax works on Linux & win32 & novell (netware), php does so too (know that one of my dad), but of those java stuff, I would not know, linux would be the one I advice, but win32 should work too... Novell netware I do not know... But that is a lesser used OS ^^
2006-06-29 00:44:36
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
I'd personally go with an ASP.NET 2.0 based solution. The main reason for this is that in ASP.NET, it's very simple to set up a web service that can be called through soap commands that you can script in an AJAX call. The fact that the scripts are compiled into a binary when the application is used for the first time makes ASP.NET a fast option for the web and AJAX.
2006-07-02 17:40:48
·
answer #3
·
answered by foghorn111 2
·
0⤊
0⤋
Touche, this question surely belongs in the Internet category since Server Technology is more to do with that and less with compiler programming languages like C and Fortran. :-P
2006-06-29 01:14:27
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
Anyone who has tried their hand at computer programming must realise that it is a specialist topic. No-one with a good knowledge of programming is likely to have the time or the willingness to pass on that knowledge freely, it is too hard earned.
2006-06-19 21:01:38
·
answer #5
·
answered by Gladys B 2
·
0⤊
0⤋
865ccb4ab0e063e5caa3387c1a8741n that 2nd loop you're sett865ccb4ab0e063e5caa3387c1a8741ng i to 0 and then check865ccb4ab0e063e5caa3387c1a8741ng 865ccb4ab0e063e5caa3387c1a8741f 865ccb4ab0e063e5caa3387c1a8741t's > 25 wh865ccb4ab0e063e5caa3387c1a8741ch 865ccb4ab0e063e5caa3387c1a8741s untrue and so the loop term865ccb4ab0e063e5caa3387c1a8741nates 865ccb4ab0e063e5caa3387c1a8741mmed865ccb... Use: for( 865ccb4ab0e063e5caa3387c1a8741nt i=25; i<50; i++ ){ array[i] = 3*i; }
2016-12-13 17:28:14
·
answer #6
·
answered by gambrell 3
·
0⤊
0⤋
This would greatly depend upon your skill base. PHP is great to get you started and Perl is a great language to use for scripting.
They all have their advantages and disadvantages but I would work towards PHP and Perl if you are new to it.
2006-06-30 01:00:38
·
answer #7
·
answered by Jamie Dow 2
·
0⤊
0⤋
There's no questions because no ones asked any.
Ajax used to clean sinks and baths great, never heard of the others.
2006-06-19 20:50:18
·
answer #8
·
answered by angelcake 5
·
0⤊
0⤋
the Same mikos suggest...
I had never owrked on PHP but with servlet... i felt it is good
2006-06-28 19:36:53
·
answer #9
·
answered by viren_balaut 1
·
0⤊
0⤋
ASP.NET is the way of the future. go to http://asp.net to find out more..
2006-06-29 05:30:11
·
answer #10
·
answered by codrakon 3
·
0⤊
0⤋