Wiki source code of What is an eMagiz Connector
Last modified by Erik Bakker on 2025/02/28 09:22
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{container}} | ||
2 | {{container layoutStyle="columns"}} | ||
3 | ((( | ||
4 | In this microlearning, we'll explore the eMagiz Connector — a tool designed to streamline the integration between Mendix applications and eMagiz projects. This connector, developed and maintained by eMagiz, simplifies data exchanges, speeds up development, and minimizes potential issues. We'll cover its key features and how it eliminates the need for manual controls in Mendix. | ||
5 | |||
6 | Should you have any questions, please contact academy@emagiz.com. | ||
7 | |||
8 | == 1. Prerequisites == | ||
9 | |||
10 | * Basic knowledge of the eMagiz platform | ||
11 | |||
12 | == 2. Key concepts == | ||
13 | |||
14 | This microlearning centers around learning what an eMagiz Connector is | ||
15 | With eMagiz Connector, we mean a Mendix module developed and maintained by eMagiz that simplifies connecting a Mendix application to an eMagiz project for data traffic between both systems. | ||
16 | |||
17 | == 3. What is an eMagiz Connector == | ||
18 | |||
19 | The eMagiz Connector is a Mendix module developed and maintained by eMagiz that simplifies connecting a Mendix application to an eMagiz project for data traffic between both systems. | ||
20 | |||
21 | Key aspects of the eMagiz Connector: | ||
22 | |||
23 | * The module's goal is to simplify the connection between Mendix and eMagiz, enhancing the speed of development and reducing problem risks. | ||
24 | ** Separation of concerns. | ||
25 | ** One **activation key** is needed to configure the connection between your Mendix module and eMagiz. | ||
26 | * The Mendix module is developed and maintained by eMagiz. | ||
27 | ** Enhanced security | ||
28 | ** Easier support | ||
29 | * Support for the following functionalities. | ||
30 | ** Multi-tenancy | ||
31 | ** High-available | ||
32 | ** Message Redelivery | ||
33 | |||
34 | The eMagiz Connector uses a set of Java Actions to connect Mendix to eMagiz. These Java Actions are divided into a "Start," "Send," and "Stop" category. The "Start" and "Send" variants are needed to exchange messages, while the "Stop" variant is only relevant for manual interventions. | ||
35 | |||
36 | During the remainder of this course, we will learn how you can install, configure, and update your eMagiz Connector. So stay tuned. | ||
37 | |||
38 | == 4. Key takeaways == | ||
39 | |||
40 | Key aspects of the eMagiz Connector: | ||
41 | |||
42 | * The module's goal is to simplify the connection between Mendix and eMagiz, enhancing the speed of development and reducing problem risks. | ||
43 | * The Mendix module is developed and maintained by eMagiz | ||
44 | * Support for lots of functionalities. | ||
45 | |||
46 | == 5. Suggested Additional Readings == | ||
47 | |||
48 | * [[Novice (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Novice.WebHome||target="blank"]] | ||
49 | ** [[Mendix Connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.Mendix Connectivity.WebHome||target="blank"]] | ||
50 | *** [[Install an eMagiz Connector (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.Mendix Connectivity.novice-mendix-connectivity-install-emagiz-mendix-connector.WebHome||target="blank"]] | ||
51 | *** [[Configure an eMagiz Connector (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.Mendix Connectivity.novice-mendix-connectivity-configure-emagiz-mendix-connector.WebHome||target="blank"]] | ||
52 | * [[Intermediate (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]] | ||
53 | ** [[Mendix Connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Mendix connectivity.WebHome||target="blank"]] | ||
54 | * [[Mendix (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22mendix%22||target="blank"]] | ||
55 | ))) | ||
56 | |||
57 | ((( | ||
58 | {{toc/}} | ||
59 | ))) | ||
60 | {{/container}} | ||
61 | {{/container}} |