If you mean a client-side ActiveX control, those are just HTML tags like
applet tags and can be included.
Serverside ActiveX controls are another thing entirely, as these need to be
executed on the server which will expect Javabeans.
You would need to create a wrapperbean in Java that calls the ActiveX
control through JNI for that to work, or (if the control can be used through
COM interfaces) install a COM/CORBA bridge and use write a javabean that
calls the functions on the ActiveX control through CORBA calls (this is the
pretty solution but requires more work and more software).
Jeroen T. Wenting
jwenting@h...
Murphy was wrong, things that can't go wrong will anyway
> -----Original Message-----
> From: Samantha [mailto:ttwsam@h...]
> Sent: Friday, October 13, 2000 07:06
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] VB component within JSP
>
>
> Hi everyone,
>
> Can i include a vb component within my JSP codes? I have an existing VB
> application which i would like to link it to my web page which is coded in
> JSP. If it is possible, how do come about in doing it?
>
> Thanks.
>
> Samantha
>
> ---
> NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS? Is FREE okay?
> Visit EarthWeb for the latest in IT Management, Software Development,
> Web Development, Networking & Communications, and Hardware & Systems.
> Click on http://www.earthweb.com for FREE articles, tutorials,
> and discussions from the experts.
>