⚫ To explain how the Web browser controls and executes applets (§ 14.2). ⚫ To describe the init, start, stop, and destroy methods in the Applet class (§ 14.2). ⚫ To know how to embed applets in Web pages (§ 14.4). ⚫ To run applets from appletviewer and from Web browsers (§ 14.4). ⚫ To pass string values to applets from HTML (§ 14.5). ⚫ To write a Java program that can run as both an application and an applet (§ 14.6). ⚫ To get image files using the URL class and display images in the panel (§ 14.9 Optional). ⚫ To develop a reusable component ImageViewer to display images (§ 14.10 Optional). ⚫ To get audio files and play sound (§ 14.12 Optional). ⚫ To package and deploy Java projects using Java archive files (§ 14.13 Optional). ⚫ To use Swing pluggable look-and-feel (§ 14.14 Optional)
两种应用系统模式: C/S模式与B/S模式 Web 应用(B/S模式)概述 Web文件、HTML语言、HTTP协议、服务器(Web、应用和数据库) CGI、ASP、PHP、Servlet、JSP等。 Java Web 应用的主要技术: JSP、Servlet等组件,JDBC、JSTL和EL等服务。 Java Web 技术的发展阶段: Servlet、JSP、模型、框架。 MyEclipse 中开发Java Web 应用示例