How to decide when we should go for REST Integration or JDBC Integration?

ahan
Tera Guru

Based on what all things I should decide whether to go for REST Integration or JDBC integration?

 

1 ACCEPTED SOLUTION

suvro
Mega Sage
Mega Sage

If the system you are integrating with is database, JDBC would be the best option. If the system can expose a REST API endpoint, then go for REST API. Talk to the admin of that system with which you want to integrate. He/She will give the option you can use.

View solution in original post

3 REPLIES 3

suvro
Mega Sage
Mega Sage

If the system you are integrating with is database, JDBC would be the best option. If the system can expose a REST API endpoint, then go for REST API. Talk to the admin of that system with which you want to integrate. He/She will give the option you can use.

May I know which is cheaper in terms of cost. Thanks,

suvro
Mega Sage
Mega Sage

Hi Ahan,

 

Mark my answer as correct to close this thread