[ajug-members] Java + PowerBuilder

Corey Brown corey at spectrumsoftware.net
Wed Apr 6 16:09:10 EDT 2005


    Cynthia,

    I did something similar a few years back. In my case I needed to 
interface
    Visual Studio.NET (the IDE itself) with our Java App. I chose to 
instrument
    Visual Studio with a DLL that was integrated into VS.NET through the 
SCCI
    interface. The DLL simply opens up a socket connection between the 
VS.NET
    executable and my Java application and then XML messages pass between 
the
    two.

    You may want to consider something similar. The PowerBuilder folks will 
just
    have to add some simple socket connection/monitoring functionality to 
their
    app and then you can start passing well defined XML messages between the 
two.

    Cheers,
    --Corey

----- Original Message ----- 
From: "Cynthia Jeness" <CJeness at bellsouth.net>
To: "General AJUG membership forum (100-200 messages/month)" 
<ajug-members at ajug.org>
Sent: Wednesday, April 06, 2005 3:57 PM
Subject: Re: [ajug-members] Java + PowerBuilder


> We have a Java application which does a insurance calculations. We 
> normally use this to power our servlet application which runs in Tomcat, 
> Jetty, etc. However, we have a client who is tied to PowerBuild for legacy 
> reasons who would like to use our insurance application to perform batch 
> calculations for insurance applications.
>
> So my question is how do we interface between a Java application and 
> PowerBuilder 8?
>
> Cindy Jeness
>
> Ed Holderman wrote:
>
>>Cynthia,
>>  I was just going through old posts and saw this.  We are currently
>>using PowerBuilder 8 against Java EJB's in Sybase Jaguar app server
>>3.6.1.  If you have any questions, feel free to ask.
>>
>>Ed Holderman
>>
>>-----Original Message-----
>>From: ajug-members-bounces at ajug.org
>>[mailto:ajug-members-bounces at ajug.org] On Behalf Of Cynthia Jeness
>>Sent: Monday, February 28, 2005 5:38 PM
>>To: ajug-members at ajug.org
>>Subject: [ajug-members] Java + PowerBuilder
>>
>>Does anyone have any experience interfacing between PowerBuilder 9 and
>>Java?
>>
>>Cindy Jeness
>>_______________________________________________
>>ajug-members mailing list
>>ajug-members at ajug.org
>>http://www.ajug.org/mailman/listinfo/ajug-members
>>
>>_______________________________________________
>>ajug-members mailing list
>>ajug-members at ajug.org
>>http://www.ajug.org/mailman/listinfo/ajug-members
>>
>>
>
> _______________________________________________
> ajug-members mailing list
> ajug-members at ajug.org
> http://www.ajug.org/mailman/listinfo/ajug-members
> 




More information about the ajug-members mailing list