I am writing a XML gui editor using java, which edits the xml file and there are programs which would read that xml file and act according the changes immediately. For that purpose, I need to invoke a
I have a multi-tiered desktop application with a well separated modular design. So far it has been working on a single PC, but now the scope was revised to create a distributed system with a server an
I am Developing a chat system that consists of multiple clients and a server. The clients should开发者_JAVA百科 discover the server by sending a broadcast message, which the server will respond to, s
I\'m making a server, client app in c++ console based. What I did so far: I can connect to the server.
Summary: How do I synchronize very large amount of data with a client which can\'t hold all the data in memory and keeps disconnecting?
I have to use scanner on Internet site web page. As far as I know not Flash nor Silverlight is capable to communicate with such hardware nowadays. It looks like there is no alternative to Active-X at
We have a distributed system in which a 开发者_StackOverflowJava-based server cache communicates with a C# front end, currently through object serialization.
For 开发者_JAVA百科a campaign purpose i need to create some URL. When the user clicks on this URL, the html page need to be created on the client machine dynamically. And then when the user clicks on
i have a Server socket using an async functions to allow a client socket to connect. And when i call Socket.EndAccept()it returns a copy of the client Socket,
In the past, the systems I\'ve worked on have generally used XML to communicate between the client and server and transfer result sets, etc. My current project however simply serializes a list of obje