Featured

Oracle Self Paced Courses Bundle at $299

Oracle Self Paced Courses Bundle at $299

Based on the popular request from our learners, below is the self paced course bundle offering for you to save money as well as time. It is like learning yesterday, today and tomorrow of Oracle Technologies for an EBS Technical Consultant.

The courses included are OAF + ADF Beginners + Oracle Fusion Tech Cloud and the price is $299

Continue reading
1904 Hits
1 Comment
Featured

How did we got 45000 users up and running on Oracle ADF application

How did we got 45000 users up and running on Oracle ADF application

In 2016, we went live with a large scale conversion of a College system from .net and oracle forms to Oracle ADF application with dashboard integration to OBIEE in Muscat with Ministry of Manpower, Oman. The major challenge we faced is the performance issues when there were around 6000 concurrent users and the expectation was to handle the 13000 concurrent users. Read more to view how we solved it...

Continue reading
2206 Hits
0 Comments

How to move oracle adf mds personalizations from one instance to another

I had a requirement to move a bunch of personalization from one instance to another in my current project.I did lot of googling as well as raised an SR with oracle to find the best way to move the personalizations from one instance to another..And then I gave up on it for sometime and later while researching on a different topic I found out the best way to move adf saved queries and user personalization.

It is as simple as export from the source instance and import into the destination MDS using the EM Console.Let me show the steps here..

Copyright

© All Rights Reserved

Continue reading
8779 Hits
0 Comments

How to use subversion with jdeveloper for Oracle ADF – Part 2

In the last article, I had taken you through the steps required to source control your Oracle ADF apps with the help of code.adfapps.com repository and subversion.Let me show you how to checkout an existing oracle adf project from the code.adfapps.com subversion repository.

High level steps:

1) Connect to Subversion repository using the credentials

2) Open up the Versioning Navigator in the JDeveloper

3) Open up your repository and go to (Trunk or Branches or Tags)

4) Checkout the appropriate project folder by right click on the folder and say checkout

Below are the steps in detail:

Copyright

© All Rights Reserved

Continue reading
9553 Hits
0 Comments

How to use subversion with jdeveloper for Oracle ADF – Part 3

In the last part of this series, I had explained you about how to checkout an Oracle ADF project from subversion and run the page from JDeveloper.In this part, I will explain you how to make changes to the checkout project and commit changes to the subversion repository using the pending changes tab in JDeveloper.

High Level steps:

1) Make a change to the jsf page

2) Open up the pending changes tab

3) Select the changed files and click on commit button

4) Provide a commit message to commit the changes to repository.

Above steps in detail:

Copyright

© All Rights Reserved

Continue reading
6564 Hits
0 Comments