Extending Oracle Sales Cloud using Oracle Java Cloud Service
Oracle Sales Cloud comes with tools such as Application Composer and Page Composer that allow you to customize and extend the application to suit your business needs. These tools can be used to add new...
View ArticleLoading Data in Oracle Database Cloud Service
Oracle Database Cloud Service – Schema (a.k.a Database Schema Service) is an Oracle Platform Cloud Service offering that provides a single Oracle Database schema which is fully managed by Oracle. It...
View ArticleJumpstarting Development on the Cloud – Part 2 : Packaging and Build
Introduction The Oracle Developer Cloud Service (DevCS) is a cloud-based software development Platform as a Service (PaaS) and a hosted environment for your application development infrastructure. It...
View ArticleCalling Oracle Documents Cloud Service REST APIs from WebCenter Content...
Files from Oracle Documents Cloud Service can be migrated to and from WebCenter Content using the SkySync desktop application, which makes for simple transferring between WCC and ODCS. However, other...
View ArticleJumpstarting Development on the Cloud – Part 1 : Standardizing a Workflow
Introduction This article introduces you to a standardized multi-user workflow for the Oracle Developer Cloud Service. The intent is to showcase a how a team starting on the Oracle developer Cloud...
View ArticleIntroduction to the Oracle Stream Explorer White Paper
During this week, Oracle’s real-time streaming analytics platform known as OEP (Oracle Event Processing) had a strategic rebrand, being called now as Oracle Stream Explorer. It still includes the...
View ArticleDevelopment Patterns in Oracle Sales Cloud Application Composer, Part 2
Introduction In Part 1 of this post (http://www.ateam-oracle.com/development-patterns-in-oracle-sales-cloud-application-composer-part-1), we used the experiences of three tradespersons – a plumber, a...
View ArticleJCS (Java Cloud Service) – An Alternative to the SSH Tunnel
The recommended way to use WLST with JCS is to use an SSH Tunnel. While this isn’t that difficult to setup and use, it is an extra step that some may feel as unnecessary. It also changes the way you...
View ArticleUsing Oracle Documents Cloud REST API with Python Requests
Python Requests is a library that simplifies consuming RESTful resources from the client side. The Oracle Documents Cloud Service (DOCS) REST API fits well with Python Requests, allowing a service call...
View ArticleIntegrating Oracle Fusion Sales Cloud with Oracle Business Intelligence Cloud...
Introduction This blog describes how to integrate Oracle Fusion Sales Cloud with Business Intelligence Cloud Service (BICS). The blog outlines how to programmatically load Sales Cloud data into BICS,...
View ArticleAddition by Subtraction – A Quick Win in Performance
Recently, I worked with a customer where we would notice severe performance degradation over time within JCS (Java Cloud Service). The product used was Oracle Service Bus (OSB) where it would take...
View ArticleConsuming RESTful services in Oracle Database Cloud Service from AngularJS
Oracle Cloud Database Schema Service (DbCS Schema) allows developers to expose RESTful (Representational State Transfer) services in JSON (JavaScript Object Notation) format from the database. This...
View ArticleCreating a Documents Cloud Service REST Client from the DOCS WADL
Documents Cloud Service (DOCS) provides a WADL file for the REST API. This can be used in JDeveloper or other tools to quickly create a REST client in Java with minimal coding. The WADL file contains...
View ArticleGetting Started with Oracle Database Cloud Service – Virtual Image – Creating...
Introduction The Oracle Database Cloud Service – Virtual Image option gives great flexibility on how to deploy databases in the Oracle Cloud. It allows customization options in almost all aspects of...
View ArticleManaging Oracle Documents Cloud Service files via curl commands
Oracle Documents Cloud Service allows users to keep their files in the cloud. It allows organizations to centralize their data. This blog post covers how to manage your files from a terminal. It...
View ArticleOracle Service Bus Transport for Apache Kafka (Part 1)
Introduction Few of us realize it, but the heart of OOP (Object-Oriented Programming) has more to do with messaging than with objects and classes or related design principles like inheritance and...
View ArticleMobile Cloud Service by Example Part1: Defining and Implementing a Mock API
I’m really excited at the moment The release of Oracle Mobile Cloud Service (MCS) was unveiled yesterday, together with 24 new Platform and Infrastructure Cloud Services. Why is this important? Two...
View ArticleCreating a Mobile-Optimized REST API Using Oracle Mobile Cloud Service – Part...
Introduction To build functional and performant mobile apps, the back-end data services need to be optimized for mobile consumption. RESTful web services using JSON as payload format are widely...
View ArticleOracle Service Bus Transport for Apache Kafka (Part 2)
Introduction The first part of this article briefly discussed the motivations that leads to the usage of Kafka in software architectures, and also focused on how the Kafka transport can be installed...
View ArticleIntegrating Oracle Service Cloud (RightNow) with Oracle Business Intelligence...
Introduction This article describes how to integrate Oracle Service Cloud (RightNow) with Business Intelligence Cloud Service (BICS), illustrating how to programmatically load Service Cloud (RightNow)...
View Article