Skip to content

Commit 89e3893

Browse files
committed
Add heavy use of OOP as deliberate design point
1 parent c98aeca commit 89e3893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/overview.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Design Points and Changes
2424
* **Simplicity**. Webware's code is quite simple and easy to understand if you feel the need to extend it.
2525
* **Servlets**. Similar to Java servlets, they provide a familiar basis for the construction of web applications.
2626
* **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).
2728
* **Extensibility** via plug-ins.
2829
* **Python Server Pages** (PSP, similar to ASP, PHP and JSP) as a built-in plug-in.
2930
* Built-in plug-ins for **Task scheduling** and **User management**.

0 commit comments

Comments
 (0)