Like another application Java type (servlet, applet, midlet etc), JSP also have a strong type mean use variable on page must declare before. For example in sintaks reduplication here:
for (int i=1; i<13; i++)
{
// statement
}
As other server side scripts, JSP even also need web server. ASP Script need IIS as web server, PHP need IIS or Apache, while JSP can use Apache Tomcat as one of the web server that support it.
So that can run JSP files based on Java, need web server that can to processed java, or minimalyl JSP engine that can integration with web server.













Leave a comment