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
32
Kryptographie für Einsteiger
shempel
0
810
Jobs as Code - Jenkins Pipeline Jobs
shempel
0
830
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
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
480
Improving my own Ruby thereafter
sisshiki1969
1
160
チームのテスト力を鍛える
goyoki
3
930
より安全で効率的な Go コードへ: Protocol Buffers Opaque API の導入
shwatanap
2
790
パッケージ設計の黒魔術/Kyoto.go#63
lufia
3
440
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
460
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
AI Agents: How Do They Work and How to Build Them @ Shift 2025
slobodan
0
110
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
2.8k
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
870
testingを眺める
matumoto
1
140
Featured
See All Featured
BBQ
matthewcrist
89
9.8k
How to Ace a Technical Interview
jacobian
279
23k
What's in a price? How to price your products and services
michaelherold
246
12k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Optimizing for Happiness
mojombo
379
70k
Music & Morning Musume
bryan
46
6.8k
Docker and Python
trallard
46
3.6k
Automating Front-end Workflow
addyosmani
1370
200k
A Modern Web Designer's Workflow
chriscoyier
696
190k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
A Tale of Four Properties
chriscoyier
160
23k
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