Changes for version 0.06

  • Bug Fixes
    • Host availability functions removed Since we are now using ResourcePool, much of the fail-over code in Uttu has been removed. ResourcePool handles fail-over as well as other means of using multiple servers for a resource.
    • Database definition functions All the database definition functions are removed or deprecated. ResourcePool now manages database configurations based on an XML configuration file loaded with the "global_resources" Uttu configuration option.
    • ResourcePool configuration fixed The Uttu modules used to configure ResourcePool objects was using XML::XPath incorrectly (not stringifying strings). It now is. Configurations should work.

Documentation

Change Log
User Guide and Reference Manual for Uttu
Description of frameworks.
Description of function sets.
Introduction to Uttu

Modules

web interface driver
inheritable module providing basic framework support
basic internationalization support
create a framework or function set Makefile
parses resource configuration files
<pool/> handler for resource definitions
<resources/> handler for resource definitions
framework for testing Uttu:: frameworks and funtion sets

Provides

in lib/Uttu/Handler/axkit/ConfigReader.pm
in lib/Uttu/Handler/axkit/ContentProvider.pm
in lib/Uttu/Resource/dbi.pm
in lib/Uttu/Resource/ldap.pm
in lib/Uttu/Tools.pm