cancel
Showing results for 
Search instead for 
Did you mean: 

difference between sap jco & sap jra

Former Member
0 Kudos

Hi

What is difference between sap jco and sap jra , when to use sap jco and sap jra

Thanks

Jagannadha Rao

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

SAP JRA is an add-on for SAP JCo.

as mentioned here

http://help.sap.com/saphelp_nw04/helpdata/en/12/5b84429069de54e10000000a155106/content.htm

For J2EE client applications, you can use SAP JRA in the SAP system instead of the standalone JCo.

meaning,applications running inside app server environment can use JRA in place of JCo.

The advantage being

Thread- control

security configuration

transaction administration

establishment of connections

synchronization are all managed via the SAP application server and do not require you to make any settings in SAP JRA.

Shabarish_Nair
Active Contributor
0 Kudos

SAP Jco - http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm

to get an idea about SAP JCo have a look into this thread. It is a good read abt SAP Jco and Java Proxies.

Abt JRA , i guess SAP JRA uses SAP JCo for the calls made from its framework. Not sure about it though.

http://help.sap.com/saphelp_nw04/helpdata/en/12/5b84429069de54e10000000a155106/content.htm

bhavesh_kantilal
Active Contributor
0 Kudos