- 'w'eb problems
- HTTP
1.0 transient connections, inefficiency
- CGI
transfers data in strings, inefficient
- URL
hard to maintain
- HTML
limited UIs
|
- web solutions
- HTTP 1.1 has persistent
connections, lower overhead
- Java Web Servers can
manage state, reduce overhead
- IIOP
can manage state, connections, binary
data
- Dynamic HTML enances
interface
|