D 2015-04-02T02:42:29.131 L DirectOO N text/x-markdown P 09c3ced2321dc073092199361bdfde70d621f325 U hypnotoad W 637 # Getting Started DirectOO is a new feature in Tclhttpd 4.0. It's goal is to allow applications to be built around TclOO, as well as to allow for more flexible handling of virtual paths. To use DirectOO: package require httpd::directoo oo::class create myurl { superclass httpd.url method /html args { my reset my puts { Hello World! } } myurl create WEBOBJ /test For more details [httpd.url](wiki?name=httpd.url) For a test script with examples see [bin/test/directoo.tcl](finfo?name=bin/test/directoo.tcl) Z 3663aba42ec8ce57f87dae2a17e3fea9