cvsuser 02/01/23 20:43:23
Modified: P5EEx/Blue TODO
Log:
updated all descriptions
Revision Changes Path
1.3 +44 -45 p5ee/P5EEx/Blue/TODO
Index: TODO
===================================================================
RCS file: /cvs/public/p5ee/P5EEx/Blue/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- TODO 24 Jan 2002 04:17:01 -0000 1.2
+++ TODO 24 Jan 2002 04:43:23 -0000 1.3
@@ -1,5 +1,5 @@
######################################################################
-## File: $Id: TODO,v 1.2 2002/01/24 04:17:01 spadkins Exp $
+## File: $Id: TODO,v 1.3 2002/01/24 04:43:23 spadkins Exp $
######################################################################
==========================================
@@ -26,9 +26,9 @@
o Session::HTMLHidden - in an HTML hidden variable
o Session::ApacheSessionX - using Apache::SessionX
o Security Provides authentication and authorization services
- o Security::Htpasswd - from .htpasswd and .htgroup files
- o Security::DBI - from tables in a DBI database
- o Security::Repository - from tables in a Repository
+ o Security::Htpasswd - authen/authz from .htpasswd and .htgroup files
+ o Security::DBI - authen/authz from tables in a DBI database
+ o Security::Repository - authen/authz from tables in a Repository
o Widget A persistent, stateful object, takes care of life cycle
o Widget::Entity - a business entity object, stored in a Repository
o Widget::HTML - a visual HTML object, stored in a Session
@@ -48,47 +48,46 @@
o Context::ModPerl - the mod_perl runtime context
o Context::ModPerlRegistry - the mod_perl Apache::Registry context
o Context::SOAP - the SOAP server context
- o Repository::BerkeleyDB -
- o Repository::HTML
- o Repository::SOAP
+ o Repository::BerkeleyDB - from a transactioned Berkeley DB store
+ o Repository::HTML - from a formatted HTML page
+ o Repository::SOAP - from a remote repository
Eventually
- o Context::Cmd
- o Context::Daemon
- o Context::FCGI
- o Context::Gtk
- o Context::POE
- o Context::PPerl
- o Context::WxPerl
- o Serializer::XML
- o Serializer::RDF
- o Session::ApacheSession
- o Repository::LDAP
- o Security::DCE
- o Security::Kerberos
- o Security::LDAP
- o Security::Passwd
- o Security::Radius
- o Security::SMB
- o Security::SSL
- o Template::ASP
- o Template::AxKit
- o Template::Embperl
- o Template::HTMLTemplate
- o Template::Mason
- o Template::TextTemplate
- o Widget::Curses
- o Widget::Gtk
- o Widget::SOAP
- o Widget::Wxperl
- o LogChannel::NetDaemon
- o LogChannel::Tivoli
- o Messaging::Jabber
- o Messaging::Mail
- o Messaging::Spread
- o Messaging::Stem
- o Procedure::Local
- o Procedure::Messaging
- o Procedure::PlRPC
- o Procedure::pRPC
+ o Context::Cmd - the command-line runtime context
+ o Context::Daemon - a stand-alone daemon runtime context
+ o Context::FCGI - the Fast CGI runtime context
+ o Context::Gtk - the GTK runtime context (an X application)
+ o Context::POE - POE runtime context (event-dispatch daemon)
+ o Context::PPerl - PPerl runtime context
+ o Context::WxPerl - WxPerl runtime context (a Win32 application)
+ o Serializer::XML - from XML with validation
+ o Serializer::RDF - from XML/RDF with validation
+ o Session::ApacheSession - using Apache::Session
+ o Repository::LDAP - from an LDAP store
+ o Security::DCE - authen/authz from DCE
+ o Security::Kerberos - authen/authz from Kerberos
+ o Security::LDAP - authen/authz from LDAP
+ o Security::Passwd - authen/authz from /etc/passwd, /etc/group
+ o Security::Radius - authen/authz from Radius
+ o Security::SMB - authen/authz from SMB
+ o Security::SSL - authen/authz from SSL
+ o Template::ASP - uses the Apache::ASP processor
+ o Template::AxKit - uses the AxKit processor
+ o Template::Embperl - uses the Embperl processor
+ o Template::HTMLTemplate - uses the HTML::Template processor
+ o Template::Mason - uses the HTML::Mason processor
+ o Template::TextTemplate - uses the Text::Template processor
+ o Widget::Curses - a visual Curses object, stored in a session
+ o Widget::Gtk - a visual GTK object, stored in a session
+ o Widget::Wxperl - a visual WxPerl object, stored in a session
+ o Widget::SOAP - a business entity object, running remotely
+ o LogChannel::NetDaemon - uses logging in Net::Daemon
+ o LogChannel::Tivoli - interfaces to Tivoli
+ o Messaging::Jabber - uses Jabber
+ o Messaging::Mail - uses e-mail (Mail::Box)
+ o Messaging::Spread - uses the "Spread" library
+ o Messaging::Stem - uses the "Stem" library
+ o Procedure::Local - uses a local procedure call
+ o Procedure::Messaging - uses any available asynch messaging method
+ o Procedure::PlRPC - uses PlRPC