cancel
Showing results for 
Search instead for 
Did you mean: 

Develop on SDK Restful API using Java. Recommended framework.

alfons_gonzalez
Active Participant
0 Kudos

Hi,

We aim to start developing complex processes based on SAP BusinessObjects WebI SDK Restful API uisong Java and we would like to know from previous experiences which is the most suitable Java API to be used with the SAP BO Restful API

This is our currrent list of options available:

(1) Use simpliy java built-in HTTP library (java.net.URL)

(2) Use Apache HTTP Client (Apache CFX)

(3) Some JAX-RS based implementation. E.g: Jersey

Thanks and happy new year!

Alfons

Accepted Solutions (1)

Accepted Solutions (1)

shankarsgs
Contributor
0 Kudos

Hi Alfons,

Definitely going with a advanced and well known API libraries would help you in long run for features and save you time. The decision going between Apache or Jersey really depends on actual requirements that you need and things like will you need cache?, is it just http client?.

Also check out https://developers.google.com/api-client-library/java/google-http-java-client/. This has plug-able HTTP clients libraries and provide good level of functionality on top of what you need.

Regards

Shankar

Answers (0)