# HG changeset patch # User František Kučera # Date 1376943027 -7200 # Node ID ec30dfd1bad48bfed9d5cc292bd2cf256a93ffb9 # Parent 7b1faae0d15bd8611d280e428875f64bd4e8af4f data: JAR, EAR, WAR diff -r 7b1faae0d15b -r ec30dfd1bad4 data/dictionary.xml --- a/data/dictionary.xml Mon Aug 19 22:03:30 2013 +0200 +++ b/data/dictionary.xml Mon Aug 19 22:10:27 2013 +0200 @@ -2127,19 +2127,34 @@ - + + + an archive format in which compiled Java classes, metadata and other resources are distributed; + is based on the ZIP format and files have .jar extension; + basic JAR files are used for desktop applications and Java libraries; + there are also EAR and WAR for enterprise and web applications + + computer java - + + + a kind of JAR file in which an enterprise application is distributed/deployed + + computer java - + + + a kind of JAR file in which a web application is distributed/deployed + + computer java