cancel
Showing results for 
Search instead for 
Did you mean: 

help java proxies scenario

Former Member
0 Kudos

I have just started reading a document to make java proxies related scenario from a "How-to Guide" doc named

"How To…Work with Java Proxies"

The document says "Though the Adapter Framework is part of the XI 3.0 installation, we strongly advise you not to deploy

any application code in the XI system. You need to install a non-central Adapter Framework."

why so,

please help

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Sudeep,

The reason is the EJB Modules which u r deploying might consume more resource on apart from the normal resource consumption of XI Services. This is the reason that we need to deploy in De-central Engine and not in the Central Engine.

raj.

Former Member
0 Kudos

thanks raj,

Is there any other problem apart from performance issue......?

can it be deployed on dev systems where performance is not an issue, after deploying is there a way to undeploy the deployed ear

justin_santhanam
Active Contributor
0 Kudos

Sudeep,

I won't think so any other issues apart from performance perspective. Yes you can deploy and un-deploy by removing the EAR files.

Anyhow,wait for other experts opinion too!!

raj.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check some links on java proxies.

JAVA Proxies:

Asynchronous inbpund java Proxies

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

More on Java Proxy-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ba/f21a403233dd5fe10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1b5342d8a7be30e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1b5342d8a7be30e10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

http://help.sap.com/saphelp_bw30b/helpdata/en/64/30063c66171b3de10000000a11402f/content.htm

Regards,

Phani

Reward points if Helpful

Former Member
0 Kudos