Differences between revisions 7 and 8
Revision 7 as of 2005-01-13 13:24:33
Size: 2786
Editor: klds
Comment:
Revision 8 as of 2008-05-20 05:32:41
Size: 2766
Editor: sj-webwasher
Comment: abstrcats -> abstracts, emphesis -> emphasis (fix typos) + some rewording
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Line 18: Line 17:
Line 21: Line 19:
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. pso- Python Service objects is a package that simplifies and abstracts the use of HTTP handlers. Write once and really run on modpython, modsnake, NASAPY, fastcgi, or CGI.
Line 23: Line 21:
    * 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.     * 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 with an emphasis on re-use.
Line 32: Line 30:
    * Adapters allow thisfra.     * Adapters allow this.
Line 49: Line 47:
    * where ever you can run a CGI.     * wherever you can run a CGI.

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 abstracts 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 with an emphasis on re-use.
  • 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 this.

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

  • wherever 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.