Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== X36DSV - LS 2011/12 - Virtuální tabule ====== ===== XML ===== * přidání formátovacího stylu <code><?xml-stylesheet type="text/xsl" href="messages.xsl"?></code> * přidání informace o schématu <code><noticeboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="messages.xsd"></code> ===== XML-RPC ===== * URL: [[http://ftp.sh.cvut.cz/MIRRORS/apache/ws/xmlrpc/]] ===== CORBA ===== Parametry ORB <code> -ORBInitialHost 192.168.30.118 -ORBInitialPort 54321 </code> calc.idl <code> module Calculator { interface Calc { long secti(in long a, in long b); long odecti(in long a, in long b); }; }; </code> definice pole <code> module idl { module data { struct Game { string gname; GameState state; }; }; interface IConnectFiveGame { //definice jednorozmerneho pole typedef sequence<data::Game> GamesT; }; }; </code> vyuka/x36dsv/cviceni/2011-12-b/zs2010-11-streda-virtab.txt Last modified: 2012/03/01 13:11by ihi