I have simple client-server communication thru WebServices. Now, I\'m using javax.ws.* and Endpoint class (is it a default implementation?) to create server side and Netbeans to create client side.
I have a network of MS SQL servers connected to each other with (C++/C#)clients connected to them. and I\'m about designing a way of messaging between clients and server-client messaging.
We have a large application that has been developed over 15 years and in installed in 200+ client locations.The application currently consists of an Access database and a bunch of executable and repor
I need to synchronize two large sets of strings in Java, one of the on the client and the other on the server. Most pro开发者_C百科bably the client is missing a couple of entries which it should recei
I wrote a WinForms app and it runs on the local network.My database is SQL Express, with multiple clients connecting to a central server.
I\'m working on an update to a distributed data acquisition system. The current configuration has an acquisition \"data server\" that pushes a continuous stream of real-time data to clients over a per
The Following Image button works like a charm <asp:ListView ID=\"ListView1\" runat=\"server\"> <layouttemplate>
The desktop application is being developed with开发者_开发问答 a demo version that is supposed to run for a few minutes and after that would request the user to restart the application to run again (t
Here\'s what I need to do: I need to simulate a server, which sends alarms at random intervals, i.e. after 2 secs, then after 4, after 10 but always within some sort 开发者_开发技巧of range.
My client-server application is mainly based on special purpose http server that communicates with client in an Ajax like fashion, ie. the client GUI is refreshed upon asynchronous http request/respon