IPC using CORBA with C++ and Java -



IPC using CORBA with C++ and Java -

i decided utilize corba communicate between c++ service , java service. want know possible using corba inter phone call c++ library , java library phone call dll in application. helpful if help me take decision!

(seems confusion in previous answer. think improve give reply state clearer point)

corba interactions between "remote" components. although used term "remote" here, doesn't mean components needs located in remote machine. can in same machine, or same process.

the reply depends on aim:

if writing new libraries/components in c++ , java, , want utilize them in same application , have components in both language able interact each other, yes, corba can help in extend. corba helping in component communication part. still need utilize jni (or other similar solutions) invoke/startup c++/java component in java/c++ application. corba not going help on this. may want poc see if having 2 orbs in same application (one c++, 1 java) going cause problem.

if talking about: have existing libraries written in java , c++ (of course, not in corba-awared manner), , looking way create utilize of these library in new application (in java/c++). no, corba cannot help much on this. of course of study can still write layer expose components in corba, , create utilize of them, making utilize of corba here not going create "calling c++ library or java library" easier.

however, imho, neither case above seems strong reason create utilize of corba. if looking interoperability of java , c++ libraries, jni, or jna maybe want into.

java c++ corba inter-process-communicat

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -