Our application is using front servlet architecture. We want to use AJAX in the application for populating the drop downs. Can anyone let me know whether we can use AJAX in front servlet or not.
Thanks in advance.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
What exactly do you mean by "use AJAX in front servlet"? AJAX calls originate in the browser, and can go to any server URL. Whether the server URL is handled by a servlet, or in some other way, is immaterial.
Ulf Dittmer wrote:What exactly do you mean by "use AJAX in front servlet"? AJAX calls originate in the browser, and can go to any server URL. Whether the server URL is handled by a servlet, or in some other way, is immaterial.