JHTML




JHTML is the abbreviation for Java HTML and describes a way to integrate Java programs into web pages. In this case, both HTML and Java source code, respectively marked accordingly, are written in a file. This is similar to PHP or Microsoft's Active Server Pages.

On request from the web server, this is then converted into a Java source file (".java"), compiled (file with extension ".class"), executed by a Java-enabled application server and finally the resulting HTML- File to the web server.

The ending of JHTML files is typically ".jhtml". Meanwhile, Java and HTML are much more often combined with JavaServer Pages.

wiki



wiki

Popular Posts