A kiválasztott változat és az aktuális verzió közötti különbségek a következők.
Előző változat mindkét oldalon Előző változat Következő változat | Előző változat | ||
tanszek:oktatas:iss_t:lecture_notes [2023/03/05 16:48] knehez |
tanszek:oktatas:iss_t:lecture_notes [2024/03/11 09:47] (aktuális) knehez |
||
---|---|---|---|
Sor 1: | Sor 1: | ||
==== Information Systems Integration and Testing ==== | ==== Information Systems Integration and Testing ==== | ||
- | |||
- | 1.) [[Introduction]] | ||
- | |||
- | 2.) [[Evolution of Software Integration methods]] | ||
- | |||
- | 3.) [[Integration based on TCP/IP Sockets]] | ||
- | |||
- | 4.) [[Integration based on RPC Remote Process Call]] | ||
- | |||
- | 5.) [[Object Request Broker]] | ||
- | |||
- | 6.) [[Messaging systems]] | ||
- | |||
- | 7.) [[Web services]] | ||
- | |||
- | 8.) [[Enterprise Service Bus (ESB)]] | ||
- | |||
+ | - [[Introduction]] | ||
+ | - [[Software Integration Strategies]] | ||
+ | - [[Evolution of Software Integration methods]] | ||
+ | - [[Integration based on TCP/IP Sockets]] | ||
+ | * [[Java example for Blocking and Non-Blocking Socket]] | ||
+ | * [[Python example for Blocking and Non-Blocking Socket]] | ||
+ | * [[Socket Exercises]] | ||
+ | * [[HTTP server]] | ||
+ | - [[Modern Data Integration based on Protocol Buffer]] | ||
+ | - [[Integration based on RPC Remote Process Call]] | ||
+ | * [[XML-RPC|XML-RPC example]] | ||
+ | - [[Object Request Broker]] | ||
+ | - [[Docker integration techniques]] | ||
+ | * [[tanszek:oktatas:iss_t:docker|Simple multi container example]] | ||
+ | * [[tanszek:oktatas:iss_t:docker2|Load balancing with haproxy]] | ||
+ | - [[Messaging systems]] | ||
+ | * [[RabbitMQ_simple]] - simple producer and consumer | ||
+ | * [[RabbitMQ]] - more complex example | ||
+ | - [[Web services]] | ||
+ | * [[JAX-WS web service]] | ||
+ | * [[JAX-RS web service]] | ||
+ | - [[Enterprise Service Bus (ESB)]] | ||