SlideShare uma empresa Scribd logo
1 de 30
Baixar para ler offline
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Safe Harbor Statement
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracle’s products remains at the sole discretion of Oracle.
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Modern Application Development
Oracle Cloud Platform
Juan Carlos Ruiz Rico
Cloud Platform Consultant
Oracle EMEA
April, 2016
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle - Confidential
Welcome!
Juan Carlos Ruiz Rico
Cloud Platform Consultant
Email: juan.carlos.r.ruiz.rico@oracle.com
lnkdin.me/p/juancarlosruizrico
@_JCRico
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
The World is Changing – What Are You Going To Do About It ?
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
“The Best Way
to Predict Future
is to Create it”
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Why are People Moving to the Cloud
89% 87%
Lower Cost
Source: Computerworld Strategic Marketing Services Cloud Survey
Greater
Business Agility
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Customers don’t want IT to be a Stopper… but the Solution
SPEED TO RESPONDSPEED TO BUILD SPEED TO DEPLOY
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle’s Cloud Value Proposition
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 10
Bring Oracle’s leading
Database and Middleware
Technology Software to customers
and partners anywhere in the
World through the Internet
Oracle Cloud Platform Strategy
Software as a Service
Platform as a Service
Infrastructure as a Service
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle Cloud Platform
Documents
Cloud
Process
Cloud
Sites
Cloud
Social
Cloud
CONTENT AND
COLLABORATION
Business
Intelligence
Cloud
Big Data
Discovery
Cloud
Big Data
Preparation
Cloud
Internet
of Things
Cloud
BUSINESS
ANALYTICS
Mobile Cloud
MOBILE
NoSQL
Database
Cloud
Big Data
SQL Cloud
Exadata
Cloud
Big Data
Cloud
Database
Backup
Cloud
Database
Cloud
Big Data
Preparation
Cloud
DATA
MANAGEMENT
Node Cloud
Developer
Cloud
Mobile
Cloud
Java Cloud
Application
Builder Cloud
APPLICATION
DEVELOPMENT
Integration
Cloud
SOA
Cloud
GoldenGate
Cloud
Internet
of Things
Cloud
INTEGRATION
Application
Performance
Monitoring Cloud
IT
Analytics
Cloud
Log
Analytics
Cloud
ENTERPRISE
MANAGEMENT
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle - Confidential
Oracle Cloud Infrastructure Services Portfolio
Software
VPN
Hardware
VPN
(IPsec)
Fast
Connect
Network
Bonding NETWORK
Archive
Storage
Cloud
NAS
Block
Storage
Object
Storage
High
Performance
Storage
STORAGE
General Purpose
Compute
High
Performance
Compute
Dedicated
Compute
Engineered
Systems
Compute
COMPUTE
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Facilities Cost: Data Center, ISP, CDN, DNS, ...
Hardware Cost: Servers, Storage, Network, …
Software Cost: License, Installation, Configuration,
Security Setup, DR Setup, ...
Ongoing Maintenance Cost: Backup, Patching,
Hardware Upgrade, OS Upgrade, Firmware Upgrade,
Software Upgrade, Test-Dev Synchronization,
Cloning, Data Masking, Security Configuration
Checks, Security Auditing, …
Traditional IaaS
Traditional PaaS
Value Creation
Oracle PaaS
Highest Value Creation with Cloud Automation
13Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle Cloud Platform - Application Development
Application Container
Cloud
Java Cloud Mobile Cloud
Application Builder
Cloud
Develop Cloud
Native,
Lightweight,
Polyglot Apps
Develop
Java EE Apps
to Cloud
Develop
Mobile Apps
Declarative
HTML5 Apps
Management Cloud: Performance Management, Log Analytics, IT Analytics
Developer Cloud: Continuous integration/Continuous Delivery/Collaboration
Integration Cloud
Messaging Cloud
SOA Cloud
Integration
Compute Cloud
Storage Cloud
Open Source
and
Non Oracle TechnologiesOracle
Database Cloud
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Application Container & Developer Cloud
Services
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Better applications
developed faster
and cheaper
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
The Development Ecosystem
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Flask-Python
Oracle - Confidential
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World!"
if __name__ == "__main__":
app.run()
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Express.js – Node.js
Oracle - Confidential
var express = require('express');
var app = express();
app.get('/', function (req, res) {
res.send('Hello World!');
});
app.listen(3000, function () {
console.log('Example app listening on port 3000!');
});
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
SparkJava
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Cloud Native with Application Container Cloud
Container-based
Elastic Profile Microservices
Polyglot
php
Open
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Oracle Application Container Cloud
Your go-to Platform for Lightweight Applications and Microservices
• Super easy to use—streamlined and minimal UI & REST API
• Advanced diagnostics (Flight Recorder), immediate access
to platform upgrades, security, platform optimizations
• Extensible platform with other OPC services including
Database, Messaging, Storage, Developer…
• Foundation for lightweight applications, microservices
programming infrastructure.
• Tight integration with Developer Cloud Service for
continuous integration and deployment.
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Cloud or
On-Premise
Dev, Test or
Production
Deploy
Commit
Track & Monitor
Developer Cloud Service: Bringing it All Together
Developers
Developer
Service
Review
CI / CD
Source
Tasks
Wiki
Oracle Cloud
Platform
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Developer Cloud Service
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Build Zip Deploy!
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Integrated Developer Cloud Service
Build & Deployment
Developer Cloud Service
Developer
Hudson
Push code
Submit bugs
Share on Wiki
Java Cloud Service
WebLogic
Load Balancer
WebLogic WebLogic
Application Container
Cloud Service
Java SE
Load Balancer
Java SE Java SEDeploy Directly
Continuous
Delivery
Messaging
Cloud Service
Storage
Cloud Service
Database
Cloud Service
BigData, Mobile,
Integration, Process, ...
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Fast Go Live Flexible Robust
Summary
Automated Tasks
=
More Time for Innovation
Budget & Technical
Perspective
Same Oracle Technology
On Premise – Cloud
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Be pragmatic
Do the simplest thing that works
Start with a single or non
critical app
Embrace & Adopt Oracle
Cloud Technologies
Java Cloud Service Free 30 Days Trial
• https://cloud.oracle.com/application-development
• https://blogs.oracle.com/OracleCloud4Developers/
• https://cloud.oracle.com/developer/community
Oracle - Confidential
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle - Confidential

