<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAP Java (Spring Boot) integration in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-java-spring-boot-integration/qaa-p/12490608#M4680176</link>
    <description>&lt;P&gt;Thank you for visiting SAP
Community to get answers to your questions. Since you're asking a question here for the first time, I
recommend that you familiarize yourself with &lt;U&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;Community
Q&amp;amp;A&lt;/A&gt;&lt;/U&gt; , as it provides tips for preparing
questions that draw responses from our members.&lt;/P&gt;

&lt;P&gt;For example,
you can:&lt;/P&gt;

&lt;P&gt;- outline what steps you took to
find answers (and why they weren't helpful)&lt;/P&gt;

&lt;P&gt;- share screenshots of what
you've seen/done&lt;/P&gt;

&lt;P&gt;- make sure you've applied the
appropriate tags&lt;/P&gt;

&lt;P&gt;- use a more descriptive subject line.&lt;/P&gt;

&lt;P&gt;The more details you provide, the
more likely it is that members will be able to respond. Feel free to also take
our Q&amp;amp;A  tutorial &lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;Q&amp;amp;A tutorial&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Should you wish, you can revise
your question by selecting Actions, then Edit.&lt;/P&gt;

&lt;P&gt;By adding a picture to your Profile
you encourage readers to respond.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 09:10:54 GMT</pubDate>
    <dc:creator>former_member751591</dc:creator>
    <dc:date>2021-11-16T09:10:54Z</dc:date>
    <item>
      <title>SAP Java (Spring Boot) integration</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-java-spring-boot-integration/qaq-p/12490607</link>
      <description>&lt;P&gt;I have a Spring boot app that needs to integrate with SAP. I research some options, but would like to know if anyone has some experience on it and see which is the best option to can consume services from SAP. I saw:&lt;/P&gt;1) SAP Java Connector 2) Generate SOAP Web Services from SAP and consume it from my java app.
  &lt;P&gt;Know someone who can answer?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 09:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-java-spring-boot-integration/qaq-p/12490607</guid>
      <dc:creator>former_member1272030</dc:creator>
      <dc:date>2021-11-16T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Java (Spring Boot) integration</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-java-spring-boot-integration/qaa-p/12490608#M4680176</link>
      <description>&lt;P&gt;Thank you for visiting SAP
Community to get answers to your questions. Since you're asking a question here for the first time, I
recommend that you familiarize yourself with &lt;U&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;Community
Q&amp;amp;A&lt;/A&gt;&lt;/U&gt; , as it provides tips for preparing
questions that draw responses from our members.&lt;/P&gt;

&lt;P&gt;For example,
you can:&lt;/P&gt;

&lt;P&gt;- outline what steps you took to
find answers (and why they weren't helpful)&lt;/P&gt;

&lt;P&gt;- share screenshots of what
you've seen/done&lt;/P&gt;

&lt;P&gt;- make sure you've applied the
appropriate tags&lt;/P&gt;

&lt;P&gt;- use a more descriptive subject line.&lt;/P&gt;

&lt;P&gt;The more details you provide, the
more likely it is that members will be able to respond. Feel free to also take
our Q&amp;amp;A  tutorial &lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;Q&amp;amp;A tutorial&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Should you wish, you can revise
your question by selecting Actions, then Edit.&lt;/P&gt;

&lt;P&gt;By adding a picture to your Profile
you encourage readers to respond.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 09:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-java-spring-boot-integration/qaa-p/12490608#M4680176</guid>
      <dc:creator>former_member751591</dc:creator>
      <dc:date>2021-11-16T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Java (Spring Boot) integration</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-java-spring-boot-integration/qaa-p/12490609#M4680177</link>
      <description>&lt;P&gt;hello S&lt;SPAN class="mention-scrubbed"&gt;saivarun1&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I would not recommend SAP Java Connector (JCO). Its based on RFC and has the huge disadvantage that you are not allowed to distribute it in your application. So if you are developing a tool or a product that has it included, you are not allowed to ship it to your customer. If its for your own company, you can download and use it.&lt;/P&gt;&lt;P&gt;We are preparing to shift some of our products into the cloud. And at latest here you have the problem that you cant ship or deliver your docker/container-Files that includes the JCO. So, we are in a transition state. Our current goal is to solve the issue by exposing ODATA (REST) Endpoints on SAP Side and  consume those. Maybe you have a look into that as well, as SOAP is (at least in my oppinion) a bit older and a bit more effort (because of XML) than a simple REST-Endpoint. &lt;/P&gt;&lt;P&gt;Olingo is for example a good Java Library for ODATA and is used by SAP as well as far as i know.&lt;/P&gt;&lt;P&gt;Of course, thats only my oppinion and all three approaches will work: JCO, SOAP and ODATA. &lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 09:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-java-spring-boot-integration/qaa-p/12490609#M4680177</guid>
      <dc:creator>matt_r</dc:creator>
      <dc:date>2021-11-16T09:24:32Z</dc:date>
    </item>
  </channel>
</rss>

