Category Archives: Smalltalk

Soek.goodies.st improved

The site soek.goodies.st gives access to the sources of open-source Smalltalk libraries and frameworks. A big advantage to developers is that they can explore Smalltalk classes without having to successfully load them into one of the Smalltalk dialect platforms. Recently, … Continue reading

Posted in coding4fun, Open source, s3, Smalltalk | Tagged , , , , , | 3 Comments

Melissa for VA Smalltalk

Melissa is a simple tool that can help in building development and runtime images in a continous integration environment. It is being used extensively to create daily builds for Smalltalk images. This post describes the steps to use Melissa for … Continue reading

Posted in Open source, Smalltalk | Tagged , , | 4 Comments

Google API access from Smalltalk using JNIPort

JNIPort for VisualWorks provides a way to use Java and its huge number of available libraries directly from Smalltalk. For example, to access the Google Spreadsheets APIs and Tools, you need to download the Java client libraries and all its … Continue reading

Posted in Java, Smalltalk | Tagged , , , | Comments Off

JQTouch library support for Seaside

One way to build applications for the iPhone is to create a Web application that tries to look and behave like a native one. Currently, many Javascript libraries are being developed that try to accomplish just that. One of the … Continue reading

Posted in coding4fun, Open source, Smalltalk | Tagged , , , | 1 Comment

soek.goodies.st – exploring open-source Smalltalk libraries

Soek is a Smalltalk application that provides a different way to navigate through documentation and source code of a Smalltalk library. Instead of the classic multi-list browser view in an image, Soek offers a flat view on all methods and … Continue reading

Posted in coding4fun, s3, Smalltalk | Tagged , , , , | 3 Comments

Making a package visible to WebVelocity

If you want an existing package to register as a WebVelocity one and as a result make it visible to the browser page, you can evaluate this script: which I found when looking for the newApplication functionality in the image.

Posted in Smalltalk | Tagged , | Comments Off

HypertextLogger for server application logs

Logging can be very helpful in analyzing the (faulty) behavior of a server application in response to client requests. HypertextLogger is a simple component that produces HTML in response to logging instructions. Continue reading

Posted in Open source, Smalltalk | Tagged , , | 1 Comment

Getting started with Glare-DataServices

Glare-DataServices is a framework for building Flex Remoting services in VisualWorks Smalltalk. In this post, I will guide you through the steps for creating a small application that demonstrates the use of the framework. Install the bundle First, you have … Continue reading

Posted in flex, Smalltalk | Tagged , , , , , | 3 Comments

VAStGoodies.com services API

To make the VAStGoodies client work right from the VA image, I needed a service API in addition to the Seaside application that is running on VAStGoodies.com. Requirements for that service include “get all available configuration map names” and “get … Continue reading

Posted in Smalltalk | Tagged , , | Comments Off

Getting Monticello package changes into VisualWorks

The Cloudfork project is available for the three larger Smalltalk implementations: Squeak/Pharo, VA Smalltalk and VisualWorks. For maintaining the ports based on the Squeak implementation, we use the Package-Exporters package. For porting to VA Smalltalk, we are using the VAPackageExporter … Continue reading

Posted in Smalltalk | Tagged , , | 1 Comment