data: OSGi
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 13 Aug 2013 17:02:03 +0200
changeset 568e94547457f3
parent 55 5d6bb2100468
child 57 00aecef99f14
data: OSGi
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Tue Aug 13 16:51:06 2013 +0200
     1.2 +++ b/data/dictionary.xml	Tue Aug 13 17:02:03 2013 +0200
     1.3 @@ -1739,11 +1739,17 @@
     1.4  			</text>
     1.5  		</explanation>
     1.6  		<tag>computer</tag>
     1.7 -		<tag>java</tag>
     1.8  	</concept>
     1.9  	<concept>
    1.10  		<term abbreviation="OSGi" completeForm="Open Services Gateway initiative" language="en"/>
    1.11 -		<explanation language="en"><text></text></explanation>
    1.12 +		<explanation language="en">
    1.13 +			<text>
    1.14 +				a framework and module system for Java;
    1.15 +				allows applications with modular architecture composed from components
    1.16 +				that can be loaded, started, stopped, updated or uninstalled without restarting the JVM and the application;
    1.17 +				examples of OSGi implementations: Apache Felix, Equinox and Knopflerfish
    1.18 +			</text>
    1.19 +		</explanation>
    1.20  		<tag>computer</tag>
    1.21  		<tag>java</tag>
    1.22  	</concept>