Debugging, namely the process of locating and fixing or bypassing bugs (errors), can be a long, repeating and tedious task, but still it's mandatory to go...
Debugging, namely the process of locating and fixing or bypassing bugs (errors), can be a long, repeating and tedious task, but still it's mandatory to go through such process. In this post, I will show you a quick way of debugging the Javascript code on your AMX pages, which can save you some time. Since Oracle MAF's web view heavily relies on HTML and Javascript, you might often want to see step-by-step how your Javascript code runs on your device. Google Chrome has a...
Debugging, namely the process of locating and fixing or bypassing bugs (errors), can be a long, repeating and tedious task, but still it's mandatory to go through such process. In this post, I...
Enterprise Performance Reporting Cloud Reinvent Your Narrative Reporting Processes Oracle Enterprise Performance Reporting Cloud Service (EPRCS) is the latest...
Enterprise Performance Reporting Cloud Reinvent Your Narrative Reporting Processes Oracle Enterprise Performance Reporting Cloud Service (EPRCS) is the latest addition to the EPM cloud suite of applications, and is a purpose-built solution for narrative-driven management and financial performance reporting. It provides a secure, collaborative, and process driven approach for defining, authoring, reviewing and publishing financial and management report packages. This eSeminar...
Enterprise Performance Reporting Cloud Reinvent Your Narrative Reporting Processes Oracle Enterprise Performance Reporting Cloud Service (EPRCS) is the latest addition to the EPM cloud suite...
REST (Representational State Transfer) –an architectural style for designing scalable distributed applications and webservices. Nowadays it’s becoming industry...
REST (Representational State Transfer) –an architectural style for designing scalable distributed applications and webservices. Nowadays it’s becoming industry standard and widely considered as thebest architectural choice for integration between mobile applications andback-end systems. REST services withJSON (JavaScript Object Notation)payload provide lightweight and effective approach for integration purposes andallow minimizing overhead during data exchange. In this...
REST (Representational State Transfer) –an architectural style for designing scalable distributed applications and webservices. Nowadays it’s becoming industry standard and widely considered...
In an earlier blog I showed how to serviceenable a database on OSB 12c . The businessservice created as we saw is strongly coupled to the database. A change on...
In an earlier blog I showed how to serviceenable a database on OSB 12c . The businessservice created as we saw is strongly coupled to the database. A change on thedatabase (table name, data type or column name) would impact the interfacecreated. This is something that we want to avoid when using the service in alarger context in Service –Oriented Architecture (SOA). In this blog post, I will explain how tocreate a proxy service in OSB 12c that can act as an atomic service to...
In an earlier blog I showed how to serviceenable a database on OSB 12c . The businessservice created as we saw is strongly coupled to the database. A change on thedatabase (table name, data type...
The Internet of Things (IoT)- or rather „The Internet of Everything“ is one of the key drivers transforming the world from analogue to digital. Cheap sensors,...
The Internet of Things (IoT)- or rather „The Internet of Everything“ is one of the key drivers transforming the world from analogue to digital. Cheap sensors, cheap bandwidth, cheap processing, smartphones & wearables, social networks and wireless connectivity provide the infrastructure which enables turning anything „dumb“ into smart. All those smart connected objects (devices and people) are creating huge amount of data in real time, what we call Big Data. Traditionally,...
The Internet of Things (IoT)- or rather „The Internet of Everything“ is one of the key drivers transforming the world from analogue to digital. Cheap sensors, cheap bandwidth, cheap processing,...
Before the release of Oracle Fusion Middleware 12c, we could only use a JCA Database adapter with Oracle Service Bus 11g by working with Eclipse (OEPE) for OSB...
Before the release of Oracle Fusion Middleware 12c, we could only use a JCA Database adapter with Oracle Service Bus 11g by working with Eclipse (OEPE) for OSB development of services and Jdeveloper in parallel as the adapter wizards were only available in JDeveloper Oracle SOA Suite 11g project. The development of services to decouple a database in Oracle Service Bus 12cis less work due to the now existing new Overview Editor in Jdeveloper 12c for developing Service Bus...
Before the release of Oracle Fusion Middleware 12c, we could only use a JCA Database adapter with Oracle Service Bus 11g by working with Eclipse (OEPE) for OSB development of services and Jdeveloper...
One of the feature and benefits of Oracle Mobile Framework is the ability to access native device services, such as your smartphone camera. In an Oracle Mobile...
One of the feature and benefits of Oracle Mobile Framework is the ability to access native device services, such as your smartphone camera. In an Oracle Mobile Application Framework project, when you want to use your mobile device's camera and take photos, you can use the built-in method 'getPicture' provided under Device Features in Data Control. This method takes the following parameters : quality (int) : Quality of the saved image ranging from 0 to 100. destinationType...
One of the feature and benefits of Oracle Mobile Framework is the ability to access native device services, such as your smartphone camera. In an Oracle Mobile Application Framework project, when you...
Today, there are thousands of enterprise customers across the globe usingOracle RightNow CX cloud service for providing superior customer experience across...
Today, there are thousands of enterprise customers across the globe usingOracle RightNow CX cloud service for providing superior customer experience across multiplechannels including web, contact center, social and others. Using the Oracle RightNow integration adapter with Oracle SOA Suite 12c platform you can enhance end-to-end customer experience as well as address the cloud to on-premise integration challenges The Oracle RightNow integration adapter combines web, social...
Today, there are thousands of enterprise customers across the globe usingOracle RightNow CX cloud service for providing superior customer experience across multiplechannels including web,...
On of the feature and benefits of Oracle Mobile Framework is the ability to access native device services, such as the smartphone GPS. Of course, when you are...
On of the feature and benefits of Oracle Mobile Framework is the ability to access native device services, such as the smartphone GPS. Of course, when you are developing a mobile application, it's all about mobility, and you want to use your mobile device's GPS effectively. To do this, you can use the startLocationMonitor method under the Device Features in Data Control. This method accepts three parameters : enableHighAccuracy (boolean) : This parameter tells that we want...
On of the feature and benefits of Oracle Mobile Framework is the ability to access native device services, such as the smartphone GPS. Of course, when you are developing a mobile application, it's all...