您的位置:
首页
->
编程文档
->
Java
-> Table of Contents 目录
Java
本类阅读TOP10
·
使用MyEclipse开发Struts框架的Hello World!(录像1)
·
hibernate配置笔记
·
AOP编程入门--Java篇
·
linux下Tomcat 5.0.20 与 Apache 2 安装/集成/配置
·
在win2003下整合了整合Tomcat5.5+ apache_2.0.53+ mod_jk_2.0.47.dll
·
构建Linux下IDE环境--Eclipse篇
·
Jsp 连接 mySQL、Oracle 数据库备忘(Windows平台)
·
ASP、JSP、PHP 三种技术比较
·
Tomcat5.5.9的安装配置
·
AWT GUI 设计笔记(二)
→
分类导航
VC语言
Delphi
VB语言
ASP
Perl
Java
Script
数据库
其他语言
游戏开发
文件格式
网站制作
软件工程
.NET开发
Table of Contents 目录
作者
:未知
来源
:月光软件站
加入时间
:2005-2-28 月光软件站
0. Preface
前言
0.1 The Usual Suspects
通常的怀疑
0.2 HTTP, HTML, and User Agents
HTTP、HTML和用户代理
0.3 The HTTP Request/Response Cycle
HTTP请求/响应循环
0.4 The Java Language and Application Frameworks
Java语言和应用框架
0.5 JavaBeans
JavaBeans
0.6 Properties Files and ResourceBundles
属性文件和资源束
0.7 Java Servlets
Java Servlets
0.8 JavaServer Pages, JSP Tag Libraries, and JavaServer Faces
JSP、JSP标签库和JSF
0.9 Extensible Markup Language
可扩展标记语言
0.10 JAAS
JAAS
1. Introduction
介绍
1.1 Forward into the Past!
回溯过去
1.2 The Model-View-Controller ('MVC') Design Pattern
MVC设计模式
1.2.1 The Model: System State and Business Logic JavaBeans
模型:系统状态和业务逻辑JavaBeans
1.2.2 The View: JSP Pages and Presentation Components
视图:JSP页面和实现组件
1.2.3 The Controller: ActionServlet and ActionMapping
控制器:ActionServlet 和ActionMapping
1.3 Struts Control Flow
Struts 控制流
2. Building Model Components
创建模型组件
2.1 Overview
简介
2.2 JavaBeans and Scope
JavaBeans和范围
2.3 ActionForm Beans
ActionForm Beans
2.4 System State Beans
系统状态Beans
2.5 Business Logic Beans
业务逻辑Beans
3. Building View Components
创建视图组件
3.1 Overview
简介
3.2 Internationalization
国际化
3.3 Forms and FormBean Interactions
表单和表单Bean的交互
3.3.1 Indexed & Mapped Properties
3.3.2 Input Field Types Supported
3.3.3 Other Useful Presentation Tags
3.3.4 Automatic Form Validation
3.3.5 Struts Validator
3.4 Other Presentation Techniques
其他实现技术
3.4.1 Application-Specific Custom Tags
3.4.2 Page Composition With Includes
3.4.3 Page Composition With Tiles
3.4.4 Image Rendering Components
3.4.5 Rendering Text
3.4.6 The Struts-EL Tag Library
4. Building Controller Components
4.1 Overview
简介
4.2 The ActionServlet
4.2.1 Request Processor
4.3 ActionForm Classes
4.3.1 DynaActionForm Classes
4.3.2 Map-backed ActionForm Classes
4.4 Action Classes
4.4.1 Action Class Design Guidelines
4.5 Exception Handler
4.6 Plugin Classes
4.7 The ActionMapping Implementation
4.8 Writing ActionMappings
4.8.1 ActionMapping Example
4.9 Using ActionMappings for Pages
4.10 Using Wildcards in ActionMappings
4.11 Using The Commons Logging Interface
5. Configuring Applications
5.1 Overview
简介
5.2 The Struts Configuration File
5.2.1 Controller Configuration
5.2.2 Message Resources Configuration
5.2.3 PlugIn Configuration
5.2.4 Data Source Configuration
5.3 Configuring your application for modules
5.3.1 Module Configuration Files
5.3.2 Informing the Controller
5.3.3 Switching Modules
5.4 The Web Application Deployment Descriptor
5.4.1 Configure the Action Servlet Instance
5.4.2 Configure the Action Servlet Mapping
5.4.3 Configure the Struts Tag Libraries"
5.5 Add Struts Components To Your Application
5.6 Logging in Struts Applications
6. Getting Started
6.1 Release Notes
Release Notes 1.1
Release Notes 1.1-rc2
Release Notes 1.1-rc1
Release Notes 1.1-b3
Release Notes 1.1-b2
Release Notes 1.1-b1
6.2 Installation
iPlanet
Portal Application Server
Jetty
JRun 3.0
Orion Application Server
SilverStream Application Server 3.7.1 and later
Tomcat with Apache
Bluestone Universal Business Server 7.2
WebSphere Application Server 3.5 FixPack 2
WAS with the Example Applcation
Weblogic 5.1 sp8
相关文章
:
相关软件
: