eXept Software AG Logo

Smalltalk/X Webserver

Smalltalk Dynamic Web Pages - Source of WebDemoApp1-test1:

Home

Documentation
www.exept.de
Everywhere
for:
test1:aRequest
    "a simple reply, with an URL refering to another method inside myself.

     Invoke via the browser as URL:
        host:port/<N>,test1:
     where <N> is the registered name of this service.
    "

    |replyPresenter|

    replyPresenter := aRequest replyPresenter.
    replyPresenter title:'Hello world Example'.
    replyPresenter parametersAt:#secondHeadLine put:'Test1: Hello world Example'.
    aRequest
        nextPutLine:'<h1>Hello World</h1>'.

Edit (disabled)
Index


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 03:45:50 GMT