Mais conteúdo relacionado

Mais procurados

Owasp top 10 2013 - rc1
Owasp top 10   2013 - rc1Owasp top 10   2013 - rc1
Owasp top 10 2013 - rc1
Ajay Ohri
 

Mais procurados (20)

Atagg2015 Where testing is moving in agile cloud world!
Atagg2015 Where testing is moving in agile cloud world!Atagg2015 Where testing is moving in agile cloud world!
Atagg2015 Where testing is moving in agile cloud world!
 
Apex day 1.0 fastest route to cloud sept 2015_julian lane
Apex day 1.0 fastest route to cloud sept 2015_julian laneApex day 1.0 fastest route to cloud sept 2015_julian lane
Apex day 1.0 fastest route to cloud sept 2015_julian lane
 
Owasp top 10 2013 - rc1
Owasp top 10   2013 - rc1Owasp top 10   2013 - rc1
Owasp top 10 2013 - rc1
 
Accelerating the Software Delivery Pipelinewith Mirantis OpenStack
Accelerating the Software Delivery Pipelinewith Mirantis OpenStackAccelerating the Software Delivery Pipelinewith Mirantis OpenStack
Accelerating the Software Delivery Pipelinewith Mirantis OpenStack
 
Overview of Eclipse technologies
Overview of Eclipse technologiesOverview of Eclipse technologies
Overview of Eclipse technologies
 
MuleSoft's Approach to Driving Customer Outcomes
MuleSoft's Approach to Driving Customer Outcomes MuleSoft's Approach to Driving Customer Outcomes
MuleSoft's Approach to Driving Customer Outcomes
 
Microservices
MicroservicesMicroservices
Microservices
 
Enabling Enterprise DevOps at Scale
Enabling Enterprise DevOps at ScaleEnabling Enterprise DevOps at Scale
Enabling Enterprise DevOps at Scale
 
