-
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
-
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.
-
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks