Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

JHTML

From Wikipedia, the free encyclopedia
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "JHTML" – news ·newspapers ·books ·scholar ·JSTOR
(February 2025) (Learn how and when to remove this message)
JHTML
Filename extension
.jhtml
Internet media typejava-internal/java-html
Developed byArt Technology Group (ATG) (Oracle from 2011)

JHTML stands forJava withinHTML. This is a pageauthoring system developed atArt Technology Group (ATG). Files with a ".jhtml"filename extension contain standardHTML tags in addition to proprietary tags that reference Java objects running on a special server set up to handle requests for pages of this sort.[1]

Overview

[edit]

When a request is made for a JHTML page, e.g. "index.jhtml", the request for this page is forwarded from theHTTP server to another system running aJava application server. The JHTML page is compiled first into a .java file and then into a Java .class file. Theapplication server runs the code in the .class file as a servlet whose sole function is to emit a stream of standardHTTP and HTML data back to the HTTP server and on back to the client software (theweb browser, usually) that originally requested the document. The principal benefit of this system is that it allows logic running inJava on the application server to generate the HTML dynamically. Often adatabase is queried to accumulate the specific data needed in the page.

The system is derived from earlier forms ofCGI 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 theJSP system from the ATG page compilation system.

References

[edit]
  1. ^"Java Applets in HTML - A Simple Guide to HTML".www.simplehtmlguide.com. Retrieved2025-02-03.


Stub icon

Thiscomputer-programming-related article is astub. You can help Wikipedia byadding missing information.

Stub icon

Thisprogramming-language-related article is astub. You can help Wikipedia byadding missing information.

Retrieved from "https://en.wikipedia.org/w/index.php?title=JHTML&oldid=1314600943"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2026 Movatter.jp