Lightweight Web Services
http://www.alphaworks.ibm.com/tech/lws
I believe web services non-lightweight nature (compared to HTML et al) is
reflected in their adoption rate. IBM has delivered some sort of generic
script container with more server-side integration that the straight BSF. I
love scripting bolted onto more serious architecture, and appreciate
projects like this that show the way. LWS looks a lot like what Intraspect
has done with their server-side Jython.
ns_xml - seeya
I reimplemented ns_xml using tDOM for the portable.nsd
project and it appears to be parsing xql files. There are very few OpenACS
DOM calls made, so I think I did this correctly. I need to become more
systematic about writing tests so I can be sure. Although the code runs
without errors on the command line, for some reason this library makes
TclPro complain. Since it wasn't too much work, I should see if I have
better luck with pure-TCL tclDOM. Also, I have not yet figured out garbage
collection or implementing "-persists".
8:28:14 AM
|