Technology recipes
REST
Explaining the Three Legs of Oracle Integration Cloud (OIC) for Dummies
Oracle Integration Cloud (aka OIC) is like the glue or mortar that makes the different parts of an ecosystem of technology puzzle start to look that they fit. OIC is good for hybrid, multi cloud integration and extensions framework. So, which are those 3 legs or components that OIC provides? With OIC (and sometimes other […]
MoreExperiencing JSON in Oracle Autonomous Database for Cloud Native Geeks in less than 15 Minutes
Oracle DB has been supporting JSON for quite some time, but you probably didn’t know it! Let’s se how easy is to start puting and geting json data in it. The most quick way to get a JSON db up and running is creating an Autonomous Transaction Processing instance. Create the instance and forget there […]
MoreOracle SaaS Stories: Creating a Custom App Extension with Visual Builder | Part Three: Filtering Data
Next step after what we posted here is how to implement a mechanism to filter results. Taking a look to the REST APIs we can notice that the query parameter q is the one that can help us to implement what we are pretending: So the q parameter works as a field1<operator1>value1;fieldn<operatorn>valuen expression that can […]
More