Wt: Wt documentation. (original) (raw)
Wt is a C++ library for developing web applications.
For learning web application programming with Wt, we recommend reading the hands-on introduction to Wt, which includes a complete tutorial (reworked in December 2011).
This is a reference manual which has been generated from the source code, which we aim to be thorough and complete. There are a number of starting points we recommend for specific information:
In addition, there is also:
- Library overview - Overview of the main Wt components (recommended!).
- Installation: Unix-like platforms (Linux, macOS, BSD,...) - How to build Wt and your applications on Unix-like systems.
- Installation: Windows - How to build Wt and your applications on Microsoft Windows systems.
- Release notes - Release notes.
- Treelist example - A line-by-line explanation, mainly shows how to implement client-side event handling in C++ (a paradox!).
- Tutorial for Dbo - Wt's C++ ORM library.
- Tutorial for Auth - Wt's Authentication module.
- Examples documentation.
- Setup info for SAML support: