Example: AOLserver Dynamic Pages
AOLserver’s most useful Tcl interface is ADP - AOLserver Dynamic Pages
Modeled on Microsoft IIS Active Server Pages, ADP:
- Places the logic (Tcl) in the presentation (HTML)
- Provides easier learning curve for HTML developers
- Supports reuse through multiply included templates
- Is highly optimized through aggressive template and byte-code caching techniques