开发者

How does JHTML relate to JSP?

I'm t开发者_如何学运维rying to study concepts of dynamic generated web pages with java. I've already studied servlets api. Today I've started to read about JHTML - and I want to understand relationships between JSP and JHTML. Which of these technologies is more flexible and why? I'm just trying to find optimal way to study these technologies.

Thanks


JHTML is developed by Art Technology Group (ATG). It is the proprietary technology that running on a special server called Dynamo created by ATG . Sun licensed this technology from ATG to create the JSP specification.

So , I can see JHTML is a non-standard and older technology than JSP .

See this white paper released by ATG in 2002 . It mentions the intertwined History of JHTML and JSP , differences between JHTML and JSP ,and also suggests the advantages to move from JHTML to JSP. I think you could find your answers in this white paper.


Quoted from wiki jhtml

JHTML is a proprietary technology of ATG. Sun Microsystems licensed parts of this technology and developed the JSP system from the ATG page compilation system.

And obviously JSP is suitable as it is the java standard.


JHTML works only on ATG application server which is acquired by Oracle back in 2010. It would be better to stick with standards that are accepted on various application servers. I agree with dan's advice to stick with JSP, JSF etc.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