xceptionale.wordpress.com
xceptionale – Xceptionale
https://xceptionale.wordpress.com/author/nowthefuture
Mule Application Health Checks As A Separate Concern. November 19, 2016. November 19, 2016. This post will present a way to achieve a consistent health check across population of mule applications. As a short introduction to the approach, it involves injecting a health check flow and a dependency library into a mule application via minor changes to the maven pom.xml file. The inject flow has an http listener which will provide a simple REST GET endpoint to serve the health check information. Spring:prope...
xceptionale.wordpress.com
Mobile Application Licensing – Xceptionale
https://xceptionale.wordpress.com/2016/11/01/mobile-application-licensing
November 1, 2016. November 4, 2016. I was recently asked for some advice how to enable licensing in businesses mobile application based solution. A business invested a considerable budget to develop a mobile application intended exclusively for its clients and want to figure out how to enable licensing of the application. The business needs to. Allow organizations to buy a site license which enables multiple users to share a set of licenses. Take payments via credit cards. Another option source approach ...
tech.tigiminsight.com
오픈 소스 API Gateway 솔루션 – Tigim Insight – about Internet Technology
http://tech.tigiminsight.com/2015/07/30/api-gateway.html
오픈 소스 API Gateway 솔루션. Microservices 아키텍처의 Core라고 할 수 있는 API Gateway에 대해 조사해 보자. 원래 API(Application Program Interface)는 글자 그대로 어플리케이션(서비스)를 사용하기 위한 인터페이스이다. 하지만, 다양한 플랫폼(iOS, 안드로이드 등)의 출현과 서비스 간의 쉬운 메쉬업의 니즈로 요즘 개발되는 대부분의 서비스는 내부 기능의 API화를 중요한 과제로 생각하고 있다. 이와 함께 API Gateway를 이해하려면, 시스템 아키텍처에 대해서도 알 필요가 있는데, 바로 Microservices 구조의 핵심이기 때문이다. 위의 문제를 해결하기 위해 등장한 개념이 바로 Microservices Acrhicture이다. 작은 서비스(Micro Service)의 결합을 통해 하나의 응용프래그램을 개발하는 방법론. 각각의 작은 서비스는 독립적인 비지니스 로직으로 구성되어 자동화된 개발/배포 환경을 구축. 최소한의 중심 관리 체계.