Useful Design Patterns for Enterprise Applications with Java
Useful Design Patterns for Enterprise Applications with JavaUseful Design Patterns for Enterprise Applications with Java
Useful Design Patterns for Enterprise Applications with Java
 
DevOps the NetApp Way: 10 Rules for Forming a DevOps Team
DevOps the NetApp Way: 10 Rules for Forming a DevOps TeamDevOps the NetApp Way: 10 Rules for Forming a DevOps Team
DevOps the NetApp Way: 10 Rules for Forming a DevOps Team
 
Sydney mule soft meetup 30 april 2020
Sydney mule soft meetup   30 april 2020Sydney mule soft meetup   30 april 2020
Sydney mule soft meetup 30 april 2020
 
Sydney MuleSoft Meetup #12 2020204
Sydney MuleSoft Meetup #12 2020204Sydney MuleSoft Meetup #12 2020204
Sydney MuleSoft Meetup #12 2020204
 
Cloud onboarding and Application Onboarding on AURO Canadian Cloud Computing
Cloud onboarding and Application Onboarding on AURO Canadian Cloud ComputingCloud onboarding and Application Onboarding on AURO Canadian Cloud Computing
Cloud onboarding and Application Onboarding on AURO Canadian Cloud Computing
 
devops, platforms and devops platforms
devops, platforms and devops platformsdevops, platforms and devops platforms
devops, platforms and devops platforms
 
Customer Case Study: Generali
Customer Case Study: GeneraliCustomer Case Study: Generali
Customer Case Study: Generali
 
Sydney mule soft meetup #8 1 August 2019 - all slides
Sydney mule soft meetup #8   1 August 2019 - all slidesSydney mule soft meetup #8   1 August 2019 - all slides
Sydney mule soft meetup #8 1 August 2019 - all slides
 
Panel meetup with EA leaders
Panel meetup with EA leadersPanel meetup with EA leaders
Panel meetup with EA leaders
 
2022 Google Academy
2022 Google Academy 2022 Google Academy
2022 Google Academy
 
Roadmap 101 of the ServiceNow business platform
Roadmap 101 of the ServiceNow business platformRoadmap 101 of the ServiceNow business platform
Roadmap 101 of the ServiceNow business platform
 
Apex day 1.0 foex plugin framework peter raganitsch
Apex day 1.0 foex plugin framework peter raganitschApex day 1.0 foex plugin framework peter raganitsch
Apex day 1.0 foex plugin framework peter raganitsch
 

Semelhante a Modern App Development with Oracle Cloud

Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1
Kurt Liu
 

Semelhante a Modern App Development with Oracle Cloud (20)

D-DAY 2015 Paas ORACLE
D-DAY 2015 Paas ORACLED-DAY 2015 Paas ORACLE
D-DAY 2015 Paas ORACLE
 
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and MorePolyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
 
Oracle Mobile Cloud Service
Oracle Mobile Cloud ServiceOracle Mobile Cloud Service
Oracle Mobile Cloud Service
 
Solving todays problems with oracle integration cloud
Solving todays problems with oracle integration cloudSolving todays problems with oracle integration cloud
Solving todays problems with oracle integration cloud
 
Embracing SOA and the Cloud
Embracing SOA and the CloudEmbracing SOA and the Cloud
Embracing SOA and the Cloud
 
Oracle Cloud: Anything as a Service
Oracle Cloud: Anything as a ServiceOracle Cloud: Anything as a Service
Oracle Cloud: Anything as a Service
 
Lightweight Java in the Cloud
Lightweight Java in the CloudLightweight Java in the Cloud
Lightweight Java in the Cloud
 
EBS Upgrade to Oracle Cloud Platform
EBS Upgrade to Oracle Cloud PlatformEBS Upgrade to Oracle Cloud Platform
EBS Upgrade to Oracle Cloud Platform
 
Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015
Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015
Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015
 
Oracle REST Data Services
Oracle REST Data ServicesOracle REST Data Services
Oracle REST Data Services
 
Valor diferencial de la propuesta cloud
Valor diferencial de la propuesta cloudValor diferencial de la propuesta cloud
Valor diferencial de la propuesta cloud
 
Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1
 
