How different is JSP architecture from ISAPI architecture?
Created May 4, 2012
Christopher Longo JSP is not analogous to ISAPI. JSP to ASP would be a better comparison. JSP is an abstraction of Java Servlets. ISAPI is a low level API for creating web content under IIS.
You could compare ISAPI to Java Servlets, being they are both APIs and they are similar architecturally.