Hi,
I have a requirement to call C++ functions(DLL)from struts application.
so let me know is it possible?if yes please give a sample example.
Thanks in advance.
Printable View
Hi,
I have a requirement to call C++ functions(DLL)from struts application.
so let me know is it possible?if yes please give a sample example.
Thanks in advance.
Yes, it is possible, using JNI to create a Java class that wraps the DLL's functions and exposes them to Struts.