cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy

Former Member
0 Kudos

Any Sample document available to create a Java Proxy from Scratch?

if so please forward it to me mohinimrm@yahoo.com

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If you have a service Marketplace ID then,

<i>https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071155&_SCENARIO=01100035870000000202</i>

<b>PDF Name :</b> How To Work with XI 3.0 Java Proxies

otherwise, search on "Inside story of Java proxies" on SDN itself , you should get the downloadable PDF.

Former Member
0 Kudos

Thanks Bhavesh and Amol.

Fundamental question. What is a Java Proxy means?

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Java Proxoies are used to allows your java Applications ( j2ee, j2se applications )to interact directly to the Integration Server of XI without any special adapters.

Regards,

Bhavesh

Former Member
0 Kudos

mohini,

this is frm one of ur threads...

Former Member
0 Kudos

Bhavesh You said

Java Proxoies are used to allows your java Applications ( j2ee, j2se applications )to interact directly to the Integration Server of XI without any special adapters.

My question here:

In that case whenever we interact with Java why not we can go for Java Proxy itself, why we need an adapter?

Former Member
0 Kudos

proxies generally r used wen u hav huge chunks of data...

if ur scenario is not tooo complex then an adapter does make it simpler..u can always go in fr proxy...

Former Member
0 Kudos

Proxies help you achieve non-standard functionality for which the out of box XI adapters do not suffice. Just to give you an example, consider a system with which XI has to integrate , the only interface the system offers is a TCP / IP socket based interface. You could write a Java proxy which would interact over sockets with your target system, which is not possible with other standard adapters which are shipped with your XI installation.

You can refer this rich media demo on SDN TV, on this link

https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798 [original link is broken]

Check out the clip called <b>Java Proxies in XI</b>

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

All documents are available on SDN itself .

1. <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab">How To Work with XI 3.0 Java Proxies</a>

2. <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9">Java Proxies and SAP XI - The Inside Story, Part 1</a>

3. <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d">Java Proxies and SAP XI - The Inside Story, Part 2</a>

Regards,

Bhavesh