I am a little bit confused which deployment is best to use. Correct me if I am wrong.
The client-server deployment is recommended if the machine that will hold the application server will be in a network running on windows and the clients or other computers within the network can then access the application.
Stand alone deployment is best if the application resides in just one machine and only be accessed by the same machine.
I am a little bit confused which deployment is best to use. Correct me if I am wrong.
The client-server deployment is recommended if the machine that will hold the application server will be in a network running on windows and the clients or other computers within the network can then access the application.
Stand alone deployment is best if the application resides in just one machine and only be accessed by the same machine.
Thanks!
Deployment type usually comes from requirements of your application. There should be specified if it is client/server or stand alone application. You don’t need a network running on windows, Servoy is based on Java so can be deployed on any platform that supports Java. Also most of the time the clients and server will be connected to Internet, so they are not in the same Local Area Network.
lvostinar:
Deployment type usually comes from requirements of your application. There should be specified if it is client/server or stand alone application. You don’t need a network running on windows, Servoy is based on Java so can be deployed on any platform that supports Java. Also most of the time the clients and server will be connected to Internet, so they are not in the same Local Area Network.
Thanks! The requirement is that the application will be installed in a server machine.