JHTML
JHTML is the abbreviation for J ava HTML and describes a way of integrating Java programs into websites . Both HTML and Java source code , each marked accordingly, are written in one file . This is similar to PHP or Microsoft's Active Server Pages .
Upon request from the web server , this is then converted into a Java source text file (“.java”), compiled (file with the extension “.class”), executed by a Java-compatible application server and finally the resulting HTML file is sent to the Web server returned.
The extension of JHTML files is typically ".jhtml". In the meantime, however, Java and HTML are being combined with one another much more frequently using JavaServer Pages .