《Java極限編程》(Java Tool for Extreme Programming)讀書筆記 (2)

來源:互聯網
上載者:User
筆記|編程
第二章 J2EE部署其實這一章所講的作為一個JAVA開發人員,尤其是J2EE開發人員,是幾乎可以跳過的,因為這是基本常識,都應該懂。不過有點滿有意思的:

原來只知道這樣:<applet code="xptoolkit.applet.HelloWorldApplet"         archive="helloapplet.jar" width=200 height=200></applet>

沒想到還能這樣:<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"         codebase="http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0"         height="200" width="200" align="center"><param name="java_code" value="xptoolkit.applet.HelloWorldApplet"><param name="java_archive" value="helloapplet.jar"><param name="type" value="application/x-java-applet"><comment><embed type="application/x-java-applet"       codebase="http://java.sun.com/products/plugin/"       height="200" width="200" align="center"       java_code="xptoolkit.applet.HelloWorldApplet"       java_archive="helloapplet.jar"><noembed></comment>  <p> Java is cool. Get a browser that supports the plugin.    </ br>  </p></noembed></embed></object>

甚至於jsp簡化成這樣:<jsp:plugin type="applet"            code="xptoolkit.applet.HelloWorldApplet"            archive="helloapplet.jar"            height="200"            width="200"            align="center">  <jsp:fallback><!-- This fallback message will display if the plugin does not work. /-->    <p> Java is cool. Get a browser that supports the plugin. </ br>      Or we will hunt you down and melt your computer!    </p>  </jsp:fallback></jsp:plugin>

不過也正常實際工作中基本沒用到applet,自然也不會知道。不過中間那段代碼滿有意思,是分別利用了IE和NN所支援的tag,能想出這麼用確實智商非常高啊。佩服~:)不過據做頁面和JS的朋友介紹,這在他們那個領域裡也是常識,而且是很老的常識,:(被嘲笑了一把。


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.