Anonymous
Not logged in
Log in
Cosmopedia
Search
View source for JHTML
From Wikipedia, the free encyclopedia
Namespaces
Article
Talk
More
More
Page actions
Read
View source
History
←
JHTML
You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in the group:
Users
.
You can view and copy the source of this page:
{{more citations needed|date=February 2025}} {{Infobox file format | name = JHTML | logo = | icon = | iconcaption = | screenshot = | caption = | extension = .jhtml | mime = | type code = | uniform type = | magic = | owner = [[Art Technology Group]] (ATG) ([[Oracle Corporation|Oracle]] from 2011) | released = <!-- {{Start date|YYYY|mm|dd|df=yes/no}} --> | latest release version = | latest release date = <!-- {{Start date and age|YYYY|mm|dd|df=yes/no}} --> | genre = | container for = | contained by = | extended from = | extended to = | standard = | free = | url = }} '''JHTML''' stands for [[Java (software platform)|Java]] within [[HTML]]. This is a page [[authoring system]] developed at [[Art Technology Group]] (ATG). Files with a ".jhtml" [[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.<ref>{{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}}</ref> == 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 (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. 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. == References == {{reflist}} [[Category:HTML]] [[Category:Java (software platform)]] {{compu-prog-stub}} {{Compu-lang-stub}}
Return to
JHTML
.
Navigation
Navigation
Main page
Contents
Current events
Random article
About Wikipedia
contactpage
sitesupport
Contribute
Help
introduction
Community portal
Recent changes
Upload file
Special pages
In other projects
Wiki tools
Wiki tools
Page tools
Page tools
User page tools
More
What links here
Related changes
Page information
Page logs