NAME
Oak::DataModule - Container for non-visual components
DESCRIPTION
This component is the container for the non-visual components, like a database connection.
HIERARCHY
Oak::Object
Oak::Persistent
Oak::Component
Oak::DataModule
EXAMPLES
my $datamodule = new Oak::DataModule(RESTORE_TOPLEVEL => "file.xml");
COPYRIGHT
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.