Hi JB,
Can u tell where I can download it from?
Thanks,
Parikshit
-----Original Message-----
From: Jean-Baptiste Nizet [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, March 16, 2000 2:35 PM
To: [EMAIL PROTECTED]
Subject: Re: PortableRemoteObject.narrow
Parikshit Pol wrote:
> Hi,
> But isnt PortableRemoteObject a part of jdk1.3? We dont have a production realease
>of jdk1.3 as yet. So we cant use it in out projects.
No, it's part of the standard extension RMI-IIOP, which is part of JDK1.3, but is
available separately as well.
JB.
>
> Parikshit
>
> -----Original Message-----
> From: Bhattacharyya, Ana [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, March 13, 2000 9:45 PM
> To: [EMAIL PROTECTED]
> Subject: PortableRemoteObject.narrow
>
> Hi all,
> I am getting as to how the PortableRemoteObject.narrow helps when compared
> to the simple cntxt.lookup!!!. The code is given below
> Object objref = ctx.lookup("pool.Register");
> RegisterHome registerhome =
> (RegisterHome)PortableRemoteObject.narrow(objref,
> connectpool.RegisterHome.class);
> compared to
> RegisterHome registerhome = (RegisterHome) ctx.lookup("pool.Register");
> Hey, to me it seems the 1st one increases the # of lines of code!!!! but
> what values does it add???
> Any help to clear this doubt is appreciated.
> TIA
> Anamitra
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff EJB-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff EJB-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
--
Jean-Baptiste Nizet
[EMAIL PROTECTED]
R&D Engineer, S1 Belgium
Excelsiorlaan 87
B-1930 Zaventem
+32 2 714 45 42
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".