Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Enterprise Java for SAP (Books for Professionals by Professionals) 1st Edition
From the Inside Flap
This book is specifically targeted at developers who are fluent in SAPs programming language, ABAP, and are looking to learn the Java language. Although targeted at the less experienced Java developer, this book is a great resource for more experienced programmers who need to build applications with SAPs Java connector (JCo).
About the Author
Austin Sincock has been a strong proponent for the development and use of Enterprise Java to provide access to SAP R/3 systems for the last 4+ years. He has managed product application suites and technical projects around implementing this functionality for major R/3 environments for the last 7+ years. His projects have included Kraft Foods, Volvo - Sweden, and DirecTV. In addition to designing and marketing Java-based SAP applications, Austin evangelizes the use of SAP/Java technologies through both public speaking and Web/print publications. He is a frequent speaker at seminars that address the issues of Web-enabling SAP, for instance at the Web Enabling Summit 2001, SAP TechEd 2001, and the SearchSAP SAP Developers Summit 2002.
Excerpt. © Reprinted by permission. All rights reserved.
In addition to spending a lot of time with JCo, this book also offers insight into the open source tools, available for free on the Internet, that are not normally useful in an SAP environment. It shows you how to apply the best practices embodied in these tools and how to use them to kick start your Java development effort. The only prerequisite you need to process this information is ready access to an SAP system that can be used as a sandbox or for development.
Chapters 13 of Enterprise Java for SAP describe the fundamental principles of object-oriented and Java development and allow you to transition smoothly from the more procedural view of SAP development.
Chapter 4 introduces SAPs JCo, including a step-by-step review of what it takes to connect to an SAP system from a Java application. The JCo connector is one of SAPs core components in its larger Enterprise Java development platform. Learning the ins and outs of programming with JCo will give you greater insight into future SAP technologies.
Chapter 5 shows you how to build a desktop client application for SAP using a Java user interface toolkit. Based on the Java Swing toolkit, this application can be used to support requirements for a custom application that must reside on the users desktop.
Chapter 6 takes you through the steps for deploying a Java application server and details a basic SAP login application from a Web browser. The Java application server acts as the foundation on which you can build and deploy Enterprise Java components tailored for access to your SAP system.
Chapter 7 demonstrates Struts, an open source framework that you can use to build highly maintainable Web applications for SAP. Struts is an effective means to minimize your Java development effort and create components that can be easily reused in future development efforts.
Chapter 8 teaches you how to deploy and configure an open source database system, called Hypersonic SQL (hsql). In addition, it shows you how to build a material catalog that retrieves information from both SAP and the Hypersonic database.
Chapter 9 walks you through some advanced Java programming techniques specifically tailored to SAPs JCo. These topics include server development, connection pooling, and custom Java tags.
The appendix covers the development of custom Remote Function Call (RFC) interfaces and how to access these interfaces through the JCo connector. This appendix is helpful if your SAP system does not implement the RFC interfaces required by the tutorials in Chapters 48.
- Edition1st
- PublisherApress
- Publication dateJuly 25, 2003
- LanguageEnglish
- Dimensions6.14 x 0.81 x 9.21 inches
- Print length320 pages
Product details
- ASIN : B005Q8G5MS
- Publisher : Apress; 1st edition (July 25, 2003)
- Language : English
- Hardcover : 320 pages
- Item Weight : 1.85 pounds
- Dimensions : 6.14 x 0.81 x 9.21 inches
- Customer Reviews:
Important information
To report an issue with this product or seller, click here.
About the author

Discover more of the author’s books, see similar authors, read author blogs and more
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on Amazon-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
The world of SAP development tends to be somewhat insular, with the bulk of commonly used tools provided explicitly within the SAP suite (ABAP Workbench, Menu Painter, Screen Painter, etc.). In my experience, many strict SAP developers have never been exposed to open source development technologies and struggle to gain entry into that world. The specific "open source" focus of this book is intended to demonstrate how these technologies can be used within an SAP environment.
If you are an SAP developer with an interest in broadening your development skills, I would definitely recommend checking out my book. If you are an experienced Java developer looking for an SAP JCo reference, I would pass on this book and check out the various articles and postings available on the Web. A good place to start is SearchSAP.com, where I have posted a number of articles and expert advice on the targeted use of connecting Java applications to SAP via SAP's Java connector, JCo. I also welcome questions/comments via email at austin at opensourceguru dot com.
I don't want to read about general, simple concepts regarding Java on SAP that I can easilly read in either the SAP Java documentation or any standard doc for different related products.
When one buys a book like this you would expect to get some information out of it that would be hard to find or put together from other sources. Not reworked text from standard sources discussing the MVC pattern or Struts.
The only audience that could have any, even minor, benefit of this book is the SAP developer who hasn't heard about OO or Java before and just wants to quickly understand some of the basic concepts (without any specific details).
There is more sample code and documentation provided for plain old Java programming than for SAP specific Java issues and concepts. The samples that are there are also overly simplistic.
