AngularJS 2.0 AngularJS is op dit moment één van de meest populaire open Source javascript frameworks voor het bouwen van ‘single-page’ web applicaties. Enkele voordelen van Angular ten opzichte van andere MVC-frameworks zijn o.a. de declaratieve user interface, standaard componenten door ‘directives’, meer functionaliteit met…
Circuit Breaker Implementation in Java EE
Introduction One of the common patterns used when calling remote functions is the circuit breaker pattern. It is described by Martin Fowler and also in the book ‘Release It’ of Michael Nygard. The cicruit breaker acts like a circuit breaker in real life. You wrap a remote function call…