Differences between revisions 5 and 6
Revision 5 as of 2004-04-07 20:22:26
Size: 2784
Editor: 21-25
Comment:
Revision 6 as of 2005-01-13 13:16:41
Size: 2778
Editor: klds
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
Line 47: Line 46:

A framework for WebProgramming.

Masthead

URL

http://sourceforge.net/projects/pso/

version

0.98.C-beta (Date(2003-01-30T00:00:00))

licence
LGPL.
platforms
independant
Python versions
2.1

Deployment Platforms

  • any web server platform

Suitability

pso- Python Service objects is a package that simplifies and abstrcats the use of HTTP handlers. Write once and really run on modpython, modsnake, NASAPY, fastcgi, or CGI.

  • It offers an easy interface to HTTP info and built-in sessions handling.
  • There are no tags to learn. Just use html and embed your own tags. This is a system for programers, who want to develop with an OO methodology. The emphesis in the system is resuse.
  • Has a simple, fast, robust and powerful extendable OO template parser.
  • Used on the floor of NYSE to deliver their most used and important internet based trading service.

Development Interfaces

  • Object-oriented, templates embedded with python tag object and and service methods.

Environment Access

  • Adapters allow thisfra.

Session, Identification and Authentication , and Persistence Support

Presentation Support

Comments

I have just started using this as my hosting company only runs Python 2.2 at the moment and uses Zeus instead of Apache, so no mod_python. It really didn't take me long to pick it up and within a couple of hours I had my blog written, a set of back-end tools to manage it as well as the archive view for permalinks. I also went and added a log parser to track certain traffic patterns on my site using the PSO framework, and that took me all of 15 minutes to throw together. I haven't tried some of the servlet clones yet, but so far, PSO definitely suits all my needs. It's well put together and runs incredibly fast, even over cgi. You can see for yourself at [http://www.davtri.com/thoughts.cgi David Giffin's Thoughts, projects, ideas and ramblings] If anyone knows the authors, I would love to see the project taken to completion.

-- Dave Giffin

Hosting

  • where ever you can run a CGI.

pso (last edited 2014-04-16 04:01:25 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.