OA Framework Architecture
Posted by Sushant Sharma in soa suite, soa, oracle apps, oracle, oaf, oa framework, fusion, esb, ebusiness suite, ebs
View (Pages in OAF)
Metadata Service (MDS)
Posted by Sushant Sharma in soa suite, soa, oracle apps, oracle, oaf, oa framework, fusion, esb, ebusiness suite, ebs
View (Pages in OAF)
Metadata Service (MDS)
Posted by Sushant Sharma in soa suite, soa, oracle apps, oracle, oaf, oa framework, fusion, esb, ebusiness suite, ebs
What is Framework ?
Difference b/w API and Framework
Posted by venkat in soa suite, soa, oracle apps, oracle, oaf, oa framework, fusion, esb, ebusiness suite, ebs
Hi All,
Any one can help me out to create hgrid(custom application).
Posted by Kasiraja in soa suite, soa, oracle apps, oracle, oaf, oa framework, fusion, esb, ebusiness suite, ebs
Indexes |
||
| There are 4 types of indexes in Oracle8-
a) Btree index b) Btree index clusters c) Hash cluster index | ||
Posted by Kasiraja in soa suite, soa, oracle apps, oracle, oaf, oa framework, fusion, esb, ebusiness suite, ebs
Programs containing a large number of codes of line and complex structure may consume more time for processing leading to a downfall of performance.
Requirement was to build an OAF page which will display the files stored in the filesystem.OA Framework doesn't support this functionality natively.But core java comes in handy during these situations.
Challenges:
1) Dynamically read the files from a specific directory.
2) Create the link items dynamically and provide action type programatically
3) Filter the files by name
4) Open the pdf file using a custom function(OA Framework supports FileDownload from a blob but we need to show that from file-system).
Below code addresses all the challenges above and creates a seamless approach to read the file from filesystem and display them in an OAF Page.
I got this requirement recently with one of my client to send an email as well as save the pdf on the file system for future audit purpose.The existing program was sending the email attachment with the bursting Control file,but now we have to include the option to save it to the file system after the email is sent.I went with the multiple delivery channel approach to get the functionality working..the code snippet for the bursting file is available below.
Posted by potdar in soa suite, soa, oracle apps, oracle, oaf, oa framework, fusion, esb, ebusiness suite, ebs
I am learning JAVA for OA Framework. From the DOS command prompt I need to
compile the JAVA programs in the online video. I need the url to download the JAVA
compiler. After than how do I set the environmental variables so as to compile the JAVA program in notepad from the C: command prompt in DOS.
Recently I had this requirement to update the project start date and end date on a oracle project.This requires lot of validations before update can be performed but the below API really simplified my work..Have a look at the below API sample Call
Soap UI tool is used for testing the web service. It can be downloaded from the below link:
Below are the steps for testing the Web Service using Soap UI tool: