Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
JHTML
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Overview == When a request is made for a JHTML page, e.g. "index.jhtml", the request for this page is forwarded from the [[HTTP server]] to another system running a [[Java application server]]. The JHTML page is compiled first into a .java file and then into a Java .class file. The [[application server]] runs the code in the .class file as a servlet whose sole function is to emit a stream of standard [[HTTP]] and HTML data back to the HTTP server and on back to the client software (the [[web browser]], usually) that originally requested the document. The principal benefit of this system is that it allows logic running in Java on the application server to generate the HTML dynamically. Often a [[database]] is queried to accumulate the specific data needed in the page. The system is derived from earlier forms of [[Common Gateway Interface|CGI]] programming that allow a program running on a web server to generate HTML dynamically. With JHTML, you can author standard HTML and just insert a few extra tags that represent the pieces of the HTML page data that Java should be used to create. JHTML is a proprietary technology of ATG. [[Sun Microsystems]] licensed parts of this technology and developed the [[JavaServer Pages|JSP]] system from the ATG page compilation system.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)