Differences between revisions 8 and 9
Revision 8 as of 2008-05-20 05:32:41
Size: 2766
Editor: sj-webwasher
Comment: abstrcats -> abstracts, emphesis -> emphasis (fix typos) + some rewording
Revision 9 as of 2008-11-15 14:00:51
Size: 2774
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
   version:: 0.98.C-beta (''[[Date(2003-01-30T00:00:00)]]'')    version:: 0.98.C-beta (''<<Date(2003-01-30T00:00:00)>>'')
Line 33: Line 33:
    * built-in and extentable see [http://sourceforge.net/docman/display_doc.php?docid=10175&group_id=49265 HOW-TO: Easy CGI session handling using pso.session] or [http://sourceforge.net/docman/display_doc.php?docid=10174&group_id=49265 How-To: Easy mod_python Session Handling with pso.session]     * built-in and extentable see [[http://sourceforge.net/docman/display_doc.php?docid=10175&group_id=49265|HOW-TO: Easy CGI session handling using pso.session]] or [[http://sourceforge.net/docman/display_doc.php?docid=10174&group_id=49265|How-To: Easy mod_python Session Handling with pso.session]]
Line 38: Line 38:
    * No special tags, just HTML templates with programmer created tags. see [http://sourceforge.net/docman/display_doc.php?docid=11561&group_id=49265 pso - Building a web service with pso] - This is a "Build a web portal in 15 minutes" type how-to.     * No special tags, just HTML templates with programmer created tags. see [[http://sourceforge.net/docman/display_doc.php?docid=11561&group_id=49265|pso - Building a web service with pso]] - This is a "Build a web portal in 15 minutes" type how-to.
Line 41: Line 41:
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. 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.

A framework for WebProgramming.

Masthead

URL

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

version

0.98.C-beta (2003-01-30)

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