I've had similar thoughts about an object oriented database interface. Over the last few years, I've had the opportunity to play around with PDO (PHP Data Objects), EJB (Enterprise Java Beans), and JPA (Java Persistence Architecture). All of these systems have some interesting features that would be nice to steal^H^H^H^Hmodel a new ooRexx API on.
Rick On Tue, Oct 14, 2008 at 1:39 PM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > On Tue, Oct 14, 2008 at 7:37 AM, David Ruggles <[EMAIL PROTECTED]> wrote: > >> 2) Database integration: While rexx has rexx/sql ooRexx doesn't have a good >> oo/sql interface, it's still limited to stem objects. Maybe rewriting or >> writing an sql interface using the new API interface that is packaged with >> ooRexx is a good idea. > > This is sort of orthogonal to the original discussion, but this is > something I have thinking about doing. Once we get 4.0.0 out the door > of course. > > -- > Mark Miesfeld > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
