README.txt
上传用户:shen332233
上传日期:2021-09-03
资源大小:7478k
文件大小:2k
源码类别:

Ajax

开发平台:

Java

  1. ================================================================================
  2.                    EXAMPLES FROM "FOUNDATIONS OF AJAX"
  3. ================================================================================
  4. Last Updated: 23 November 2005
  5. Thank you for your interest in "Foundations of Ajax." We hope you find the book
  6. and these examples useful tools for learning Ajax and its related techniques.
  7. Included in this download is the source code for the examples from the book. 
  8. The examples can be run in any J2EE 1.3 servlet container like Jakarta Tomcat.
  9. All of the pre-built WAR files were compiled against JDK 1.4, thus JDK 1.4 or
  10. newer is required to run them.
  11. The source code is divided by chapter. Inside of each chapter folder is a 
  12. directory named "dist." Within the dist directory is the pre-built WAR file
  13. that can be deployed to Tomcat or other servlet container. Each chapter folder 
  14. also contains a build.xml file from which the WAR file can be built using Ant.
  15. Use the dist target to compile the sources and build the WAR file:
  16. > ant dist
  17. Each chapter WAR file has an index file that points to the individual examples
  18. within that chapter.  Access the index file using a URL similar to the
  19. following, making sure to use the desired chapter number and the correct
  20. port number for your servlet container:
  21. http://localhost/Chapter02/
  22. Users of the NetBeans IDE will notice that each chapter folder contains a
  23. directory named nbproject, making each chapter folder a native NetBeans project. 
  24. Each chapter folder can be opened in the NetBeans IDE version 4.1 or newer.
  25. You may contact us via email at foundationsofajax@gmail.com with any questions
  26. regarding the source code.
  27. Thank you and good luck!