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.
0 Comments:
Post a Comment
<< Home