Servlets 简明教程
Discuss Servlets
Servlet 提供了一种基于组件、与平台无关的方法来构建基于网络的应用程序,而无需 CGI 程序的性能限制。Servlet 可以访问整个 Java API 系列,包括访问企业数据库的 JDBC API。本教程将教您如何使用 Java Servlet 以简单易行的步骤开发基于网络的应用程序。
Servlets provide a component-based, platform-independent method for building Webbased applications, without the performance limitations of CGI programs. Servlets have access to the entire family of Java APIs, including the JDBC API to access enterprise databases. This tutorial will teach you how to use Java Servlets to develop your web based applications in simple and easy steps.