开发者

ajax implementation in case where only jsp files are using for server code also instead of servlets?

开发者 https://www.devze.com 2023-03-01 21:15 出处:网络
is it possible to implement ajax page loading for filling data to content div\'s when am working only开发者_StackOverflow with jsp files..?here am written the server side code also in jsp files instea

is it possible to implement ajax page loading for filling data to content div's when am working only开发者_StackOverflow with jsp files..?here am written the server side code also in jsp files instead of using servlets..how can i implement this...any help with some sample code... thanks ..Tijo


It is exactly the same. For the URL you pass the url of the jsp. The jsp is compiled to a servlet by the container, so no difference.

0

精彩评论

暂无评论...
验证码 换一张
取 消