I have the following problem. I\'m writing chat software. The client/server mechanism is based on DualHttpBinding of WCF. This means that if a user sends a message, all clients that are in the room wh
I\'m writing a client/server application in Java and I\'m using TCP to transfer data which I\'m storing in an ArrayList (i.e. An ArrayList of arrays of开发者_Go百科 Strings).
Okay, this sounds simple, but I tried all the simple things and it still doesn\'t work properly. import java.net.*;
I have a scenario where during the system install time, a few services were deployed on to the OSGi container and these services will be listening for other bundles that provide data and are dynamical
Something I\'ve noticed from looking at multiple .NET starter kits is that business object cons开发者_StackOverflow中文版truction is often handled at the client level. Then, the business object is pas
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Okay, So I\'m working on a game (like not even alpha yet) and it\'s suppose to be a 1 on 1 fighting game where one person hosts the server and the other one connects. But right now the code is too lag
I have a JScrollpane which contains a scrollable client that changes its size dynamically while using the application. I want the JScrollPane to be aware of the changes without moving the viewport whe
My server keeps getting this error when I run the client: Exception in thread \"main\" java.io.EOFException
Is there any way i can access t开发者_开发百科he object of one client session from another client session?Unless you have isolated your Entities to the client Session (ClassDescriptor.setIsIsolated) t