[Seaside] [ANN] ComancheNG 1.0.1

Nevin Pratt nevin at smalltalkpro.com
Wed Apr 9 23:15:44 CEST 2003


ComancheNG 1.0.1 doesn't seem to exist at that location.

Nevin


Stephen Pair wrote:

> 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
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
>
>




More information about the Seaside mailing list