Re: Remote Object Server Modules

2002-11-04 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Phil Crow <[EMAIL PROTECTED]> wrote: > --- _brian_d_foy <[EMAIL PROTECTED]> wrote: > <[EMAIL PROTECTED]>, > > Phil Crow <[EMAIL PROTECTED]> wrote: > > > I'm working a scheme similar to Enterprise Java > > > Beans (EJB) for Perl. > > we wouldn't put it in Net::*,

Re: Remote Object Server Modules

2002-11-01 Thread Phil Crow
--- _brian_d_foy <[EMAIL PROTECTED]> wrote: > In article > <[EMAIL PROTECTED]>, > Phil Crow <[EMAIL PROTECTED]> wrote: > > > I'm working a scheme similar to Enterprise Java > > Beans (EJB) for Perl. > > If you like this idea I'd like to get it a > namespace > > perhaps Net::Prim. Please advise

Re: Remote Object Server Modules

2002-10-29 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Phil Crow <[EMAIL PROTECTED]> wrote: > I'm working a scheme similar to Enterprise Java Beans > (EJB) for Perl. This allows servers to maintain > persistent objects for remote (or local) clients. > There's an example of the API below. Let me know what > you think

Remote Object Server Modules

2002-10-29 Thread Phil Crow
Hello all, I'm working a scheme similar to Enterprise Java Beans (EJB) for Perl. This allows servers to maintain persistent objects for remote (or local) clients. There's an example of the API below. Let me know what you think at [EMAIL PROTECTED] If you like this idea I'd like to get it a name