PackageDescription: AmberProject


Amber Project

Last published: May 16, 2013 by 'shaffer'

Defines 8 Classes
Extends 9 Classes


I provide a framework for hosting source code for projects written in Amber Smalltalk. Subclass AmberProject to create a new project. Register an instance of AmberProjectResource with your Swazoo server to dispatch to that project and add delegates to that instance to handle entry points to your app (typically those created by AmberProject>>#indexMainClass:selector:, #commitHandler and #browserHandler). See AmberProject and AmberProjectDemo for details.