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:evolution_of_software_integration_methods [2023/03/26 18:36] knehez [Middleware development method] |
tanszek:oktatas:iss_t:evolution_of_software_integration_methods [2024/02/19 08:16] (aktuális) knehez [Native development method] |
||
---|---|---|---|
Sor 1: | Sor 1: | ||
- | Following figure shows the six classical Software Integration methods. | + | ==== Six standard software integration methods ==== |
- | {{tanszek:oktatas:integration_evolution.png|}} | + | {{tanszek:oktatas:integration_evolution.png?600x0|}} |
Sor 35: | Sor 35: | ||
* the standard handling of used dependencies (components developed by others) is not uniform, but after 2020, we can use [[https://conan.io/]] or [[https://vcpkg.io/en/]] or the modern [[https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html]]. | * the standard handling of used dependencies (components developed by others) is not uniform, but after 2020, we can use [[https://conan.io/]] or [[https://vcpkg.io/en/]] or the modern [[https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html]]. | ||
- | * RELEASE/DEBUG mode compilation method slows down development | + | * RELEASE/DEBUG mode compilation method slows down development (see: https://godbolt.org) |
* it is possible that the operation of the program is different (erroneous, slower) with another compiler | * it is possible that the operation of the program is different (erroneous, slower) with another compiler | ||
Sor 94: | Sor 94: | ||
Application server development method. It was originally released by Sun Microsystems in 1999 under the name J2EE (Java 2 Enterprise Edition). The standard specification is currently at version 8 (2017): https://javaee.github.io/javaee-spec/ | Application server development method. It was originally released by Sun Microsystems in 1999 under the name J2EE (Java 2 Enterprise Edition). The standard specification is currently at version 8 (2017): https://javaee.github.io/javaee-spec/ | ||
- | * It typically uses middleware implemented in Java. Better known (26) Java middleware | + | * It typically uses middleware implemented in Java. [[https://en.wikipedia.org/wiki/List_of_application_servers]] |
* famous implementations: Glashfish, Websphere, Weblogic, JBoss, Wildfly | * famous implementations: Glashfish, Websphere, Weblogic, JBoss, Wildfly | ||
Sor 126: | Sor 126: | ||
In the first versions, metadata was managed with XML descriptors. In these, it was possible to specify how a class should behave: URL mapping, number of running instances, etc. | In the first versions, metadata was managed with XML descriptors. In these, it was possible to specify how a class should behave: URL mapping, number of running instances, etc. | ||
- | == ESB - Enterprise service bus == | + | ==== ESB - Enterprise service bus ==== |
+ | {{tanszek:oktatas:informatikai_rendszerek_epitese:esb.png|ESB}} | ||
Service BUS: Service Oriented Architecture (SOA). It is based on loosely coupled components (services). Analogy of the BUS concept known in networks. | Service BUS: Service Oriented Architecture (SOA). It is based on loosely coupled components (services). Analogy of the BUS concept known in networks. |