Click here to Skip to main content
16,011,949 members
Home / Discussions / Java
   

Java

 
GeneralRe: Java Socket in Ad Hoc Pin
Susy Nainggolan26-Apr-12 23:02
Susy Nainggolan26-Apr-12 23:02 
GeneralRe: Java Socket in Ad Hoc Pin
Richard MacCutchan26-Apr-12 23:08
mveRichard MacCutchan26-Apr-12 23:08 
GeneralRe: Java Socket in Ad Hoc Pin
Susy Nainggolan26-Apr-12 23:12
Susy Nainggolan26-Apr-12 23:12 
GeneralRe: Java Socket in Ad Hoc Pin
Nagy Vilmos27-Apr-12 0:20
professionalNagy Vilmos27-Apr-12 0:20 
GeneralRe: Java Socket in Ad Hoc Pin
Susy Nainggolan27-Apr-12 2:56
Susy Nainggolan27-Apr-12 2:56 
GeneralRe: Java Socket in Ad Hoc Pin
Susy Nainggolan28-Apr-12 0:22
Susy Nainggolan28-Apr-12 0:22 
GeneralRe: Java Socket in Ad Hoc Pin
Richard MacCutchan28-Apr-12 2:44
mveRichard MacCutchan28-Apr-12 2:44 
AnswerRe: Java Socket in Ad Hoc Pin
jschell28-Apr-12 8:02
jschell28-Apr-12 8:02 
Your question is not clear.

You have 3 computers: A, B and C.

A uses a socket to connect to B. Then A sends a message.

At that point A is done. It no longer controls in any way shape or form what happens on B.

So if you want to send a message from A to C via B then you MUST do the following.
1. Create a client App that runs on A. Call this AppM.
2. Create a server App that runs on B. It accepts messages from ANY client (anyone that connects to it) and then it sends those to C. Call this AppS.
3. Create a service App on C that accepts messages from ANY client. Call this AppZ.

So the message flow is then AppM -> AppS -> AppZ.

The above is basically how routers work with some differences. However each router still has an App on it.
QuestionBased on one combo box items should be displayed in another combo box ?How Pin
sateesh102426-Apr-12 8:13
sateesh102426-Apr-12 8:13 
AnswerRe: Based on one combo box items should be displayed in another combo box ?How Pin
TorstenH.26-Apr-12 20:54
TorstenH.26-Apr-12 20:54 
AnswerRe: Based on one combo box items should be displayed in another combo box ?How Pin
Bernhard Hiller26-Apr-12 21:55
Bernhard Hiller26-Apr-12 21:55 
GeneralRe: Based on one combo box items should be displayed in another combo box ?How Pin
TorstenH.26-Apr-12 23:03
TorstenH.26-Apr-12 23:03 
Questionwhere can i get LlamaWORK2D GAME ENGINE Pin
Member 888152624-Apr-12 21:35
Member 888152624-Apr-12 21:35 
AnswerRe: where can i get LlamaWORK2D GAME ENGINE Pin
TorstenH.24-Apr-12 21:54
TorstenH.24-Apr-12 21:54 
GeneralRe: where can i get LlamaWORK2D GAME ENGINE Pin
Bernhard Hiller25-Apr-12 20:49
Bernhard Hiller25-Apr-12 20:49 
Questionweb service en java Pin
olfouta23-Apr-12 3:26
olfouta23-Apr-12 3:26 
AnswerRe: web service en java Pin
Nagy Vilmos23-Apr-12 3:37
professionalNagy Vilmos23-Apr-12 3:37 
GeneralRe: web service en java Pin
olfouta7-May-12 8:22
olfouta7-May-12 8:22 
AnswerRe: web service en java Pin
trongduy7-May-12 4:23
trongduy7-May-12 4:23 
GeneralRe: web service en java Pin
olfouta7-May-12 8:24
olfouta7-May-12 8:24 
QuestionJTextArea problem Pin
bijalvadher22-Apr-12 22:30
bijalvadher22-Apr-12 22:30 
AnswerRe: JTextArea problem Pin
Nagy Vilmos23-Apr-12 1:58
professionalNagy Vilmos23-Apr-12 1:58 
GeneralRe: JTextArea problem Pin
bijalvadher23-Apr-12 2:05
bijalvadher23-Apr-12 2:05 
GeneralRe: JTextArea problem Pin
Alok Sharma ji26-Apr-12 23:22
Alok Sharma ji26-Apr-12 23:22 
Questiona question about ThreadPool Pin
dirk.zhang22-Apr-12 22:29
dirk.zhang22-Apr-12 22:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.