I am not new to computing, but I am to Java and wonder if anyone could point me in the right (or a) direction.
Specifically, how are multi-tiered applications put together. There appears to be multiple paths available and it all gets a bit
confusing (to me).
If, for example, I have something like (this is not a web app):
- a front end which controls a number (variable at runtime) of terminals/workstations.
- a database later
- a main business layer
- other things
How are all these linked? I am thinking perhaps separate processes communicating via JMS or sockets etc.
Is this how it's done or are there better ways.
Sorry if this is way off.
Specifically, how are multi-tiered applications put together. There appears to be multiple paths available and it all gets a bit
confusing (to me).
If, for example, I have something like (this is not a web app):
- a front end which controls a number (variable at runtime) of terminals/workstations.
- a database later
- a main business layer
- other things
How are all these linked? I am thinking perhaps separate processes communicating via JMS or sockets etc.
Is this how it's done or are there better ways.
Sorry if this is way off.
Comment