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
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 **.
You can’t perform that action at this time.
0 commit comments