<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=JHTML</id>
	<title>JHTML - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=JHTML"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=JHTML&amp;action=history"/>
	<updated>2026-05-06T17:15:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=JHTML&amp;diff=5646639&amp;oldid=prev</id>
		<title>imported&gt;Ferdta at 08:10, 2 October 2025</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=JHTML&amp;diff=5646639&amp;oldid=prev"/>
		<updated>2025-10-02T08:10:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Previous revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:10, 2 October 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l28&quot;&gt;Line 28:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 28:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Overview ==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Overview ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;When a request is made for a JHTML page, e.g. &quot;index.jhtml&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 on the application server to generate the HTML dynamically. Often a [[database]] is queried to accumulate the specific data needed in the page.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;When a request is made for a JHTML page, e.g. &quot;index.jhtml&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 &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[&lt;/ins&gt;Java &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;(programming language)|Java]] &lt;/ins&gt;on the application server to generate the HTML dynamically. Often a [[database]] is queried to accumulate the specific data needed in the page.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&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;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&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;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>imported&gt;Ferdta</name></author>
	</entry>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=JHTML&amp;diff=1066887&amp;oldid=prev</id>
		<title>imported&gt;BattyBot: Replaced {{unreferenced}} with {{more citations needed}} and other General fixes</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=JHTML&amp;diff=1066887&amp;oldid=prev"/>
		<updated>2025-02-07T05:49:32Z</updated>

		<summary type="html">&lt;p&gt;Replaced &lt;a href=&quot;/wiki143/index.php?title=Template:Unreferenced&quot; title=&quot;Template:Unreferenced&quot;&gt;{{unreferenced}}&lt;/a&gt; with &lt;a href=&quot;/wiki143/index.php?title=Template:More_citations_needed&quot; title=&quot;Template:More citations needed&quot;&gt;{{more citations needed}}&lt;/a&gt; and other &lt;a href=&quot;/wiki143/index.php?title=WP:AWB/GF&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWB/GF (page does not exist)&quot;&gt;General fixes&lt;/a&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 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;BattyBot</name></author>
	</entry>
</feed>