AJax技术

Ajax基础教程源码

字号+ 作者:H5之家 来源:H5之家 2017-11-11 13:08 我要评论( )

Ajax.基础教程的源码。FOUNDATIONS OF AJAXThank you for your interest in Foundations of Ajax. We hope you find the bookand these examples useful tools f

Ajax.基础教程的源码。 "FOUNDATIONS OF AJAX" Thank you for your interest in "Foundations of Ajax." We hope you find the book and these examples useful tools for learning Ajax and its related techniques. Included in this download is the source code for the examples from the book. The examples can be run in any J2EE 1.3 servlet container like Jakarta Tomcat. All of the pre-built WAR files were compiled against JDK 1.4, thus JDK 1.4 or newer is required to run them. The source code is divided by chapter. Inside of each chapter folder is a directory named "dist." Within the dist directory is the pre-built WAR file that can be deployed to Tomcat or other servlet container. Each chapter folder also contains a build.xml file from which the WAR file can be built using Ant. Use the dist target to compile the sources and build the WAR file: > ant dist Each chapter WAR file has an index file that points to the individual examples within that chapter. Access the index file using a URL similar to the following, making sure to use the desired chapter number and the correct port number for your servlet container: Users of the NetBeans IDE will notice that each chapter folder contains a directory named nbproject, making each chapter folder a native NetBeans project. Each chapter folder can be opened in the NetBeans IDE version 4.1 or newer. You may contact us via email at foundationsofajax@gmail.com with any questions regarding the source code. Thank you and good luck!...展开收缩

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • jQuery中ajax学习记录

    jQuery中ajax学习记录

    2017-11-11 17:37

  • 基于jquery的$.ajax async使用

    基于jquery的$.ajax async使用

    2017-11-11 09:01

  • 简单的前端js+ajax 购物车框架(入门篇)

    简单的前端js+ajax 购物车框架(入门篇)

    2017-11-10 14:01

  • ajax请求如何携带cookie

    ajax请求如何携带cookie

    2017-11-10 12:03

网友点评