atom feed13 messages in org.freebsd.freebsd-javaRe: Anything like COM in Java?
FromSent OnAttachments
j mckitrickJun 28, 2002 4:21 am 
Fredrick NilssonJun 28, 2002 4:25 am 
j mckitrickJun 28, 2002 4:55 am 
Fredrick NilssonJun 28, 2002 5:54 am 
John UtzJun 28, 2002 9:32 am 
Alexander KabaevJun 28, 2002 10:03 am 
j mckitrickJun 28, 2002 10:51 am 
Jonathan ChenJun 28, 2002 3:04 pm 
John UtzJun 28, 2002 3:09 pm 
John UtzJun 28, 2002 3:33 pm 
Jonathon McKitrickJul 3, 2002 3:10 am 
Jonathon McKitrickJul 4, 2002 5:19 am 
Ernst de HaanJul 5, 2002 2:16 am 
Subject:Re: Anything like COM in Java?
From:Jonathon McKitrick (jc@FreeBSD-uk.eu.org)
Date:Jul 3, 2002 3:10:48 am
List:org.freebsd.freebsd-java

| > contract interactions. How can I do this in Java? Do Interfaces work | > well enough for this? Is there a Java binary equivalent, so the binding | > takes place at run-time rather than compile-time? | | Would a network classloader do what you want? There'd be still quite a | bit of work to do to handle the interaction.

On looking at things more closely, COM is not dynamic run-time binding. Since you still have to begin with a type library, the interfaces are all defined ahead of time, just like Java. So, it looks like the best way to do this is with Java interfaces, just like I'd planned.

jm

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message