DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    H. Wilson Guest

    Referencing a DLL from JSP


    I'm trying to call a method called "ValidPassword(String, String, String)"
    that acceptes 3 string arguments in a DLL that was created in VB.

    Does anybody know how to reference the DLL object and method(s) from JSP?

    Thanks,
    H. Wilson

  2. #2
    Bill Guest

    Re: Referencing a DLL from JSP


    "H. Wilson" <hwilson@proresponse.net> wrote:
    >
    >I'm trying to call a method called "ValidPassword(String, String, String)"
    >that acceptes 3 string arguments in a DLL that was created in VB.
    >
    >Does anybody know how to reference the DLL object and method(s) from JSP?
    >
    >Thanks,
    >H. Wilson


    To accomplish this, you will need to create a DLL wrapper in 'C' using JNI
    (Java Native Interface). Then, you would write a simple JavaBean to call
    that DLL; sounds arduous but actually it's fairly simple and well documented.



  3. #3
    H. Wilson Guest

    Re: Referencing a DLL from JSP


    "Bill" <bevans@visa.com> wrote:
    >
    >"H. Wilson" <hwilson@proresponse.net> wrote:
    >>
    >>I'm trying to call a method called "ValidPassword(String, String, String)"
    >>that acceptes 3 string arguments in a DLL that was created in VB.
    >>
    >>Does anybody know how to reference the DLL object and method(s) from JSP?
    >>
    >>Thanks,
    >>H. Wilson

    >
    >To accomplish this, you will need to create a DLL wrapper in 'C' using JNI
    >(Java Native Interface). Then, you would write a simple JavaBean to call
    >that DLL; sounds arduous but actually it's fairly simple and >well documented.



    Thanks for the response. I'll study up on that.

    Herbie

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links