|
'Three-tier' is a client-server architecture in which the user interface, functional process logic ("business rules"), computer data storage and data access are developed and maintained as independent modules, most often on separate platforms. 
Whether your presentation layer is a bespoke application, a web site, or even a mobile phone, we can build systems that allow you to access your data, and control your systems from any source. We use Java Platform, Enterprise Edition to provide these services. Java Platform, Enterprise Edition or Java EE is a widely used platform for server programming in the Java programming language. The Java EE Platform differs from the Standard Edition (SE) of Java in that it adds libraries which provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based largely on modular components running on an application server.
|