Terraform is written in Go, which is easily extensible, as the OCI Provider for Terraform shows. Terraform development moves quickly. As soon as the Cloud providers change, Terraform quickly adapts. This […]
Read moreCategory: genernal
Provisioning E-Biz Suite On Single Node On OCI….
This is just a quick note if anyone is interested in deployment of Oracle EBIZ suite templates for testing/learning purpose on Oracle Cloud Infrastructure(OCI). Following MOS note has all the instructions […]
Read morePi Day 2022 Is Here….
Are you a developer? Do you like Analytics to answer questions for you? Do you like to get free OCI account to play with the latest stuff on Oracle Cloud? Do […]
Read moreFMW_12c_Installation_Not_A_Valid_JDK_Java_Home….
I am testing an installation of OBIEE on Windows 10(Pro). After installing JDK8 and database, when I tried to start the installation of FMW(Web Logic), it gave me this error. […]
Read morePi Day 2022 Is Almost Here….
Are you a developer? Are you the one who gets excited with the data? Do you like free stuff? Guess what- 14th March will be your lucky day then. Why? Cos […]
Read moreREST Communication Model….
REST is basically a way of accessing application logic using HTTP URLs and interpreting HTTP methods as application actions. In fact, it is not really a standard, but rather a convention […]
Read moreOCI Dashboard….
I just read this post from @haranshvir regarding the new option of Dashboards in OCI. Right away I decided to give it a try. So here is a quick one, It […]
Read moreREST Service Conventions….
A REST service application represents one or more Resources. Each Resource represents a business entity and is mapped to its own URL. Each Resource defines a number of operations mapped to […]
Read moreWeb Service Interaction Patterns….
There are two kinds of web service interaction patterns that are there- Synchronous and Asynchronous. Synchronous operations expect to process an input and return an output or a fault response to […]
Read moreSOAP Web Services….
Web Services are an interoperable, platform independent mechanism for component interactions. SOAP decouples message representation from transport. A Service Interface is described with WSDL and XSD files. A Service Implementation is […]
Read more