eXept Software AG Logo

Smalltalk/X Webserver

Smalltalk SourceCode Access

Home

Documentation
www.exept.de
Everywhere
for:
This application (HTTPSourceCodeAccessService) provides upToDate access to the running smalltalks source code.
For now, this is a simple demo - but might be extended to an automatic software update service in the future.
To get a classes source code, type the following into your browsers URL-entry field:
/SourceCode/get/ClassName

As an example, the following link gives you the source of the Boolan class:

/SourceCode/get/Boolean

The above returns a classes sourceCode with a mimeType of "application/smalltalk-source", which most browsers will save into a file (ready to be filedIn to your running smalltalk).

If you want to see the source code (as opposed to saving it somewhere), use "getText" instead of "get";
i.e.

/SourceCode/getText/Boolean
this returns the source code with a mimeType of "text/plain", which will be displayed by your browser.

ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 12:31:01 GMT