-
Maven repositories to use with JBoss Fuse
technical development java mavenMaven repos to use for development with JBoss Fuse For a Java developer, it is important to understand which Maven repositories he or she should be using to resolve all the artifacts and libraries required for the project. Two important repositories to be aware of when working with JBoss Fuse...
-
Similarities between Retail and Logistics industries from IT perspective
business retail logistics api management design patterns retail logisticsSpecial case of retail business A very large retailer in Australia, with approximately 1000 supermarkets, 1000 mini-stores, and 1000 specialist stores like liquor, etc is in the midst of establishing an API strategy. This article will refer to the retailer as RA. Recently, I had the opportunity to discuss with...
-
Developing APIMan using Docker
technical how to apiman docker mac os xDeveloper’s guide to start working with APIMan What is APIMan? APIMan is an open source project for developing an API management solution. About this article APIMan has a very interesting value proposition. Developing features, add-ons is a very effective way of getting started with a project. I couldn’t find a...
-
Building a microservices based application
technical microservices wildfly swarm programming how toAn application based on principles of microservices Recently, there has been a lot of discussion and focus on building applications based on the design principles of microservices. Microservices as an architectural principle is a fairly abstract construct. Definition or template of a microservices based application (micro-app) is going to be...
-
Getting started with docker
technical docker how toGetting started with Docker This technical writeup should help the reader get started on working with docker. Basic setup We will be using Mac OSX as the host operating system for this exercise. Install docker toolbox. We are using version 1.8.3 Launch a docker quickstart terminal - (docker-terminal) Basic commands...