In the previous post, we discussed about the nature of the application highlighting lack of some key items. Let’s discuss the deployment infrastructure of the application. The application is deployed in a jboss domain cluster. There are three nodes in […]
There are a number of ways to make services or applications talk to each other. You can make one service access another service synchronously or asynchronously. Usually two services can talk to each other each other using databases, or plain […]
One of the first software architectural styles that a programmer learns when she starts building an application is ‘Layered‘. Here’s my 2-minute video on some key points in it.
Here’s a 5-minute lightweight presentation on Communicating Software Architecture