A new document by Vadim Shaykevich showing how to
install and use PSO services under Windows NT/2000/XP
http://sourceforge.net/docman/display_doc.php?docid=14746&group_id=49265
This how-to will show how easy it is to build a reasonably functional web service example with pso. Areas covered include:
* Logging In
* Handling Sessions
* Connecting to a database
* Complex forms
* File uploads
* Security
* Template Parsing
and it is done in 230 lines of python code and about 16 subclassed tags!
Python Service Objects is a package that simplifies development of HTTP handlers. With its built-in session handling and its bridging system it allows you to write one handler that will run with modpython, NASAPY,CGI, etc. It offers an easy interface to HTTP info. Included is a simple, fast, robust and powerful extendable OO template parser. Its users one NYSE's bigest internet on-line project.