SlideShare a Scribd company logo
Modern App Development with Oracle Cloud
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

More Related Content

What's hot (20)

PDF
Atagg2015 Where testing is moving in agile cloud world!
Agile Testing Alliance
 
PDF
Apex day 1.0 fastest route to cloud sept 2015_julian lane
APEX Solutions - Natural Intelligence
 
PDF
Owasp top 10 2013 - rc1
Ajay Ohri
 
PDF
Accelerating the Software Delivery Pipelinewith Mirantis OpenStack
Bob Sokol
 
PDF
Overview of Eclipse technologies
PT.JUG
 
PPTX
MuleSoft's Approach to Driving Customer Outcomes
MuleSoft
 
PDF
Microservices
PT.JUG
 
PDF
Enabling Enterprise DevOps at Scale
Bob Sokol
 
PDF
Useful Design Patterns for Enterprise Applications with Java
PT.JUG
 
PDF
DevOps the NetApp Way: 10 Rules for Forming a DevOps Team
NetApp
 
PDF
Sydney mule soft meetup 30 april 2020
Royston Lobo
 
PDF
Sydney MuleSoft Meetup #12 2020204
Royston Lobo
 
PPTX
Cloud onboarding and Application Onboarding on AURO Canadian Cloud Computing
Matthew McKinney
 
PDF
devops, platforms and devops platforms
Andrew Shafer
 
PPTX
Customer Case Study: Generali
Inflectra
 
PDF
Sydney mule soft meetup #8 1 August 2019 - all slides
Royston Lobo
 
PPTX
Panel meetup with EA leaders
MuleSoft Meetup
 
PDF
2022 Google Academy
AleksaKomosar
 
PPTX
Roadmap 101 of the ServiceNow business platform
Sheetal Kale
 
PDF
Apex day 1.0 foex plugin framework peter raganitsch
APEX Solutions - Natural Intelligence
 
Atagg2015 Where testing is moving in agile cloud world!
Agile Testing Alliance
 
Apex day 1.0 fastest route to cloud sept 2015_julian lane
APEX Solutions - Natural Intelligence
 
Owasp top 10 2013 - rc1
Ajay Ohri
 
Accelerating the Software Delivery Pipelinewith Mirantis OpenStack
Bob Sokol
 
Overview of Eclipse technologies
PT.JUG
 
MuleSoft's Approach to Driving Customer Outcomes
MuleSoft
 
Microservices
PT.JUG
 
Enabling Enterprise DevOps at Scale
Bob Sokol
 
Useful Design Patterns for Enterprise Applications with Java
PT.JUG
 
DevOps the NetApp Way: 10 Rules for Forming a DevOps Team
NetApp
 
Sydney mule soft meetup 30 april 2020
Royston Lobo
 
Sydney MuleSoft Meetup #12 2020204
Royston Lobo
 
Cloud onboarding and Application Onboarding on AURO Canadian Cloud Computing
Matthew McKinney
 
devops, platforms and devops platforms
Andrew Shafer
 
Customer Case Study: Generali
Inflectra
 
Sydney mule soft meetup #8 1 August 2019 - all slides
Royston Lobo
 
Panel meetup with EA leaders
MuleSoft Meetup
 
2022 Google Academy
AleksaKomosar
 
Roadmap 101 of the ServiceNow business platform
Sheetal Kale
 
Apex day 1.0 foex plugin framework peter raganitsch
APEX Solutions - Natural Intelligence
 

Similar to Modern App Development with Oracle Cloud (20)

PDF
C2 five journeys_to_the_cloud
Dr. Wilfred Lin (Ph.D.)
 
PDF
Many Clouds, Many Choices (Oracle)
COMPUTEX TAIPEI
 
PDF
Valor diferencial de la propuesta cloud
OracleIberia
 
PPTX
Keynote from Cloud Expo West, November 2010
Mohamad Afshar
 
PPT
Apex day 1.0 oracle cloud news_andrej valach
APEX Solutions - Natural Intelligence
 
PDF
The Oracle Cloud for Newbies
Revelation Technologies
 
PDF
B4 making dev_ops_really_work
Dr. Wilfred Lin (Ph.D.)
 
PPT
Roadmap to Enterprise Cloud Computing
Rex Wang
 
PPTX
Oracle IaaS including OCM and Ravello
Andrey Akulov
 
PPTX
Episode 1: Transition to Iaas
BenoitFindeis
 
PPTX
Oracle here. now. your choice.
CIOEastAfrica
 
PDF
C1 oracle's cloud computing strategy your strategy-your cloud_your choice
Dr. Wilfred Lin (Ph.D.)
 
PPTX
Review Oracle OpenWorld 2015 - Overview, Main themes, Announcements and Future
Lucas Jellema
 
PPTX
AMIS Oracle OpenWorld 2015 Review –part 1– Overview, Main Themes, Announcemen...
Getting value from IoT, Integration and Data Analytics
 
PDF
Cloud 2014: Top Five Best Practices for Your Application PaaS Audience
Ruma Sanyal
 
PDF
Oracle cloud oagi
Mathews Job
 
PPTX
Oracle cloud, private, public and hybrid
Johan Louwers
 
PPTX
Move your oracle apps to oci
VamsiKrishna815
 
PDF
Oracle Modern AppDev Approach to Cloud & Container Native App
Paulo Alberto Simoes ∴
 
PPT
Cloud Computing
Alicja Sieminska
 
C2 five journeys_to_the_cloud
Dr. Wilfred Lin (Ph.D.)
 
Many Clouds, Many Choices (Oracle)
COMPUTEX TAIPEI
 
Valor diferencial de la propuesta cloud
OracleIberia
 
Keynote from Cloud Expo West, November 2010
Mohamad Afshar
 
Apex day 1.0 oracle cloud news_andrej valach
APEX Solutions - Natural Intelligence
 
The Oracle Cloud for Newbies
Revelation Technologies
 
B4 making dev_ops_really_work
Dr. Wilfred Lin (Ph.D.)
 
Roadmap to Enterprise Cloud Computing
Rex Wang
 
Oracle IaaS including OCM and Ravello
Andrey Akulov
 
Episode 1: Transition to Iaas
BenoitFindeis
 
Oracle here. now. your choice.
CIOEastAfrica
 
C1 oracle's cloud computing strategy your strategy-your cloud_your choice
Dr. Wilfred Lin (Ph.D.)
 
Review Oracle OpenWorld 2015 - Overview, Main themes, Announcements and Future
Lucas Jellema
 
AMIS Oracle OpenWorld 2015 Review –part 1– Overview, Main Themes, Announcemen...
Getting value from IoT, Integration and Data Analytics
 
Cloud 2014: Top Five Best Practices for Your Application PaaS Audience
Ruma Sanyal
 
Oracle cloud oagi
Mathews Job
 
Oracle cloud, private, public and hybrid
Johan Louwers
 
Move your oracle apps to oci
VamsiKrishna815
 
Oracle Modern AppDev Approach to Cloud & Container Native App
Paulo Alberto Simoes ∴
 
Cloud Computing
Alicja Sieminska
 
Ad

Recently uploaded (20)

PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
July Patch Tuesday
Ivanti
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
July Patch Tuesday
Ivanti
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
Ad

Modern App Development with Oracle Cloud

  • 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: [email protected] 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