Oracle WebCenter 11g – Twitter Feed Data


I’ve been trying to learn Oracle WebCenter and ADF using JDeveloper for quite some time now, and it seems that its becoming clear to me that this thing called  “Data Controls” (which at first I never thought is important in any of these) is actually the key that holds the truth about the power of Oracle ADF 11g. 🙂

Heres a video on developing a portlet with Twitter Feed inside. 🙂

Key Notes:

  1. Add the WebCenter Porlet Web Service for any Fusion Project to add portlet integration capabilities.
  2. RSS feeds is an XML document and uses XSD (XML Schema Definition)
  3. Oracle JDeveloper has a way to pull the XSD from an existing XML document.
  4. Our XML document along with an XSD can be a source of Data Controls – remember, XML is a universal format that can be used in a universal way (it can contain schema Data or just plain text).
  5. ADF components uses Data Controls – thus, if we do have the Data Controls, we can use them to develop ADF applications.
  6. Go to the info page to get the WSDL (v1 or v2).
  7. We need these WSDL to register out portlet to our WebCenter Instance
  8. Once we register this portlet, users can see and add these portlet via Composer.
I’ll be posting some tutorials for these as soon as I can. 🙂