Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: XML with MFC Pin
K. Gulden12-Dec-03 13:27
K. Gulden12-Dec-03 13:27 
GeneralRe: XML with MFC Pin
Jack Puppy12-Dec-03 13:31
Jack Puppy12-Dec-03 13:31 
GeneralRe: XML with MFC Pin
Ravi Bhavnani12-Dec-03 20:55
professionalRavi Bhavnani12-Dec-03 20:55 
GeneralRe: XML with MFC Pin
K. Gulden15-Dec-03 7:14
K. Gulden15-Dec-03 7:14 
Generalmenuiteminfo question Pin
ns12-Dec-03 10:09
ns12-Dec-03 10:09 
GeneralRe: menuiteminfo question Pin
PJ Arends12-Dec-03 10:55
professionalPJ Arends12-Dec-03 10:55 
GeneralRe: menuiteminfo question Pin
nss12-Dec-03 19:05
nss12-Dec-03 19:05 
GeneralLocal IPC Java App <--> C++ DLL Pin
ReneDalsgaard12-Dec-03 8:12
ReneDalsgaard12-Dec-03 8:12 
Hi There

The scenario:
I got one Java application (server) and multiple C++ clients. The java server is always running and the C++ clients will need to communicate with it as they are started/Stopped. The data communicated is mainly XML. All this is running on the same computer.

The demands:
The communication must be platform independent, at least in the Java application (i.e. no using JNI dlls) because the Java server should run unchanged and be able to communicate with clients implemented on other architectures in the future.

The technique should be easy to work with, i.e. not too low level, and not over complicated (as I suspect CORBA is)

The question:
What communication technique/technology should I use?

The considerations:
CORBA Too complicated for the simple use?
Sockets/Pipes Too much work for the intended simple use?
XML-RPC Current my favourite. But is it too inefficient using HTTP when the communication is local?
JNI Not suited for IPC unless memory mapped files are added...correct?
XYMessenger As presented here. Might be suitable but how is it compared to XML-RPC?

Kind Regards Rene
GeneralRe: Local IPC Java App <--> C++ DLL Pin
igor196012-Dec-03 11:21
igor196012-Dec-03 11:21 
GeneralShellExecute question Pin
Shay Harel12-Dec-03 6:08
Shay Harel12-Dec-03 6:08 
GeneralRe: ShellExecute question Pin
BaldwinMartin12-Dec-03 9:06
BaldwinMartin12-Dec-03 9:06 
GeneralRe: ShellExecute question Pin
Shay Harel12-Dec-03 9:10
Shay Harel12-Dec-03 9:10 
GeneralRe: ShellExecute question Pin
BaldwinMartin12-Dec-03 9:09
BaldwinMartin12-Dec-03 9:09 
GeneralRe: ShellExecute question Pin
Shay Harel12-Dec-03 9:11
Shay Harel12-Dec-03 9:11 
GeneralRe: ShellExecute question Pin
BaldwinMartin12-Dec-03 9:14
BaldwinMartin12-Dec-03 9:14 
GeneralCImageList can not display in a CListCtrl control. Pin
YanBin12-Dec-03 5:44
YanBin12-Dec-03 5:44 
GeneralRe: CImageList can not display in a CListCtrl control. Pin
Shay Harel12-Dec-03 6:05
Shay Harel12-Dec-03 6:05 
General16-bit Resource compiler Pin
Cyrus Dang12-Dec-03 5:25
Cyrus Dang12-Dec-03 5:25 
GeneralRe: 16-bit Resource compiler Pin
BaldwinMartin12-Dec-03 9:55
BaldwinMartin12-Dec-03 9:55 
GeneralGetDlgItem, SetDlgItemInt etc... Pin
ChelmsleyBaggie12-Dec-03 4:59
ChelmsleyBaggie12-Dec-03 4:59 
GeneralRe: GetDlgItem, SetDlgItemInt etc... Pin
Mike Dimmick12-Dec-03 5:26
Mike Dimmick12-Dec-03 5:26 
GeneralRe: GetDlgItem, SetDlgItemInt etc... Pin
ChelmsleyBaggie14-Dec-03 23:17
ChelmsleyBaggie14-Dec-03 23:17 
Generaldialog boxes and tabs Pin
Steve Kelly12-Dec-03 4:31
Steve Kelly12-Dec-03 4:31 
GeneralStealing data from DirectDraw Surface. Pin
Tommy2k12-Dec-03 4:13
Tommy2k12-Dec-03 4:13 
GeneralStarting a particular windows app ( such as word.exe or acrobat.exe) @ particular co-ordinates on your desktop Pin
Fahad Ahmed12-Dec-03 4:06
Fahad Ahmed12-Dec-03 4:06 

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.