data/dictionary.xml
changeset 51 46c6450d8294
parent 50 13f19fb2587a
child 52 fb321689b3ef
     1.1 --- a/data/dictionary.xml	Tue Aug 13 13:52:41 2013 +0200
     1.2 +++ b/data/dictionary.xml	Tue Aug 13 15:22:32 2013 +0200
     1.3 @@ -1653,13 +1653,22 @@
     1.4  	</concept>
     1.5  	<concept>
     1.6  		<term abbreviation="JMX" completeForm="Java management extensions" language="en"/>
     1.7 -		<explanation language="en"><text></text></explanation>
     1.8 +		<term abbreviation="MBean" completeForm="managed bean" language="en"/>
     1.9 +		<explanation language="en"><text>
    1.10 +				a Java technology for monitoring and managing applications or devices;
    1.11 +				similar to SNMP;
    1.12 +				managed objects (MBeans) can emit events, can be asked for values (e.g. counters) or an action (method) can be called on them;
    1.13 +				this native Java technology can be also adapted/translated to other protocols like SNMP or WS/SOAP and integrated with the non-Java world;
    1.14 +				thanks to this abstraction, the managed object can implement only simple Java interface and don't have to deal with other protocols (which is job of generic adaptors)
    1.15 +			</text></explanation>
    1.16  		<tag>computer</tag>
    1.17  		<tag>java</tag>
    1.18  	</concept>
    1.19  	<concept>
    1.20  		<term abbreviation="JMS" completeForm="Java message service" language="en"/>
    1.21 -		<explanation language="en"><text></text></explanation>
    1.22 +		<explanation language="en">
    1.23 +			<text></text>
    1.24 +		</explanation>
    1.25  		<tag>computer</tag>
    1.26  		<tag>java</tag>
    1.27  		<tag>messaging</tag>