<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=JHTML</id>
	<title>JHTML - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=JHTML"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=JHTML&amp;action=history"/>
	<updated>2026-06-24T21:33:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=JHTML&amp;diff=778292&amp;oldid=prev</id>
		<title>imported&gt;Ferdta at 08:10, 2 October 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=JHTML&amp;diff=778292&amp;oldid=prev"/>
		<updated>2025-10-02T08:10:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{more citations needed|date=February 2025}}&lt;br /&gt;
{{Infobox file format&lt;br /&gt;
| name                   = JHTML&lt;br /&gt;
| logo                   = &lt;br /&gt;
| icon                   = &lt;br /&gt;
| iconcaption            = &lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| extension              = .jhtml&lt;br /&gt;
| mime                   = &lt;br /&gt;
| type code              = &lt;br /&gt;
| uniform type           = &lt;br /&gt;
| magic                  = &lt;br /&gt;
| owner                  = [[Art Technology Group]] (ATG) ([[Oracle Corporation|Oracle]] from 2011)&lt;br /&gt;
| released               = &amp;lt;!-- {{Start date|YYYY|mm|dd|df=yes/no}} --&amp;gt;&lt;br /&gt;
| latest release version = &lt;br /&gt;
| latest release date    = &amp;lt;!-- {{Start date and age|YYYY|mm|dd|df=yes/no}} --&amp;gt;&lt;br /&gt;
| genre                  = &lt;br /&gt;
| container for          = &lt;br /&gt;
| contained by           = &lt;br /&gt;
| extended from          = &lt;br /&gt;
| extended to            = &lt;br /&gt;
| standard               = &lt;br /&gt;
| free                   = &lt;br /&gt;
| url                    = &lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;JHTML&amp;#039;&amp;#039;&amp;#039; stands for [[Java (software platform)|Java]] within [[HTML]]. This is a page [[authoring system]] developed at [[Art Technology Group]] (ATG). Files with a &amp;quot;.jhtml&amp;quot; [[filename extension]] contain standard [[HTML tag]]s in addition to proprietary tags that reference Java objects running on a special server set up to handle requests for pages of this sort.&amp;lt;ref&amp;gt;{{Cite web |title=Java Applets in HTML - A Simple Guide to HTML |url=http://www.simplehtmlguide.com/javaapplets.php |access-date=2025-02-03 |website=www.simplehtmlguide.com}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
When a request is made for a JHTML page, e.g. &amp;quot;index.jhtml&amp;quot;, 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 (programming language)|Java]] on the application server to generate the HTML dynamically. Often a [[database]] is queried to accumulate the specific data needed in the page.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:HTML]]&lt;br /&gt;
[[Category:Java platform]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{compu-prog-stub}}&lt;br /&gt;
{{Compu-lang-stub}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Ferdta</name></author>
	</entry>
</feed>