![]() |
Smalltalk/X WebserverSmalltalk SourceCode Access |
|
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";
/SourceCode/getText/Booleanthis 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; Fri, 29 Sep 2023 04:39:34 GMT
|