Wednesday, July 19, 2006

Sport + Swazoo 1.1.4 + Seaside 2.6 for Dolphin X6

Sport, Swazoo 1.1.4 and Seaside 2.6 are available for download. You can download them from my DolphinMap homepage.
Feel free to report errors, send suggestions or postal cards to my mailbox.
Also, you can report them to:

  • General Dolphin questions at news://comp.lang.smalltalk.dolphin
  • Swazoo and Sport swazoo-devel at lists.sourceforge.net
  • Seaside stuff to Seaside Mailing List seaside at lists.squeakfoundation.org
Enjoy!

Monday, July 17, 2006

Sport and Swazoo released

I've completed the port of Swazoo 1.1.4 and Sport.
I don't have a hosting yet, so if you want them, drop me a request on eMaringolo at gmail dot com.

I have it available in STS Project Export XML format (.pex), and good old .pac packages.

To load the .pac's you must first load Sport, and then Swazoo.
First load Sport in this order:
  • VW Filenames.pac
  • MD5.pac
  • Sport
  • Sport tests

Then load Swazoo in this order:


  • Swazoo-Compatibility.pac
  • Swazoo-Headers.pac
  • Swazoo-Server.pac
  • Swazoo-Resources.pac
  • Swazoo-Examples.pac
  • Swazoo-Tests.pac

Then you can test it evaluating:

site := Site new name: 'swazoo'.
site host: 'localhost' ip: '127.0.0.1' port: 8888.
site addResource: (comp := CompositeResource uriPattern: '/').
comp addResource: (HelloWorldResource uriPattern: 'hello').
SwazooServer singleton addSite: site.
site start.

Then to stop your server do:

site stop

For more information visit Swazoo.org, or Swazoo Sourceforge homepage.

More to follow...

Friday, July 14, 2006

The three S's

I'm packaging and testing an "usable" (I can't tell if it's stable) release for Dolphin of:

  • Sport
  • Swazoo 1.1.4 latest release ported from the main codestream on Cincom Public Repository, based on the Sport compatbility layer
  • Seaside (adapted from Avi Bryant's port, and with better integration with Swazoo).

Stay tuned, my intention is to release during this weekend.

web site analysis