Differences between revisions 4 and 5
Revision 4 as of 2006-05-23 04:16:28
Size: 50
Editor: c-71-229-87-136
Comment:
Revision 5 as of 2006-08-21 15:07:15
Size: 1368
Editor: PaulBoddie
Comment: Initial attempt at documenting the framework.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe JOTWeb2 here.kmj
----
CategoryEditors
#pragma section-numbers off

=== JOTWeb2 ===

   URL:: http://jotweb.tummy.com/
   version:: 1.10 (''[[Date(2005-12-30T00:00:00)]]'')
   licence:: GPL
   platforms:: Linux, possibly others
   Python versions:: 2.3.4 or above

=== Deployment Platforms ===

Requires Apache and mod_python; is therefore constrained by the deployment requirements of those components.

=== Suitability ===

=== Development Interfaces ===

Seems to focus on templating and rather simple published handler functions inside Python modules.

=== Environment Access ===

Provides a configuration mechanism and employs a context containing application-related data for convenient access by the presentation templates.

=== Session, Identification and Authentication ===

Provides filesystem and relational database sessions, along with authentication support.

=== Persistence Support ===

Does not appear to provide explicit support for persistence mechanisms (apart from the session support mentioned above).

=== Presentation Support ===

Uses Zope 3's TAL for templating.

=== InTheirOwnWords ===

=== Comments ===

These notes were added to provide a brief overview of the software. However, I have not actually evaluated the software myself. -- PaulBoddie

=== Hosting ===

The usage of Apache and mod_python seems to dictate hosting options.

JOTWeb2

URL

http://jotweb.tummy.com/

version

1.10 (Date(2005-12-30T00:00:00))

licence
GPL
platforms
Linux, possibly others
Python versions
2.3.4 or above

Deployment Platforms

Requires Apache and mod_python; is therefore constrained by the deployment requirements of those components.

Suitability

Development Interfaces

Seems to focus on templating and rather simple published handler functions inside Python modules.

Environment Access

Provides a configuration mechanism and employs a context containing application-related data for convenient access by the presentation templates.

Session, Identification and Authentication

Provides filesystem and relational database sessions, along with authentication support.

Persistence Support

Does not appear to provide explicit support for persistence mechanisms (apart from the session support mentioned above).

Presentation Support

Uses Zope 3's TAL for templating.

InTheirOwnWords

Comments

These notes were added to provide a brief overview of the software. However, I have not actually evaluated the software myself. -- PaulBoddie

Hosting

The usage of Apache and mod_python seems to dictate hosting options.

JOTWeb2 (last edited 2008-11-15 14:00:11 by localhost)

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