Apex day 1.0 oracle cloud news_andrej valach
Apex day 1.0 oracle cloud news_andrej valachApex day 1.0 oracle cloud news_andrej valach
Apex day 1.0 oracle cloud news_andrej valach
 
SOACS-Overview.pdf
SOACS-Overview.pdfSOACS-Overview.pdf
SOACS-Overview.pdf
 
Beneficios de la coexistencia de ambientes híbridos utilizando SOA
Beneficios de la coexistencia de ambientes híbridos utilizando SOABeneficios de la coexistencia de ambientes híbridos utilizando SOA
Beneficios de la coexistencia de ambientes híbridos utilizando SOA
 
Mastering DevOps with Oracle
Mastering DevOps with Oracle Mastering DevOps with Oracle
Mastering DevOps with Oracle
 
Extending Hortonworks with Oracle's Big Data Platform
Extending Hortonworks with Oracle's Big Data PlatformExtending Hortonworks with Oracle's Big Data Platform
Extending Hortonworks with Oracle's Big Data Platform
 
How to Obtain Peak Performance from Your Virtual Environment
How to Obtain Peak Performance from Your Virtual EnvironmentHow to Obtain Peak Performance from Your Virtual Environment
How to Obtain Peak Performance from Your Virtual Environment
 
Javantura v4 - Support SpringBoot application development lifecycle using Ora...
Javantura v4 - Support SpringBoot application development lifecycle using Ora...Javantura v4 - Support SpringBoot application development lifecycle using Ora...
Javantura v4 - Support SpringBoot application development lifecycle using Ora...
 
Exadata Cloud Service Overview(v2)
Exadata Cloud Service Overview(v2) Exadata Cloud Service Overview(v2)
Exadata Cloud Service Overview(v2)
 

Último

