On Oct 13, 2006, at 3:53 PM, Jesse Brown wrote:

> I would say yes, except for the hash table (can't decide to handle it
> any other way).
>
> what about $classAB->B( Rose::DB::Object::B->new ( etc... ) );
>
> ?
>
> In the part you are thinking of, how would you know to pre-retrieve
> object 'B' and stick it in the hash for the object?


the hash table was just dirty pseudocode to show the structure

i think something like

        $classAB= A->new(
                        stuff,
                        with_children-> [
                                B => {
                                        load || new_if_dne
                                }
                        ]
        )

but then that gets way too complex...

i think i might just handle mulitple objects simultanesously... i'm  
already using a wrapper to handle rose objects

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to