Main > Programming > Libraries >

Object::Mediator 0.02

Object::Mediator 0.02

Sponsored Links

Object::Mediator 0.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.006 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 890
Date added: 2007-05-18
Publisher: Eugen J. Sobchenko

Object::Mediator 0.02 description

Object::Mediator is a generic object persistence framework.

SYNOPSIS

package Persistent;

use base qw( Object::Mediator );

__PACKAGE__->mk_attr ( qw(foo bar) );

sub _set_id {
my $self = shift;

my $id = generate_identity();

$self->identity( $id );
}

sub _insert {
my $self = shift;

$db_handle->insert ( $self->id, $self->foo, $self->bar );
}

sub _update {
my $self = shift;

$db_handle->update ( $self );
}

sub _delete {
my $self = shift;

$db_handle->delete ( $self->id );
}

sub _select {
my $self = shift;

my ( $foo, $bar ) = $db_handle->select ( $self->id );

$self->foo ( $foo );
$self->bar ( $bar );
}

Object::Mediator attempts to be simple and fairly minimalistic object mapping framework. Main aims of development were: usage simplicity, end user transparency, database independency and minimization of database interaction with some kind of in-memory object state control system.

Object::Mediator 0.02 Screenshot

Advertisements

Object::Mediator 0.02 Keywords

Bookmark Object::Mediator 0.02

Hyperlink code:
Link for forum:

Object::Mediator 0.02 Copyright

WareSeeker periodically updates pricing and software information of Object::Mediator 0.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Object::Mediator 0.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Object::AutoAccessor is an accessor class by using AUTOLOAD. Free Download
B::LexInfo is a Perl module that shows information about subroutine lexical variables. Free Download
Object::Trampoline is a Perl module for delay object construction. Free Download
Rose::Object is a simple object base class. Free Download
Games::Object is a Perl module to provide a base class for game objects. Free Download
CSer is a library for C++ serialization, also called persistence. Free Download
XML::Generator is a Perl extension for generating XML. Free Download
Symbol is a Perl module created to manipulate Perl symbols and their names. Free Download