Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

OA Framework Beginners Guide
OA Framework Beginners Guide
OA Framework Beginners Guide
Ebook399 pages1 hour

OA Framework Beginners Guide

Rating: 0 out of 5 stars

()

Read preview

About this ebook

Kick start your OA Framework career with our easy to understand and implement beginners guide.Learn efficient techniques for extending oracle EBS with OA Framework.This book covers R12.1.1 and later versions of this book will cover subsequent releases from oracle.* Includes Java Basics for OA Framework Developers* Includes OA Framework Interview Questions
LanguageEnglish
PublisherLulu.com
Release dateApr 7, 2011
ISBN9781257462308
OA Framework Beginners Guide

Related to OA Framework Beginners Guide

Related ebooks

Computers For You

View More

Related articles

Reviews for OA Framework Beginners Guide

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    OA Framework Beginners Guide - Sudhakar Mani

    ]>

    9781257462308_0002_001.jpg

    OA Framework Beginners Guide

    Version : Beta 1.0.2

    Sudhakar Mani and Aarthi Sudhakar

    Copyright © 2009 by The Chola Press Companies, All rights reserved. Except as permitted under the United States Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher.

    All trademarks are trademarks of their respective owners. Rather than put a trademark symbol after every occurrence of a trademarked name, we use names in an editorial fashion only, and to the benefit of the trademark owner, with no intention of infringement of the trademark. Where such designations appear in this book, they have been printed with initial caps.

    Chola Press eBooks are available at special quantity discounts to use as premiums and sales promotions, or for use in corporate training programs. To contact a representative please e-mail us at tmanisbi@gmail.com.

    Information has been obtained by Publisher from sources believed to be reliable. However, because of the possibility of human or mechanical error by our sources, Publisher, or others, Publisher does not guarantee to the accuracy, adequacy, or completeness of any information included in this work and is not responsible for any errors or omissions or the results obtained from the use of such information.

    This books is not related to Oracle Corporation.

    TERMS OF USE

    This is a copyrighted work and The Chola Press, (Chola-Press) and its licensors reserve all rights in and to the work. Use of this work is subject to these terms. Except as permitted under the Copyright Act of 1976 and the right to store and retrieve one copy of the work, you may not decompile, disassemble, reverse engineer, reproduce, modify, create derivative works based upon, transmit, distribute, disseminate, sell, publish or sublicense the work or any part of it without Chola Press's prior consent. You may use the work for your own noncommercial and personal use; any other use of the work is strictly prohibited. Your right to use the work may be terminated if you fail to comply with these terms.

    THE WORK IS PROVIDED AS IS. Chola Press AND ITS LICENSORS MAKE NO GUARANTEES OR WARRANTIES AS TO THE ACCURACY, ADEQUACY OR COMPLETENESS OF OR RESULTS TO BE OBTAINED FROM USING THE WORK, INCLUDING ANY INFORMATION THAT CAN BE ACCESSED THROUGH THE WORK VIA HYPERLINK OR OTHERWISE, AND EXPRESSLY DISCLAIM ANY WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

    Chola Press and its licensors do not warrant or guarantee that the functions contained in the work will meet your requirements or that its operation will be uninterrupted or error free. Neither Chola Press nor its licensors shall be liable to you or anyone else for any inaccuracy, error or omission, regardless of cause, in the work or for any damages resulting therefrom. Chola Press has no responsibility for the content of any information accessed through the work. Under no circumstances shall Chola Press and/or its licensors be liable for any indirect, incidental, special, punitive, consequential or similar damages that result from the use of or inability to use the work, even if any of them has been advised of the possibility of such damages. This limitation of liability shall apply to any claim or cause whatsoever whether such claim or cause arises in contract, tort or otherwise.

    ]>

    Acknowledgments

    When acknowledging all the people involved in getting a book from concept to print, the list can be pretty big. But there are always a few who stand out in the task, both directly and indirectly. The major push came from the people who bought our ebooks which focused on niche topics. Without them we wouldn't have ventured into writing this full fledged book.

    Writing is not our special skill but writing a technical book was much easier compared to any other book. A special thanks to be rendered for our friends and colleagues who had supported this book with their special review and inputs.

    We are interested more in communicating the knowledge we acquired over the years rather than providing a novel book. Thanks for everyone who stood by this book and made it possible at the end.

    As I keep on saying ' An expert is not the one who knows everything but willing to share what he knows'.

    ]>

    Introduction

    From being a business super user to an implementer, I am a firm believer in utilizing ERP business systems to achieve the wealth of information required and standardization to run businesses effectively today. The technology we used for creating user interface for Oracle EBS is very ancient and today's modern world application support web interface for better user experience. Whenever we tried to access the Oracle EBS through internet,most often than not you will have some issues with jinitiator in case of 11i and ojvm incase of Oracle R12. OA Framework offers a convenient way to develop some stunning web application with lesser effort. In our earlier cycle of learning OA Framework,it was not smooth and we had done the tutorials that came with oracle again and again blindly without understanding what we are performing. Since none of us had the java background,it was really an uphill task. It took 6 long years to reach the current level of knowledge on OA Framework. Having trained more than 300 people on OA Framework now,we had learned a lot from the perspective of the learners. When we introduced the OA Framework online training for the first time,none of the learners were comfortable till we cracked the remote desktop approach for the learning methodology.

    This book, while designed to be read from cover to cover, is also self-inclusive for each section, allowing the reader to go directly to a particular section and not be referenced back to other areas for more information. For Oracle or industry-specific terms, a glossary at the back is included for rapid access. Besides being a step-by-step and field-by-field how-to guide, this book includes many business considerations to think about during an development cycle and beyond.

    Note : This book is not a replacement for Oracle's Developer Guide. Oracle OAF developer guide is very extensive and should be used as a primary reference and this book can be used by the beginners to understand the concepts and get accustomed to OAF development and extension.

    ]>

    9781257462308_0009_001.jpg

    CHAPTER 1 JAVA BASICS

    In Chapter I, we will be covering the below topics:

    Why should I know Java for learning OA Framework?

    Object Oriented Programming

    OOPS Concepts

    Encapsulation

    Inheritance

    Polymorphism

    What is a Class?

    What is an Object?

    What is a Method?

    What is an Interface?

    What is a Java Bean?

    What is a Constructor?

    What is an Array?

    Data Types in Java

    Different Types of Variables

    Why should I know Java for learning OA Framework?

    Though you can develop simple applications

    Enjoying the preview?
    Page 1 of 1