Developer STRUTS
Check Your Form with Validator
By James Holmes
Enabling the Validator Plug-in
配置Validator插件,也即在配置struts-config.xml,加入该插件
Configuring validator-rules.xml
DriverManagerDataSource in Spring Framework
javax.sql Interface DataSource
今天看了一天的spring,想使用里面提供的JdbcTemplate,看上去非常酷的样子,不过其中涉及到了一个DataSource接口,不知道干嘛的,好不容易才找到了一个讲的比较清楚的解释。
Implementation of SmartDataSource that configures a plain old JDBC Driver via bean properties, and
HTTP State Management Mechanism
STATE AND SESSIONS
This document describes a way to create stateful sessions with HTTP requests and responses. Currently, HTTP servers respond to each client request without relating that request to previous or subsequent requests; the technique allows clients and servers that wish to exchange state information to place HTTP requests and responses within a larger context