What is AltJB? Scott
> -----Original Message----- > From: Paul Hammant [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 22, 2002 3:04 AM > To: Avalon Development > Subject: AltJB (pending better name) / framework methods > > > Folks, > > I've started AltJB (no CVS yet). In XP style I'm writing the example > apps first. Now that I've moved on to the Kernel, I notice that > ComponentManager does not actually do what I want... > > public Component lookup(String s) throws ComponentException; > > is tied to components, whereas the justification behind > AltRMI and AltJB > is that *any* interface can be transported. Thus... > > public Object lookup(String s) throws ComponentException; > > .. is more useful to us. The ComponentManager for AltJB will still > route through to the Framework's ComponentManager when > looking for other > Phoenix hosted comps. > > Regards, > > - Paul H > > > -- > To unsubscribe, e-mail: > <mailto:avalon-dev-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
