| Author |
Two different Java applications interaction
|
luckey singh
Greenhorn
Joined: Oct 11, 2007
Posts: 7
|
|
Two different Java applications interaction How two different consoles based desktop Java applications running on same system/machine can interact to each other. Is any one successfully done this type of programming? If yes please share the piece of code and steps, which used for it. Requirement - We have two console-based application running on same machine. We want that when first application will finish its job it should inform to second application about job status. :
|
 |
Srikanth Basa
Ranch Hand
Joined: Jun 06, 2005
Posts: 241
|
|
|
If the requirement is simple as stated above, the simplest approach would be creating a status file in a shared location on the system. The second application can keep on polling for this file.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Not an advanced question. Moving...
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Two different Java applications interaction
|
|
|