data: JCA
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 13 Aug 2013 16:48:14 +0200
changeset 54042820dc6289
parent 53 e0ab25b052a7
child 55 5d6bb2100468
data: JCA
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Tue Aug 13 16:37:38 2013 +0200
     1.2 +++ b/data/dictionary.xml	Tue Aug 13 16:48:14 2013 +0200
     1.3 @@ -1720,6 +1720,18 @@
     1.4  	</concept>
     1.5  	<concept>
     1.6  		<term abbreviation="JCA" completeForm="Java connector architecture" language="en"/>
     1.7 +		<explanation language="en">
     1.8 +			<text>
     1.9 +				a Java EE technology for connecting application servers (AS) and enterprise information systems (EIS);
    1.10 +				is similar to JDBC (which is used for connecting to databases) but is much more generic
    1.11 +				and allows connecting any (often legacy) system using a specific connector
    1.12 +			</text>
    1.13 +		</explanation>
    1.14 +		<tag>computer</tag>
    1.15 +		<tag>java</tag>
    1.16 +	</concept>
    1.17 +	<concept>
    1.18 +		<term abbreviation="EIS" completeForm="enterprise information system" language="en"/>
    1.19  		<explanation language="en"><text></text></explanation>
    1.20  		<tag>computer</tag>
    1.21  		<tag>java</tag>