cancel
Showing results for 
Search instead for 
Did you mean: 

java messaging between server and client in ic webclient

Former Member
0 Kudos

hi,

can s.o. tell me how the messaging between server and client in ic webclient work?

especially on the server site.

on the client site the messaging service runs in form of an applet.

SessionApplet executes appletPage.htm and the connection parameters are send from the server to the client SessionApplet via ServerSocket.

JavaScript Methods are processed with the applet, which simulates a user filling out a form with fields: topic, parameter 1, ..., parameter 10.

The Session object controls the message communication.

what is on the server site? jms api? class for java messaging?...?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

first thanks for answering so quickly..

but what i want to know is, how it works general between a server and a client, whereas a client is a sap system (e.g. ic webclient, winclient or pcui).

the server has to send a message, how?

best regards

taner

iaki_vila
Active Contributor
0 Kudos

Hi,

If you want to see general components of XI for example : https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6...

Regards.

Former Member
0 Kudos

the server have to send a message to the client, but how?