Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Integration von MicroServices

Integration von MicroServices

How to integrate MicroService / Self-contained Systems at the GUI level with transclusion.

Sebastian Hempel

September 07, 2017
Tweet

More Decks by Sebastian Hempel

Other Decks in Programming

Transcript

  1. 1

  2. 2

  3. <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) }); });