-
1
- #1
BZJavaInst
Programmer
Has anyone ever tried to have a Java Servlet communicate with a non-Java program, such as Visual Basic 6.0. We have some Visual Basic programs that run as ActiveX Servers (without GUI) on a Win NT server and we were wondering if you could pass objects between the two languages? I suspect that Corba is the only thing that would allow this. We are trying to be platform independent on our Client Browser's machines, but have Java Servlets and Visual Basic programs do all the 3 tier work behind the scenes. Servlets communicating with Applets or JSP pages, etc. Unfortunately, we would like to keep a few of these VB and C++ programs running and have them interface with Java Servlets on a Windows NT or 2000 platform.
Will Corba allow this? Is there any other way to do this or can objects be directly passed to Servlets some how through ObjectStreams?
Looking for any expert approach or opinion.
Thanks,
Brian
Will Corba allow this? Is there any other way to do this or can objects be directly passed to Servlets some how through ObjectStreams?
Looking for any expert approach or opinion.
Thanks,
Brian