VB to Java to VB and also VB dlls

Hi,

There is a vb application which will call a new java application and also pass some strucutres.

The java app. will in turn using multi-threading should call some VB or C++ dlls parallely.

Once all the dlls are finished processing they will return some data to the java app.

The java app. will do some more processing and pass some structures back to the VB app.

Interacting with the dlls can be done using JNI, but for the remaining part i would like some pointers on how to proceed.

Thanks in advance,

Ramkumar

[573 byte] By [SRamkuma] at [2007-9-26 2:38:00]
# 1
You can generate java DLL's by using VisualCafe.
hector111 at 2007-6-29 10:08:15 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
If there is a structure passed from the vb program say something likestruct nam{char firstchar lastchar middle}how will it translate to a java datatype? Do i create a corresponding java Class with the same kinda fields and use that?
SRamkuma at 2007-6-29 10:08:15 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
I am not sure that VB is capable of passing such structures.
hector111 at 2007-6-29 10:08:15 > top of Java-index,Java HotSpot Virtual Machine,Specifications...