Designing Web Services with the J2EE.chm   【J2EE】
        Designing Web Services with the J2EE 1.4 Platform JAX-RPC, SOAP, and XML Technologies.
        主要的讨论范围包括:
        * web service的需求和设计问题
        *支援网络所提供的服务在j2ee 1.4平台
        *设计和实施web service的端点
        *写作效率的web service的客户端应用
        *设计和开发基于xml的应用
        *整合应用程序和数据的使用网路服务
        * j2ee平台的安全模式,因为这种模式适用于网络服务
        *一个连贯的规划模型,为设计和开发web service的端点和客户

点击进入下载页面
  JavaScript The Definitive Guide 4th Edition.chm   【DHTML】
        《JavaScript权威指南》全面介绍了JavaScript语言的核心,以及Web浏览器中实现的遗留和标准的DOM。它运用了一些复杂的例子,说 明如何处理验证表单数据、使用cookie、创建可移植的DHTML动画等常见任务。本书还包括详细的参考手册,涵盖了JavaScript的核心 API、遗留的客户端API和W3C标准DOM API,记述了这些API中的每一个JavaScript对象、方法、性质、构造函数、常量和事件处理程序。
        This fourth edition of the definitive reference to JavaScript, a scripting language that can be embedded directly in web pages, covers the latest version of the language, JavaScript 1.5, as supported by Netscape 6 and Internet Explorer 6. The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility.

点击进入下载页面
  J2EE教程(中文版)J2EE Documents.rar   【J2EE】
        该压缩包的内容是从网上搜集加来的,从多个方面对J2EE进行了比较全面的介绍。从J2EE的概念说起,到它的优势,到J2EE典型的四层模型,和它的框 架结构,最后是J2EE十三种核心技术的一个简介。分门别类的对J2EE中的服务,组件,层次,容器,API都做了比较详细的介绍,相信看完此文,读者会 对J2EE有一个更清晰的认识。
        包括有:J2EE完全参考手册-J2EE概述.pdf,J2EE Tutorial Translation.doc,J2EE Tutorial Translation(Web).doc,J2EE Blueprints Digest.pdf,J2EE 全面简介.mht

点击进入下载页面
  OReilly.CSS.Cookbook.chm   【DHTML】
        该书摘录和提供了数百个有用的css使用的例子,还有css使用过程中经常碰到的问题,包括网页排版样式、页面布局、列表、表单、表格等,本书应该用为web开发工程师必备的参考手册。你可以点击进入解该书的详细目录结构。
        The CSS Cookbook cuts straight through the theory to provide hundreds of useful examples and CSS code recipes you can use immediately to format your web pages. Reflecting CSS2 and including topics that range from basic web typography and page layout to techniques for formatting lists, forms, and tables, the CSS Cookbook is a must-have resource for any web author who has even considered using CSS.

点击进入下载页面
  (网上文章收集打包)Apache Ant Documents.chm   【Java】
        Apache Ant,是一个将软件编译、测试、部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。由Apache软件基金会所提供。
        Ant是一种基于Java的build工具。理论上来说,它有些类似于(Unix)C中的make ,但没有make的缺陷。与基于shell命令的扩展模式不同,Ant用Java的类来扩展。(用户)不必编写shell命令,配置文件是基于XML的, 通过调用target树,就可执行各种task。每个task由实现了一个实现了特定Task接口的对象来运行。(如果你对Ant一点概念都没有的话,可 能看不懂这一节,没有关系,后面会对 target,task做详细的介绍。你如果没有太多的时间甚至可以略过这一节,然后再回来浏览一下这里的介绍,那时你就会看懂了。同样,如果你对 make之类的工具不熟悉也没关系,下面的介绍根本不会用到make中的概念。)

点击进入下载页面
  一个基于GAE-Python-Web.py-JQuery的留言本程序   【Soft/Code】
        一个基于GAE Python Web.py和JQuery的留言本程序,程序的样式,css是网上一个开源的php爱墙程序提供,基于GAE-Python修改添加部分功能。
         gae不支持PIL生成的图片验证码,在这个程序里用另一种比较不安全性的URL影射实现,还有,web.py提供的3个session存取方式中,只有 dbstore适合于gae,但是必须要重写里面的方法才行,重写倒不如继承,实现里面的接口方法就行了。
        点击下面的地址看载图和演示地址

点击进入下载页面
  Applied Software Engineering Using Apache Jakarta Commons.chm   【J2EE】
        Jakarta Commons是Jakarta的一个子项目,目的是创建和维护独立于其他框架和产品的程序包(packages)。这些程序包是一些服务于小范围的有效 组件的集合,通常适用于服务器端编程。
        This text illustrates how to use components from the Apache Jakarta Commons toolkit to solve common programming problems and different ways to instantiate a class, serialize Java objects, write message driven software, search collections and much more.

点击进入下载页面
  Servlets and JavaServer Pages The J2EE Technology Web Tier.chm   【J2EE】
        Among the topics covered in-depth are:
        1. Exception handling //异常处理
        2. JavaBeans and the new JSP Expression Language (JSP EL) //javabean和el语言介绍
        3. The JavaServer Pages Standard Tag Library (JSTL) and coding custom tag libraries //jsp标准的标签库jstl用法介绍和编写自已的标签库
        4. Filters //过滤器的用法介绍
        5. Error handling // 错误的捕捉和处理
        6. Session and state management //会话管理,包括线程安全等的介绍
        7. Security  //安全方面
        8. Design patterns, including Struts
        8. Internationalization
        9. Multiclient support
        10. Database connectivity // 数据库链接,主要讲述JDBC与jsp的应用。

点击进入下载页面