Last modified by Erik Bakker on 2024/08/08 15:48

From version 16.1
edited by Erik Bakker
on 2022/10/18 12:07
Change comment: There is no comment for this version
To version 28.1
edited by Erik Bakker
on 2024/02/20 08:31
Change comment: Renamed back-links.

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -1,4 +1,6 @@
1 -{{container}}{{container layoutStyle="columns"}}(((
1 +{{container}}
2 +{{container layoutStyle="columns"}}
3 +(((
2 2  In this fundamental, the focus will be on the runtimes of eMagiz and notably the next generation runtime. The internal projectname is called Generation 3, which we'll use here for now.
3 3  
4 4  Should you have any questions, please get in touch with academy@emagiz.com.
... ... @@ -27,14 +27,22 @@
27 27  
28 28  A more modern technology compared to traditional servers is to use Docker containers. Docker provides containers that mimic servers in a specific way. A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.
29 29  
30 -Container images become containers at runtime and in the case of Docker containers * images become containers when they run on Docker Engine. Available for both Linux and Windows-based applications, containerized software will always run the same, regardless of the infrastructure. Containers isolate software from its environment and ensure that it works uniformly despite differences for instance between development and staging.
32 +Container images become containers at runtime and in the case of Docker containers images become containers when they run on Docker Engine. From eMagiz we provide Linux based images that represent the code that processes your messages. As Docker is agnostic in terms of OS the solution can run in our cloud and on-premise on both Linux and Windows-based servers. Containers isolate software from its environment and ensure that it works uniformly despite differences for instance between development and staging.
31 31  
32 32  The runtime of eMagiz can run inside a Docker, and the runtime is made part of the docker image. In the docker image you will find other required pieces such as OS, Java, monitoring services, etc.
33 33  
34 34  [[image:Main.Images.Fundamental.WebHome@fundamental-runtime-generation3-2.png]]
35 35  
38 +{{info}}
39 +More information on the install process of on-premise Docker on Linux can be found [[here>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.expert-solution-architecture-onpremises-server-linux-installguide.WebHome||target="blank"]]. More information on the install process of on-premise Docker on Windows can be found [[here>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.expert-solution-architecture-onpremises-server-windows-installguide.WebHome||target="blank"]].
40 +{{/info}}
41 +
36 36  === 3.4 Impact on Way of Working Gen2 vs. Gen3 ===
37 37  
44 +{{info}}
45 +See the additional readings for more detailed information on these changes and how you can migrate from the current situation to the new situation.
46 +{{/info}}
47 +
38 38  * Deployment Plan
39 39   The deployment has a new option called Deploy runtimes. These steps will be part of a default plan, or can be added as seperate line. Effectively, once a runtime is deployed as part of a Docker image, the image needs to be loaded and executed. That means that current image including all flows will be replaced with a new image. This makes the deployment simple and fast. The option means that all runtimes of a machine will be deployed in matter of seconds
40 40  
... ... @@ -49,7 +49,25 @@
49 49  
50 50  * Build number
51 51   The notion of build numbers no longer exists in the new runtime. Or not so explicitly as before. The Docker image will load the required libraries when creating the runtime image, and always use the latest.
62 + It is strongly advised to have all flows on the latest build number before migrating to the next generation.
52 52  
64 +* Error handling
65 + The error handling on flow level will change in comparison to the current generation. In the new generation we will offer two options.
66 +** Default error handling -> eMagiz will receive the errors and shows them in the Manage Dashboard
67 +** Custom error handling -> For custom error handling we have two seperate options that allow you to send the error message to both a custom solution and eMagiz or only to the custom solution.
68 +*** Including sending it to eMagiz
69 +*** Without sending it to eMagiz
70 +
71 +* Hosted web services
72 + In the 3rd generation runtime you will need to migrate your hosted web service to a new configuration. Part of this new configuration will be that the following things change.
73 +** All-entry will be splitted to seperate entries
74 +** WSDL will be automatically generated based on your system messages
75 +** HTTP configuration is taken out of the flow and moved to Deploy -> Architecture
76 +** Configuration of endpoints is streamlined better between cloud hosted endpoints and on-premise endpoints
77 +
78 +* Handling local file communication
79 + As our 3rd generation runtime makes use of the docker technology your containers on default are closed off from there host. This makes them more secure, but on the same time also means that additional configuration is needed when interaction needs to happen between the host and the deployed containers.
80 +
53 53  == 4. Key takeaways ==
54 54  
55 55  * Generation 3 runtime architecture has a series of consequences for user that need to be understood well
... ... @@ -57,8 +57,18 @@
57 57  
58 58  == 5. Suggested Additional Readings ==
59 59  
60 -* [[Setup deployment plan>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-setup-deployment-plan-gen3.WebHome||target="blank"]]
61 -* [[Deploy a release>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-execute-deployment-plan.WebHome||target="blank"]]
62 -* [[Property Management>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-property-management-gen3.WebHome||target="blank"]]
88 +* [[Setup deployment plan>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-setup-deployment-plan-gen3||target="blank"]]
89 +* [[Deploy a release>>doc:Main.eMagiz Academy.Microlearnings.Legacy Functionality.crashcourse-platform-deploy-execute-deployment-plan.WebHome||target="blank"]]
90 +* [[Property Management>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-property-management-gen3||target="blank"]]
91 +* [[Migration Path - 3rd generation runtime>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-runtime-generation-3||target="blank"]]
92 +* [[Migration Path - Custom Error Handling>>doc:Main.eMagiz Support.Migration Paths.migration-path-custom-error-handling-runtime-generation-3||target="blank"]]
93 +* [[Migration Path - Hosted SOAP web service>>doc:Main.eMagiz Support.Migration Paths.migration-path-host-soap-webservice-runtime-generation-3||target="blank"]]
94 +* [[Migration Path - Hosted REST web service>>doc:Main.eMagiz Support.Migration Paths.migration-path-host-rest-webservice-runtime-generation-3||target="blank"]]
95 +* [[Volume mapping>>doc:Main.eMagiz Academy.Microlearnings.Novice.File based connectivity.novice-file-based-connectivity-volume-mapping-on-premise||target="blank"]]
96 +)))
63 63  
64 -)))((({{toc/}}))){{/container}}{{/container}}
98 +(((
99 +{{toc/}}
100 +)))
101 +{{/container}}
102 +{{/container}}