data: JAR, EAR, WAR
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 19 Aug 2013 22:10:27 +0200
changeset 140ec30dfd1bad4
parent 139 7b1faae0d15b
child 141 2ff0e26ef393
data: JAR, EAR, WAR
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Mon Aug 19 22:03:30 2013 +0200
     1.2 +++ b/data/dictionary.xml	Mon Aug 19 22:10:27 2013 +0200
     1.3 @@ -2127,19 +2127,34 @@
     1.4  	</concept>
     1.5  	<concept>
     1.6  		<term abbreviation="JAR" completeForm="Java ARchive" language="en"/>
     1.7 -		<explanation language="en"><text></text></explanation>
     1.8 +		<explanation language="en">
     1.9 +			<text>
    1.10 +				an archive format in which compiled Java classes, metadata and other resources are distributed;
    1.11 +				is based on the ZIP format and files have .jar extension;
    1.12 +				basic JAR files are used for desktop applications and Java libraries;
    1.13 +				there are also EAR and WAR for enterprise and web applications
    1.14 +			</text>
    1.15 +		</explanation>
    1.16  		<tag>computer</tag>
    1.17  		<tag>java</tag>
    1.18  	</concept>
    1.19  	<concept>
    1.20  		<term abbreviation="EAR" completeForm="Enterprise ARchive" language="en"/>
    1.21 -		<explanation language="en"><text></text></explanation>
    1.22 +		<explanation language="en">
    1.23 +			<text>
    1.24 +				a kind of JAR file in which an enterprise application is distributed/deployed
    1.25 +			</text>
    1.26 +		</explanation>
    1.27  		<tag>computer</tag>
    1.28  		<tag>java</tag>
    1.29  	</concept>
    1.30  	<concept>
    1.31  		<term abbreviation="WAR" completeForm="Web ARchive" language="en"/>
    1.32 -		<explanation language="en"><text></text></explanation>
    1.33 +		<explanation language="en">
    1.34 +			<text>
    1.35 +				a kind of JAR file in which a web application is distributed/deployed
    1.36 +			</text>
    1.37 +		</explanation>
    1.38  		<tag>computer</tag>
    1.39  		<tag>java</tag>
    1.40  	</concept>