File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Design Points and Changes
24
24
* **Simplicity **. Webware's code is quite simple and easy to understand if you feel the need to extend it.
25
25
* **Servlets **. Similar to Java servlets, they provide a familiar basis for the construction of web applications.
26
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).
27
28
* **Extensibility ** via plug-ins.
28
29
* **Python Server Pages ** (PSP, similar to ASP, PHP and JSP) as a built-in plug-in.
29
30
* Built-in plug-ins for **Task scheduling ** and **User management **.
You can’t perform that action at this time.
0 commit comments