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
Integration von MicroServices
Search
Sebastian Hempel
September 07, 2017
Programming
0
1.6k
Integration von MicroServices
How to integrate MicroService / Self-contained Systems at the GUI level with transclusion.
Sebastian Hempel
September 07, 2017
Tweet
Share
More Decks by Sebastian Hempel
See All by Sebastian Hempel
Wer spricht denn da? - Logging in Java (JCON 2022)
shempel
0
33
Kryptographie für Einsteiger
shempel
0
810
Jobs as Code - Jenkins Pipeline Jobs
shempel
0
840
Kryptogragire für Java-Entwickler
shempel
0
1.2k
Dokumentation schreiben kann Spaß machen! (2017)
shempel
0
1.1k
Minifliegen im Schwarm
shempel
0
1.3k
Puppenspielerein
shempel
0
1.2k
Puppet für Entwickler
shempel
0
2k
Dokumentation schreiben kann Spaß machen!
shempel
0
2.1k
Other Decks in Programming
See All in Programming
Go言語はstack overflowの夢を見るか?
logica0419
0
630
When Dependencies Fail: Building Antifragile Applications in a Fragile World
selcukusta
0
110
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
140
外接に惑わされない自システムの処理時間SLIをOpenTelemetryで実現した話
kotaro7750
0
100
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
7
3.6k
あなたとKaigi on Rails / Kaigi on Rails + You
shimoju
0
190
CSC305 Lecture 08
javiergs
PRO
0
280
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
130
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
360
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
520
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
5.5k
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Scaling GitHub
holman
463
140k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
650
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Building an army of robots
kneath
305
46k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
658
61k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Transcript
None
1
2
3 4 . 1
4 . 2
4 . 3
4 . 4
4 . 5
4 . 6
5 . 1
None
5 . 2
5 . 3
5 . 4 5 . 5 include
6 . 1
6 . 2
6 . 3 <esi:include/>
<esi:include src="http://shoppingcart.local/" alt="http://placeholder.local/" onerror="continue" /> src src
6 . 4 6 . 5
6 . 6
7 . 1
7 . 2
<a href="http://shoppingcart.local/" class="replace-link"/> $('a.replace-link').each(function() { var link = $(this) var
content = $('<div></div>').load(link.attr('href'), function() { link.replaceWith(content) }); });
7 . 3 7 . 4
7 . 5
8 . 1
8 . 2 
8 . 3
9 . 1
9 . 2
9 . 3
None
10 . 1 10 . 2
None
10 . 3 10 . 4
None
10 . 5
10 . 6
10 . 7
10 . 8
None
10 . 9