What role will a Java developer have in the SAP world?

What role will a Java developer have in the SAP world?

Can you tell us what in your opinion will be the main working area for Java developers inside the SAP environment? Will Java development be restricted to the webside only, or is changing client windows, or interfacing between SAP and other systems a possibility too?


    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

SAP is in the process of adopting the full J2EE platform as an infrastructure play for SAP. While the obvious applications of this technology are the server side tools which allow developers to easily create Web applications (Java Server Pages, Servlets, etc.), J2EE can be used in a much wider scope.

Technologies like Enterprise JavaBeans (EJB) can be used to build transactional components that tie SAP and non-SAP systems together. An example would be building a link between table data contained within an external Oracle database with transactional data maintained by SAP. EJBs can be used to create two phase commits within the Oracle database so that any changes effected with SAP can be immediately replicated within the Oracle database. If a transaction within R/3 is not successful, those changes can be rolled back from the Oracle database so that the data between systems remains in sync.

Web services are also becoming more and more popular for transparent inter-system communications. A Web service is simply a published function that can be accessed through XML sent over HTTP (the Web server protocol). Look at standard Web service specifications such as SOAP (www.microsoft.com) to better understand how such a transaction could be published.

Ultimately, J2EE can be used to build a scalable, reliable infrastructure that allows communication between both internal and external (business partners, customers, etc.) SAP and non-SAP systems.


This was first published in February 2002