博文

目前显示的是标签为“war”的博文

jar/war/ear

jar:  Java   Archive   file ;  war: Web   Archive   file;  ear: Enterprise   Archive   file; Their file format are .zip or .jar that is an archive file format that supports loss-less data compression. JAR : Software developers generally use .jar files to distribute Java applications or libraries, in the form. of classes and associated metadata and resources (text, images, etc.) JAR files build on the ZIP file format. WAR : In computing, a WAR file (which stands for "web application archive" ) is a JAR file used to distribute a collection of JavaServer Pages, servlets, Java classes, XML files, tag libraries and static Web pages (HTML and related files) that together constitute a Web application. EAR : An Enterprise ARchive, or EAR, is a file format used by Java EE for packaging one or more modules into a single archive so that the deployment of the various modules onto an application server happens simu...