This is an old revision of the document!
X36DSV - ZS 2010/11 - Virtuální tabule
XML
- pridani formatovaciho stylu
<?xml-stylesheet type="text/xsl" href="messages.xsl"?>
- pridani informace o schemtu
<noticeboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="messages.xsd">
XML-RPC
CORBA
Parametry ORB
-ORBInitialHost 192.168.30.118 -ORBInitialPort 54321
calc.idl
module Calculator {
interface Calc {
long secti(in long a, in long b);
long odecti(in long a, in long b);
};
};