Monday, December 31, 2007

JHTML

Today lets talk about JHTML, a few things that i learned about it. JHTML is one of the earlier standards of server side scripting using java. Later parts of this technology is licensed by SUN MICROSYSTEMS to develop JSP. Even though many popular sites use JHTML, JSP is more popular. JHTML is Java within Hyper Text Markup Language. The http requests are sent to the HTTP server which on encountering the java code transfers it to the Java Application Server. Here first a .java file is generated from the HTML file and then the .java file is converted into a .class file. This .class file is used to generate the dynamic web pages at the server side that is then sent to the client side.

No comments: