You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Eung-ju Park <co...@apache.org> on 2002/01/10 09:40:23 UTC

Automatic block publisher via RMI...

org.apache.avalon.cornerstone.listeners is for good place for automatic RMI
publisher?
RMIPublisherListener is public Remote blocks automatically. Is it correct
usage of BlockListener?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Automatic block publisher via RMI...

Posted by Eung-ju Park <co...@apache.org>.
----- Original Message -----
From: "Eung-ju Park" <co...@apache.org>
To: "Avalon Developers List" <av...@jakarta.apache.org>
Sent: Thursday, January 10, 2002 5:40 PM
Subject: Automatic block publisher via RMI...


> org.apache.avalon.cornerstone.listeners is for good place for automatic
RMI
> publisher?
> RMIPublisherListener is public Remote blocks automatically. Is it correct

Miss typing....
RMIPublisher is publish if blocks inherit Remote interface.

> usage of BlockListener?
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Automatic block publisher via RMI...

Posted by Eung-ju Park <co...@apache.org>.
----- Original Message -----
From: "Paul Hammant" <Pa...@yahoo.com>
To: "Avalon Developers List" <av...@jakarta.apache.org>
Sent: Thursday, January 10, 2002 6:24 PM
Subject: Re: Automatic block publisher via RMI...


> Eung-ju,
>
> >org.apache.avalon.cornerstone.listeners is for good place for automatic
RMI
> >publisher?
> >RMIPublisherListener is public Remote blocks automatically. Is it correct
> >usage of BlockListener?
> >
> I am proposing a similar thing for AltRMI. I thik the listener thing is
> a good idea, but have reservations because I think the publications
> should happen after start() on the block.

Hmm. blockAdded event happen before block STARTUP phase?
blockAdded event happen after block STARTUP phase. I see that in phoenix
source code.

>
> Incidentally, where are you going to get your Remote Interface from. Are
> you proposing that service interfaces should be Remote?

Yes. I need just simple RMI. no need for other jar dependency...

>
> Regards,
>
> - Paul H
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Automatic block publisher via RMI...

Posted by Paul Hammant <Pa...@yahoo.com>.
Eung-ju,

>org.apache.avalon.cornerstone.listeners is for good place for automatic RMI
>publisher?
>RMIPublisherListener is public Remote blocks automatically. Is it correct
>usage of BlockListener?
>
I am proposing a similar thing for AltRMI. I thik the listener thing is
a good idea, but have reservations because I think the publications
should happen after start() on the block.

Incidentally, where are you going to get your Remote Interface from. Are
you proposing that service interfaces should be Remote?

Regards,

- Paul H


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Automatic block publisher via RMI...

Posted by Eung-ju Park <co...@apache.org>.
----- Original Message -----
From: "Peter Donald" <pe...@apache.org>
To: "Avalon Developers List" <av...@jakarta.apache.org>
Sent: Thursday, January 10, 2002 7:44 PM
Subject: Re: Automatic block publisher via RMI...


> On Thu, 10 Jan 2002 19:40, Eung-ju Park wrote:
> > org.apache.avalon.cornerstone.listeners is for good place for automatic
RMI
> > publisher?
> > RMIPublisherListener is public Remote blocks automatically. Is it
correct
> > usage of BlockListener?
>
> I wouldn't have the listener doing the publishing. I would have a
publisher
> block that is used by the listener. So the listener basically collects all
> the Blocks and then publishes em using another block

:-) I'm consider same method. after I've been writen mail.

>
>
> --
> Cheers,
>
> Pete
>
> ----------------------------------------
> Whatever you do will be insignificant,
> but it is very important that you do it.
>                               --Gandhi
> ----------------------------------------
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Automatic block publisher via RMI...

Posted by Peter Donald <pe...@apache.org>.
On Thu, 10 Jan 2002 19:40, Eung-ju Park wrote:
> org.apache.avalon.cornerstone.listeners is for good place for automatic RMI
> publisher?
> RMIPublisherListener is public Remote blocks automatically. Is it correct
> usage of BlockListener?

I wouldn't have the listener doing the publishing. I would have a publisher 
block that is used by the listener. So the listener basically collects all 
the Blocks and then publishes em using another block 


-- 
Cheers,

Pete

----------------------------------------
Whatever you do will be insignificant, 
but it is very important that you do it. 
                              --Gandhi
----------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>