vyuka:cviceni:x36dsv:zs2010-11-streda-virtab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vyuka:cviceni:x36dsv:zs2010-11-streda-virtab [2010/10/06 01:00] ihivyuka:cviceni:x36dsv:zs2010-11-streda-virtab [2010/11/24 07:47] (current) ihi
Line 2: Line 2:
 ===== XML ===== ===== XML =====
   * pridani formatovaciho stylu <code><?xml-stylesheet type="text/xsl" href="messages.xsl"?></code>   * pridani formatovaciho stylu <code><?xml-stylesheet type="text/xsl" href="messages.xsl"?></code>
-  * pridani informace o schemtu <code><noticeboard xmlns="http://dsn.felk.cvut.cz/x36dsv" xmlns:xsi="http://dsn.felk.cvut.cz/x36dsv/messages" xsi:schemaLocation="messages.xsd"></code>+  * pridani informace o schemtu <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/cviceni/x36dsv/zs2010-11-streda-virtab.1286326854.txt.gz
  • Last modified: 2010/10/06 01:00
  • by ihi