Último (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Modern App Development with Oracle Cloud

  • 1.
  • 2. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Oracle - Confidential
  • 3. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Modern Application Development Oracle Cloud Platform Juan Carlos Ruiz Rico Cloud Platform Consultant Oracle EMEA April, 2016 Oracle - Confidential
  • 4. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle - Confidential Welcome! Juan Carlos Ruiz Rico Cloud Platform Consultant Email: juan.carlos.r.ruiz.rico@oracle.com lnkdin.me/p/juancarlosruizrico @_JCRico
  • 5. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | The World is Changing – What Are You Going To Do About It ? Oracle - Confidential
  • 6. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | “The Best Way to Predict Future is to Create it” Oracle - Confidential
  • 7. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Why are People Moving to the Cloud 89% 87% Lower Cost Source: Computerworld Strategic Marketing Services Cloud Survey Greater Business Agility Oracle - Confidential
  • 8. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Customers don’t want IT to be a Stopper… but the Solution SPEED TO RESPONDSPEED TO BUILD SPEED TO DEPLOY Oracle - Confidential
  • 9. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle’s Cloud Value Proposition Oracle - Confidential
  • 10. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 10 Bring Oracle’s leading Database and Middleware Technology Software to customers and partners anywhere in the World through the Internet Oracle Cloud Platform Strategy Software as a Service Platform as a Service Infrastructure as a Service
  • 11. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle Cloud Platform Documents Cloud Process Cloud Sites Cloud Social Cloud CONTENT AND COLLABORATION Business Intelligence Cloud Big Data Discovery Cloud Big Data Preparation Cloud Internet of Things Cloud BUSINESS ANALYTICS Mobile Cloud MOBILE NoSQL Database Cloud Big Data SQL Cloud Exadata Cloud Big Data Cloud Database Backup Cloud Database Cloud Big Data Preparation Cloud DATA MANAGEMENT Node Cloud Developer Cloud Mobile Cloud Java Cloud Application Builder Cloud APPLICATION DEVELOPMENT Integration Cloud SOA Cloud GoldenGate Cloud Internet of Things Cloud INTEGRATION Application Performance Monitoring Cloud IT Analytics Cloud Log Analytics Cloud ENTERPRISE MANAGEMENT Oracle - Confidential
  • 12. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle - Confidential Oracle Cloud Infrastructure Services Portfolio Software VPN Hardware VPN (IPsec) Fast Connect Network Bonding NETWORK Archive Storage Cloud NAS Block Storage Object Storage High Performance Storage STORAGE General Purpose Compute High Performance Compute Dedicated Compute Engineered Systems Compute COMPUTE
  • 13. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Facilities Cost: Data Center, ISP, CDN, DNS, ... Hardware Cost: Servers, Storage, Network, … Software Cost: License, Installation, Configuration, Security Setup, DR Setup, ... Ongoing Maintenance Cost: Backup, Patching, Hardware Upgrade, OS Upgrade, Firmware Upgrade, Software Upgrade, Test-Dev Synchronization, Cloning, Data Masking, Security Configuration Checks, Security Auditing, … Traditional IaaS Traditional PaaS Value Creation Oracle PaaS Highest Value Creation with Cloud Automation 13Oracle - Confidential
  • 14. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle Cloud Platform - Application Development Application Container Cloud Java Cloud Mobile Cloud Application Builder Cloud Develop Cloud Native, Lightweight, Polyglot Apps Develop Java EE Apps to Cloud Develop Mobile Apps Declarative HTML5 Apps Management Cloud: Performance Management, Log Analytics, IT Analytics Developer Cloud: Continuous integration/Continuous Delivery/Collaboration Integration Cloud Messaging Cloud SOA Cloud Integration Compute Cloud Storage Cloud Open Source and Non Oracle TechnologiesOracle Database Cloud Oracle - Confidential
  • 15. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Application Container & Developer Cloud Services Oracle - Confidential
  • 16. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Better applications developed faster and cheaper Oracle - Confidential
  • 17. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | The Development Ecosystem Oracle - Confidential
  • 18. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Flask-Python Oracle - Confidential from flask import Flask app = Flask(__name__) @app.route("/") def hello(): return "Hello World!" if __name__ == "__main__": app.run()
  • 19. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Express.js – Node.js Oracle - Confidential var express = require('express'); var app = express(); app.get('/', function (req, res) { res.send('Hello World!'); }); app.listen(3000, function () { console.log('Example app listening on port 3000!'); });
  • 20. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | SparkJava Oracle - Confidential
  • 21. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Cloud Native with Application Container Cloud Container-based Elastic Profile Microservices Polyglot php Open Oracle - Confidential
  • 22. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle Application Container Cloud Your go-to Platform for Lightweight Applications and Microservices • Super easy to use—streamlined and minimal UI & REST API • Advanced diagnostics (Flight Recorder), immediate access to platform upgrades, security, platform optimizations • Extensible platform with other OPC services including Database, Messaging, Storage, Developer… • Foundation for lightweight applications, microservices programming infrastructure. • Tight integration with Developer Cloud Service for continuous integration and deployment. Oracle - Confidential
  • 23. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Cloud or On-Premise Dev, Test or Production Deploy Commit Track & Monitor Developer Cloud Service: Bringing it All Together Developers Developer Service Review CI / CD Source Tasks Wiki Oracle Cloud Platform Oracle - Confidential
  • 24. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Developer Cloud Service
  • 25. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Build Zip Deploy! Oracle - Confidential
  • 26. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Integrated Developer Cloud Service Build & Deployment Developer Cloud Service Developer Hudson Push code Submit bugs Share on Wiki Java Cloud Service WebLogic Load Balancer WebLogic WebLogic Application Container Cloud Service Java SE Load Balancer Java SE Java SEDeploy Directly Continuous Delivery Messaging Cloud Service Storage Cloud Service Database Cloud Service BigData, Mobile, Integration, Process, ... Oracle - Confidential
  • 27. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Fast Go Live Flexible Robust Summary Automated Tasks = More Time for Innovation Budget & Technical Perspective Same Oracle Technology On Premise – Cloud Oracle - Confidential
  • 28. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Be pragmatic Do the simplest thing that works Start with a single or non critical app Embrace & Adopt Oracle Cloud Technologies Java Cloud Service Free 30 Days Trial • https://cloud.oracle.com/application-development • https://blogs.oracle.com/OracleCloud4Developers/ • https://cloud.oracle.com/developer/community Oracle - Confidential
  • 29. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
  • 30. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle - Confidential