Client/server environment A client/server environment is an environment in which multiple applications connect to over the network. client/server environmentenvironmentclient/server

runs embedded in a server framework that allows multiple network connections. (The framework itself starts an instance of and runs in an embedded environment. However, the client applications do not run in the embedded environment.)

You can also embed in any Java server framework.

See the for more information on how to run on a server.