Oracle OSB Tutorial

Oracle OSB Tutorial

In this article, we are going to talk about the Oracle Service Bus, a very powerful product by Oracle Corporation. We will cover all the important topics such as what is Oracle Service Bus? Why one should use it? What are its features, benefits, advantages, and disadvantages, etc? So, let’s get started. Oracle OSB – Table of Contents What is Oracle OSB? Why Oracle OSB? Why you should use Oracle OSB? Oracle OSB Features Oracle OSB Architecture Oracle OSB Benefits

Oracle OAF Tutorial

Oracle OAF Tutorial

Every company, organization, and application developer needs an application framework that gives them the surety that they are developing their application that is in approval with the business rules. With the help of Oracle Application Framework, businesses can think globally to make the right decisions, they can manage systems globally that lowers costs and increases performance, and especially, they can work globally to be most productive. In this article, we will talk about the fundamentals of OAF and everything that

Oracle BPM Tutorial

Oracle BPM Tutorial

For businesses to become and remain successful as well as competitive, they must continuously improve their processes. This can be done easily with the help of a BPM tool. Now questions may arise in your mind like what is BPM? How is it useful for one’s company? What are its features and benefits? You can get the answers to these questions in this article below. Let’s get started. Oracle BPM – Table of Contents What is Oracle BPM? Why Oracle

Oracle APEX Tutorial

Oracle APEX Tutorial

This article explains about the Oracle APEX offering from Oracle. Oracle Corporation has always created software products keeping its customer’s best interests in mind. They have always been the cornerstone of enterprise systems for the last 40 years and are constantly getting better. Oracle offers its customers the choice and flexibility to meet all kinds of requirements. Oracle APEX, or commonly known as Oracle Application Express is one such product that was launched by Oracle Corporation to ease the complexities

Oracle ADF Tutorial

Oracle ADF Tutorial

Welcome to Oracle ADF Tutorial. The target of this tutorial is to give inside and out comprehension of Oracle ADF. Known for its innovations and aggressive marketing. Oracle has created a lot of software services such as database software, database management system, Human Capital Management systems, and much more and it is continuing to grow rapidly. One such product created by the Oracle Corporation is the Oracle ADF, also called as Oracle Application Development Framework. It is a java based

Oracle SOA Tutorial

Oracle SOA Tutorial

This article on Oracle SOA talks about What is Oracle SOA, How does the concept of SOA influences technology, SOA Features, Benefits of SOA Read More! An advanced and complex world requires complex IT scenarios with different unique frameworks, applications, and numerous frontends. The need to coordinate with cloud computing, current mobile applications, and start advancements on the most recent patterns by interfacing the Internet of Things (IoT) gadgets to the current framework is the principle focal point of associations.

Creating Dependent LOVs in ADFbc

creating dependent LOVs

Let me demo how can we create the dependent LOVs in ADFbc here. We can define the dependent LOVs on Region, Country, Location (Country LOV depends on Region and Location LOV depends on Country LOV ) using the HR Schema. 1) Create the EOs, VOs for the below tables of the HR schema as shown in the below screen-shots. Region,Country,Location. 2) Then goto CountryVO and goto Query tab. Add a bind variable ‘region_id’ and mark the data type as ‘Long’

Master Detail Demo Using ADF Table components

master detail demo

Let us demonstrate the master-detail application in this blog. The application uses the HR schema and the Departments and Employees tables as master and detail entities respectively. 1) Create the EmployeeEO, DepartmentEO, and the associations between them and the EmployeeVO, DepartmentVO, and the view links between the VOs as described in the blog ( Follow the step-1 through step-10). 2) Once you create the business components, the components’ package structure should look like as there in the below screenshot. 3)

Showing data in hierarchical way using adf treeTable

showing data

Let us start with a simple application that shows the employees under a manager in a hierarchical way using the af:treeTable component. The page shows the employees under a manager Schema Used: HR schema that has Employees, Departments table. Steps to create the application: 1) Launch Jdev and select the Default Role while launching. 2) Goto Application Navigator and create a new application. Select ‘Fusion Web Application (ADF)’ as the Application Template and give any name. 3) Click on ‘Next’

Unit Testing Of ADF Business Components Using JUNIT

In every project it is required to do proper testing, such that every requirement is met. There are many type of testings done in projects like Unit testing, Regression testing, Alpha testing etc.. From developer perspective unit testing should be done properly. In java , j2ee projects we normally use JUNIT framework. There are other frameworks also to do testing. In ADF application also we will use JUNIT to do unit testing. To use JUNIT we need JUNIT extension for