I have a dll written in VB, that I want to integrate in my java servlet. Is it posible to do that??? Can I use native code(JNI) to do this?? and how to call VB method from java servlet?
Any samples or resource about this.

Thanks in advance.