The ServletActionBroker (SAB) framework is an architecture for developing
Java Servlets. This architecture builds upon the basic Servlet API in order to
provide faster development, better debugging, better run time error handling,
automation of data conversion between the HTTP data stream and the internal
servlet data, and automatic handling of both 'application/x-form-urlencoded' and
'multipart/form-data' POST encoding types.
|
| The Bottom Line |
|
|