-
Ways/Guidelines on how to call/interface J2EE to VB and vise ver (1 messages)
- Posted by: Nelson Padilla
- Posted on: May 08 2007 02:12 EDT
Good day Are there any ways/guidelines on how to call a Visual Basic Program in J2EE and vice versa? Any help would be very much appreciated Thanks and Regards, NelsonThreaded Messages (1)
- Re: Ways/Guidelines on how to call/interface J2EE to VB and vise by shreenee josh on May 08 2007 07:12 EDT
-
Re: Ways/Guidelines on how to call/interface J2EE to VB and vise[ Go to top ]
- Posted by: shreenee josh
- Posted on: May 08 2007 07:12 EDT
- in response to Nelson Padilla
Nelson, Very hard question buddy. I dont have a final answer but this is what we do in our case. We use JACE for javac++ interaction. http://sourceforge.net/projects/jace/ EJB (j2ee) server --> call standalone java app (jni) -->C++ --> Jace layer --> c++ library and vice versa here i have not used jni though EJB (bad idea) .... also i m not sure how VB call scan be made (COM DLL probably ??) give a try. good luck shrini