visual studio .net jlca:
I'm complete new to using JLCA and I hope my question makes sense.
After converting the Java Servlet using JLCA (so it now resides in IIS),
does that mean IIS can process the HTTP request originated from a true Java
Servlet? In order words, the client is still running in a true Java
environment but I process the request in IIS (using the converted version of
the same Java Servlet).