Inter component communication ( how to call java , ejb component in power builder ( NVO ) component. #2

Inter component communication ( how to call java , ejb component in power
builder ( NVO ) component.



I have a PowerBuilder (NVO ) service component, with this I want to call a
EJB component ( javamail ejb ).



Please tell me how I can achieve this ???



any example then please share with me



0 M 2/17/2006 11:50:53 AM
The major difference between a client application call and an intercomponent
call is that you just need to do a GetContextService("TransactionServer",
ts) to establish a connection to your transaction server, instead of using a
connection. Chapter 23 of Application Techniques shows how.

Check out Chapter 28 in Application Techniques for advice on accessing EJBs.

-- 
Regards,
Millard [TeamSybase]

"M"  wrote in message news:43f5a961@forums-2-dub...
> Inter component communication ( how to call java , ejb component in power
> builder ( NVO ) component.
>
>
>
> I have a PowerBuilder (NVO ) service component, with this I want to call a
> EJB component ( javamail ejb ).
>
>
>
> Please tell me how I can achieve this ???
>
>
>
> any example then please share with me
>
>
>


0 Millard 2/17/2006 7:32:17 PM
Reply:

(Thread closed)