Re: Events, outgoing interfaces?

Bodlák Martin <[email protected]> Wed, 15 Jun 2005 15:40:13 +0200
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <[email protected]>
Thank you very much for your answer.
Martin
 
-- 
Mgr. Martin Bodlák, MEDIUM SOFT a. s.
Cihelní 14, 70200 Ostrava, Czech Republic
tel. +420-596 663 203
fax +420-596 663 112
<http://www.mediumsoft.cz> http://www.mediumsoft.cz/ <http://www.mediumsoft.cz/> 
[email protected] <mailto:[email protected]> 

________________________________

Od: Discussion of Java/Win32/COM integration with Jawin za uživatele Vitaly Shelest(home)
Odesláno: st 15.6.2005 16:17
Komu: [email protected]
Předmět: Re: [JAWIN] Events, outgoing interfaces?



Originally, three years ago I had started with JAWIN to accomplish it. But now I have different project. My main goal to make COM programming in Java as simple as possible. I try hide all COM specifics from Java Programmer, i.e. no Variants, SafeArrays, Marshal Unmarshal, VT_XXXX types, etc.

Vitaly Shelest,
R&D,
Composia Software Ltd (former Anysoft Ltd)

  ----- Original Message -----
  From: Bodlák Martin
  To: [email protected]
  Sent: Wednesday, June 15, 2005 2:42 PM
  Subject: Re: [JAWIN] Events, outgoing interfaces?


  Thank you for your help.

  What is the relation between original Jawin and your version?
  (Currently I am evaluating Jawin and Jacob, both open source projects for working with COMs from within Java. What are in your oppinion Jawin's most valuable advantages above Jacob?)
  Martin

  ________________________________

  Od: Discussion of Java/Win32/COM integration with Jawin za uživatele Vitaly Shelest(home)
  Odesláno: st 15.6.2005 15:37
  Komu: [email protected]
  Předmět: Re: [JAWIN] Events, outgoing interfaces?



  At
  http://simtel.net/product.php[id]60701[sekid]0[SiteID]simtel.net
  you will find an example for MSMQ. The example source is packed in the proper JAR. Questions send to my Email.

  Vitaly Shelest


  ----- Original Message -----
    From: Bodlák Martin
    Newsgroups: gmane.comp.windows.devel.jawin
    Sent: Wednesday, June 15, 2005 1:54 PM
    Subject: Events, outgoing interfaces?


    Hello, I am new to this list.
    I try to use my own COM objects from within Java code and I found Jawin. I think it is great piece of software.
   
    What I need is to hook on some events (my COM objects are something like the middle tier between applications and Message Queuing).
    Are there some equivalents to DispEventAdvise and DispEventUnadvise (C++) in Jawin?
   
    I have generated stubs for my COM objects and now I want to implement the callback class with outgoing interface.
    Unfortunately I have found no clue neither in this mailing list nor in documentation or demos.
   
    Please can anyone help me?
    Thank you in advance...
   
    Martin