. function lazyLoadStylesheets() { // Bootstrap var bootstrapLink = document.createElement('link'); bootstrapLink.rel = 'stylesheet'; bootstrapLink.href = 'https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css'; bootstrapLink.media = 'print'; bootstrapLink.onload = function() { this.media = 'all'; }; document.head.appendChild(bootstrapLink); // Font Awesome var fontAwesomeLink = document.createElement('link'); fontAwesomeLink.rel = 'stylesheet'; fontAwesomeLink.href = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css'; fontAwesomeLink.media = 'print'; fontAwesomeLink.onload = function() { this.media = 'all'; }; document.head.appendChild(fontAwesomeLink); } // Load stylesheets after window load window.addEventListener('load', lazyLoadStylesheets); Oracle Cloud : An Introduction - CRMIT Solutions
AF seattle notification
Blog

Oracle Cloud : An Introduction

March 6, 2012

You might have heard / read about cloud.oracle.com , Oracle’s newest offering to host your apps in cloud infrastructure. Here are some high level points for you to consider before deciding to use this cool service:

Infrastructure Provided:

  • WebLogic 11g
  • Data Cloud Services (Oracle)
  • Clustering
  • Directory Services
  • SSO
  • Deploy directly from Eclipse / JDeveloper
  • Monitor

Architecture: http://cloud.oracle.com/mycloud/f?p=service:architecture:0

What can be hosted?

  • Java / J2EE Apps (WAR / EAR)
  • Frameworks: ADF, Spring, Hibernate etc.,
  • Web Services (Only Inbound as of now)

Skills Needed

  • Development : Java / J2EE
  • Web Logic Administration

What Is Available already?

  • Oracle Fusion CRM
  • Oracle HCM
  • Oracle Social Network
  • More to come!

Cool, How do I register?

Here is the link : http://cloud.oracle.com/mycloud/f?p=service:sign_in:0::::P102_NEXT_APP,P102_NEXT_PAGE,P102_NEXT_ITEM,P102_NEXT_VALUE:service2,notify_me

Tags: Clouid

Leave a Reply

Your email address will not be published. Required fields are marked *