Promotion/2024-12-18


Wolfgang Fahl

NPQ versus IDL operation compatibile NPQ = API element![edit]

  • Separation of Declaration and Implementation! DQLs lack this except when using views!
  • CREATE VIEW command is missing in SPARQL ...
3.13 Operation Declaration
Operation declarations in OMG IDL are similar to C function declarations. The syntax
is:
(87) <op_dcl> ::= [ <op_attribute> ] <op_type_spec>
<identifier> <parameter_dcls>
[ <raises_expr> ] [ <context_expr> ]
(88) <op_attribute> ::= “oneway”
(89) <op_type_spec> ::= <param_type_spec>
| “void

Content Negotiation / Input/Output and encoding and marshalling[edit]

  • Stream decodeable/encodable as subgraph - solutions/tabular (e.. Object Relational Impedance Mismatch)
  • RPC marshalling ...

Marshalling: Serialisierung aller zu sendender Daten in eine Nachricht. Unmarshalling: Deserialisierung einer Nachricht nach Empfang. Nachrichteninhalte bei ...

Late binding - QEC principle ...

🖨 🚪