Installing Webcenter …. …okay I got a little stuck here because of the incorrect JDK version. I extracted the “ofm_wc_generic_11.1.1.5.0_disk1_1of1.zip” file using “unzip <filename>” and it created 3 “DISK” folders. I went under “Disk1/bin/” and did [oracle@xxxxxDisk1]$ ./runInstaller Starting Oracle Universal Installer… Checking if CPU speed is above 300 MHz. Actual 2660 MHz Passed Checking…More
Monthly Archives: May 2011
Notes on Webcenter PS4 Install – Part I
<h1>Introduction</h1> <p>Oracle release the Webcenter Patchset 4 (PS4), version 11.1.15, recently and I am in the process of installing/testing this product. I am going to document my observations for future reference and hope it helps out others in the process.</p> <p>Download files here: <a href="http://www.oracle.com/technetwork/middleware/webcenter/downloads/index.html">http://www.oracle.com/technetwork/middleware/webcenter/downloads/index.html</a></p> <p>Read Oracle’s Documentation here: <a href="http://download.oracle.com/docs/cd/E21764_01/install.1111/b32474/start.htm#ASINS101">http://download.oracle.com/docs/cd/E21764_01/install.1111/b32474/start.htm#ASINS101</a></p> <h1>The Process…</h1> <p>The process…More
Testing Data Logging RESTful Webservice – using Python and Thingsspeak
<p>Your windows “TaskManager” just went LIVE!</p> <p>Imagine being able to broadcast your <a href="https://www.thingspeak.com/channels/681/charts/1?round=2&timescale=2&yaxis=CPU&xaxis=Time&title=Laptop%20CPU-MEM">CPU</a>/<a href="https://www.thingspeak.com/channels/681/charts/2?round=2&timescale=2&yaxis=Memory&xaxis=Time">MEM</a>/Disk capacity data or data from a hardware device or appliance (Arduino based sensor) to a service. Now imagine being able to view this data in a live graphical manner and being able to share it with the rest of the…More
Programmatically Populate View Objects In Oracle ADF
Customize View Object to expose results from Java Service calls (Webservice, AM, RPC) – this lets you use Drag-Drop functionality of the View Object to create screens on the fly.More