> I didn't find much information about building COM objects ..

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
> > I didn't find much information about building COM objects ..
>
> What's a 'COM object'?
like CORBA, but windows-specific.
If he really wants COM, it's better to use .NET.
I mean a Component Object Model. Something which has been called a long
ago, apparently, ActiveX and OLE by Microsoft. It is supposed to be
interfaced objects, registered on a computer, with which other
applications can interact. I say "supposed" because I am new at this
and it is my actual understanding of it...
Aquila Deus - 16 Jun 2005 16:37 GMT
aba...@agora.ulaval.ca wrote:
> I mean a Component Object Model. Something which has been called a long
> ago, apparently, ActiveX and OLE by Microsoft. It is supposed to be
> interfaced objects, registered on a computer, with which other
> applications can interact. I say "supposed" because I am new at this
> and it is my actual understanding of it...
COM was supported by M$'s own java implmentation many years ago, but
not anymore.
If you're looking for similiar tech, CORBA may be a good choice.
aba955@agora.ulaval.ca - 16 Jun 2005 16:42 GMT
Ok, that explains why I didn't find much on the subject. I will read
about CORBA. Thanks for your help.
Paul - 16 Jun 2005 20:45 GMT
>I mean a Component Object Model. Something which has been called a long
> ago, apparently, ActiveX and OLE by Microsoft. It is supposed to be
> interfaced objects, registered on a computer, with which other
> applications can interact. I say "supposed" because I am new at this
> and it is my actual understanding of it...
I have used a package called Jacob which allows Java classes to access COM
objects on Windows. I don't think there is a (nice) way to set up a pure
Java program as a COM object. The platform-specific nature of it is contrary
to Java's platform independence.
--Paul