Hi Dear all !
I have been into programming applications for a while and all I've been so far coding have been client programs which ran on single desktops. Now I've been asked to program the same applications I used to code, for an organization so that they share the software to all users in the company. It seems that there's going to be a server over there and my application will be installed on the server to be shared through the inner network.
I was just caught by this question : "Suppose we want to install an application on a server and share that among users in the network. Does the programming style of that particular application need to be coded differently or just like a simple client side application ? "
The OS of the network is Win XP and I'll be coding the application using JAVA or C++.
Thanks in advance :)