We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98aeca commit 89e3893Copy full SHA for 89e3893
docs/overview.rst
@@ -24,6 +24,7 @@ Design Points and Changes
24
* **Simplicity**. Webware's code is quite simple and easy to understand if you feel the need to extend it.
25
* **Servlets**. Similar to Java servlets, they provide a familiar basis for the construction of web applications.
26
* **Robustness**. A crash of one page will not crash the server. Exception reports are logged and easy to read when developing.
27
+* **Object-programming programming** (making good use of multiple inheritance and the template method pattern).
28
* **Extensibility** via plug-ins.
29
* **Python Server Pages** (PSP, similar to ASP, PHP and JSP) as a built-in plug-in.
30
* Built-in plug-ins for **Task scheduling** and **User management**.
0 commit comments