Hi ,
In a program I am now writing for windows XP , I need some function
from Microsoft component such as Excel and the mini Drawing
application . Could anybody tell me is there a java library with
comprihensive document dedicated to COM communication ?
Thanks in advance !
Michael Rauscher - 16 Aug 2006 15:33 GMT
Bo Yang schrieb:
> Hi ,
> In a program I am now writing for windows XP , I need some function
> from Microsoft component such as Excel and the mini Drawing
> application . Could anybody tell me is there a java library with
> comprihensive document dedicated to COM communication ?
E.g. http://sourceforge.net/projects/jacob-project/
Bye
Michael
Thomas Fritsch - 16 Aug 2006 16:30 GMT
> Bo Yang schrieb:
>
[quoted text clipped - 4 lines]
>
> E.g. http://sourceforge.net/projects/jacob-project/
More similar products can be found on the web. Google for
Java +COM +bridge

Signature
Thomas
Bo Yang - 17 Aug 2006 03:40 GMT
> Bo Yang schrieb:
> > Hi ,
[quoted text clipped - 7 lines]
> Bye
> Michael
Thank you , I shouldn't have forgotten the open source repo !
Steffen - 20 Aug 2006 00:21 GMT
> Hi ,
> In a program I am now writing for windows XP , I need some function
> from Microsoft component such as Excel and the mini Drawing
> application . Could anybody tell me is there a java library with
> comprihensive document dedicated to COM communication ?
> Thanks in advance !
AFAIK SWT also comes with a com bridge. This may be interesting for you
if your'e writing an swt app.
regards
-s.
alexr - 20 Aug 2006 06:01 GMT
> Hi ,
> In a program I am now writing for windows XP , I need some function
> from Microsoft component such as Excel and the mini Drawing
> application . Could anybody tell me is there a java library with
> comprihensive document dedicated to COM communication ?
> Thanks in advance !
The best I have used was from http://j-integra.intrinsyc.com/ . It will
generate the stubs for calling word functionality so that you don't
have to get all too involved with internals of the active-x, com
libraries. They are not free though, but may be well worth it.
http://www.jdbcpersistence.org Fast Database Persistence
alexr - 20 Aug 2006 06:02 GMT
> > Hi ,
> > In a program I am now writing for windows XP , I need some function
[quoted text clipped - 9 lines]
>
> http://www.jdbcpersistence.org Fast Database Persistence
Just realized that this "calling word functionality " should read
"calling active-x/com application" functionality.
Cheers!