<From: Jennifer Dong>
I have same questions. I am new to servlet development. We have a lot works
done in VB. My managers are evaluating on which programming language to use,
VB or Java, for server side processing. It will be great if we could create
servlet that makes calls to VB DLLs, so that we could do JAVA servlet while
keeps the existing VB DLLs.
</From: Jennifer Dong>

<From: John McDonald>
Is there any way that I can create a servlet that calls functions in a
dynamic link library? I have a buddy who writes in VB and I want to create a
servlet that makes calls to his DLL's.
</From: John McDonald>

    Hi,

    Two weeks ago, we completed a little servlet application prototype
working with some database objects written in C++ and stored in a DLL. We
simply used JNI (Java Native Interface). We also evaluated jintegra which
created bindings between COM and Java objects. But, I think that you can use
JNI and access your COM objects. Have you ever tried this option ? Did you
have some problems ?

    Best regards,


    Yagiz Erkan
    Software Project Manager
    Rand Worldwide - IRELAND

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to