-
Recent Posts
Recent Comments
Archives
- December 2012
- November 2012
- August 2012
- August 2011
- March 2011
- February 2011
- September 2010
- July 2010
- April 2010
- January 2010
- November 2009
- September 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- May 2008
- April 2008
- December 2007
- September 2007
- August 2007
- July 2007
- February 2007
- March 2006
- September 2005
- July 2005
Categories
Meta
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 cloudfork, s3, simpledb, Smalltalk, soek, visualworks
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
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
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
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
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.
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
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
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
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