Category : Tutorial

Introduction This time I will introduce you to WebSocket, Functional Programming in Java, and Reactive Programming in Javascript using the RxJS library. Take a look at what Wikipedia tells us about WebSocket: “WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as ..

Read more

Introduction There are numerous techniques  for a client application to access an Enterprise Information System (EIS). The most common approach (and also best practise) is to use an application container on a middleware system (JBoss). It shields the EIS from direct client requests and also shields the client app from the business logic. See some popular ..

Read more