[Seaside] [ANN] ComancheNG 1.0.1

Stephen Pair stephen at pairhome.net
Wed Apr 9 02:00:56 CEST 2003


ComancheNG 1.0.1 enables the use of ComancheHttpService in a pluggable 
manner (using MessageSend or BlockContext).  This makes it possible to 
use without subclassing.  Here are a couple of examples:

    (ComancheHttpService on: 8080 named: 'Example Http Service')
        onRequestDispatch: #processRequest: to: SomeGlobal;
        start

    (ComancheHttpService on: 8080 named: 'Example Http Service')
        onRequestDo: [ :httpRequest | SomeGlobal processRequest: 
httpRequest ];
        start

http://map2.squeakfoundation.org/sm/package/1ad6581f-6890-4c21-ae97-6b06bfb20f62
http://people.advantive.com/~spair/squeak/ComancheNG-1.0.1.sar

- Stephen



More information about the Seaside mailing list