|
Java software runs in many places, on many kinds of computers and devices. On servers, the distributed nature of Java technology is ideal for implementing two-tier, three-tier, and n-tier architectures. Java technology integrates well with existing "legacy" computing systems, and without platform lock-in. Here's how Java technology works on a server:
Back to: How the Java Platform Works
1In some instances, software components may be distributed among different servers and back-end systems. Another example of server-side Java software: Compact components called "servlets" can plug into a Web server such as the Java Web Server and deliver Web services.
For a more detailed technical description of the workings of the Java platform, see The Java Language Environment - A White Paper.
*As used on this web site, the terms "Java virtual machine" or "JVM" mean a virtual machine for the Java platform.
|