Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
WJAX 2012: Die Java-PaaS-Parade (Teil 1) - Clou...
Search
Martin Lippert
November 07, 2012
Technology
0
52
WJAX 2012: Die Java-PaaS-Parade (Teil 1) - Cloud Foundry
Martin Lippert
November 07, 2012
Tweet
Share
More Decks by Martin Lippert
See All by Martin Lippert
Model Context Protocol - Game Changer for AI Applications
martinlippert
1
120
OCX / EclipseCon 2024: GitHub Copilot + Spring: Making AI-Assisted Coding Spring Aware
martinlippert
2
110
OCX / EclipseCon 2024: Spring Tools Live - All the Great New Things
martinlippert
0
92
JUG Saxony Day 2023: Upgrade to Spring Boot 3? Spring Tools to the Rescue!
martinlippert
1
140
code.talks 2023: The Sustainability Mythbuster
martinlippert
0
140
Invited Talk at TU Dortmund
martinlippert
0
130
The Sustainability Mythbuster
martinlippert
0
110
JCON_ONLINE_2022__From_Zero_to_Spring_Boot_Hero_using_GitHub_Codespaces.pdf
martinlippert
0
120
Devoxx UK 2022: Sustainability in Software Engineering - Today and Tomorrow
martinlippert
0
190
Other Decks in Technology
See All in Technology
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
380
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
7k
Claude Codeの進化と各機能の活かし方
oikon48
22
12k
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
150
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.2k
楽しく学ぼう!ネットワーク入門
shotashiratori
4
3.1k
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
420
アーキテクチャモダナイゼーションを実現する組織
satohjohn
0
380
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
1
110
白金鉱業Meetup_Vol.22_Orbital Senseを支える衛星画像のマルチモーダルエンベディングと地理空間のあいまい検索技術
brainpadpr
2
290
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
150
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
130
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Paper Plane
katiecoart
PRO
0
48k
Automating Front-end Workflow
addyosmani
1370
200k
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
140
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
79
The untapped power of vector embeddings
frankvandijk
2
1.6k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
YesSQL, Process and Tooling at Scale
rocio
174
15k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
120
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.8k
Transcript
Martin Lippert Staff Engineer - VMware
[email protected]
@martinlippert
2 Cloud Provider Interface Applica4on Service Interface Private Clouds
Public Clouds Micro Cloud Foundry Data Services Other Services Msg Services .js Apache2 license Cloud Foundry Open PaaS
history developed and published by VMware in 2011 https://github.com/cloudfoundry Fully
open-source (cloud platform itself, hosting and admin tools, developer tooling) Fully open contribution process
runtimes & frameworks Java (6 + 7) Web, Spring, Lift,
Play node.js (0.4 + 0.6 + 0.8) Ruby Rails, Sinatra, Rack + BYOC (standalone apps, container + JVM tuning)
services MySQL Redis PostgreSQL MongoDB RabbitMQ in the repo: ElasticSearch,
CouchDB, Neo4j, Filesystem, Blob, Memcached on your own: you can implement your own services
tools (developer perspective) vmc - command line Cloud Foundry Integration
for Eclipse Maven plugin Gradle plugin web-based dashboard (coming soon)
additional highlights framework support (includes auto-reconfiguration for Spring and node.js)
Micro Cloud (includes full debugging support) tunneling to services (e.g. connect your favorite database tool) BOSH (managing cloud environments)
scaling #1: the infrastructure level (done by the PaaS operator)
#2: the application level (done by the app developer) (not automated, but technically possible)
coming up organizations and spaces (enables more flexible management and
teamwork) cloudfoundry.com (introducing commercial packages) dashboard (web-based management console)
Resources Cloud Foundry http://www.cloudfoundry.com http://www.cloudfoundry.org Cloud Foundry GitHub https://github.com/cloudfoundry CloudFoundry
Integration for Eclipse https://github.com/SpringSource/eclipse-integration- cloudfoundry Martin Lippert Staff Engineer - VMware
[email protected]
@martinlippert