- - PR -
.warファイルは「Web Application Resources」の略?
1
| 投稿者 | 投稿内容 |
|---|---|
|
投稿日時: 2004-02-10 13:14
@IT > Java Solution > Java TIPS >Eclipseで.warファイルを作成する
http://www.atmarkit.co.jp/fjava/javatips/043eclipse016.html で 「.warファイルは「Web Application Resources」の略」 とありますが、Web ARchive format の略ではないでしょうか? --------- 引用 ---------------------------------------------------------------- [servlet-2_3-fcs-spec.pdf] SRV.9.6 Web Application Archive File Web applications can be packaged and signed into a Web ARchive format (war) file using the standard Java Archive tools. For example, an application for issue tracking might be distributed in an archive file called issuetrack.war. [servlet-2_4-fr-spec.pdf] SRV.9.6 Web Application Archive File Web applications can be packaged and signed into a Web ARchive format (WAR) file using the standard Java archive tools. For example, an application for issue tracking might be distributed in an archive file called issuetrack.war. --------- 引用 ---------------------------------------------------------------- |
|
投稿日時: 2004-02-10 13:38
formatまでは含まれるか不明ですが、
確かにARの部分はARchiveの略だと理解しています。 |
|
投稿日時: 2004-02-10 14:08
WARは元々JARから来ていて、JARはTARから来ていると思っていますが、
TAR = Tape ARchiver なので、WARもWeb application ARchiveとかそんなもんだろうと思っています |
1
