Changes for page Groovy Script
Last modified by Erik Bakker on 2024/09/05 13:53
From version 13.1
edited by Erik Bakker
on 2022/07/28 09:22
on 2022/07/28 09:22
Change comment:
There is no comment for this version
To version 10.1
edited by Erik Bakker
on 2022/07/26 13:17
on 2022/07/26 13:17
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Groovy Script1 +expert-securing-data-traffic-api-gw-security-external-idp - Content
-
... ... @@ -1,5 +1,5 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -In a low-codeplatformlike eMagiz,youwant to preventusingcustomscripting asmuchas possible.However,sometimesinpractice,you encountersituationsthatcannot berealized withthe standard toolbox providedwithintheplatform.As aresult, weoffertheoptionto useGroovyptin thesesituationstoachievethedesired solution. In this microlearning, we willlook atwhereyoucanuse aGroovyscript anddiscussthekeyconsiderationswhenimplementingaGroovyscriptwithin yourmodel.2 +In the crash course on the API Gateway we discussed the various options available to [[secure>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-security.WebHome||target="blank"]] your API Gateway properly. In this microlearning, we will expand our knowledge on that topic by looking at a special case of securing your API Gateway. That case is special as you use an external identity provider (IDP) to govern the roles and users that have rights on your API Gateway. 3 3 4 4 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 ... ... @@ -9,71 +9,54 @@ 9 9 10 10 == 2. Key concepts == 11 11 12 -This microlearning focuses on groovy scripts. A groovy script is a piece ofcode writtenin thegroovylanguage that allows you to extend the platform's functionality beyond the mere useof the componentssupplied viathe flow designer.12 +This microlearning focuses on performing image transformations in eMagiz. 13 13 14 -* Groovy scripts should be viewed as an extension that can be used in fringe cases, not as a standard best practice 15 -* When a groovy script becomes so complex that you are programming, you should consider alternatives to the solution 16 -* Groovy scripts can be used in a filter, transformation, and as part of a standard executor 17 -* Groovy scripts should be well documented as they are though to read for most of our community members 18 -* There is no guarantee from eMagiz that Groovy scripts within models keep working in newer versions of the platform 14 +By image transformation, we mean transforming the raw data that represents an image into another image format. 19 19 20 -== 3. Groovy script == 16 +* Read the help text of the component to understand which formats are supported 17 +* Ensure the input image is supplied in the correct format 18 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 21 21 22 - Inalow-code platformlike eMagiz, you want to preventusing custom scriptingas much as possible. However, sometimes inpractice, you encountersituations that cannot be realized with the standard toolbox provided within the platform. Asaresult, we offer the optionto use a Groovy script in these situations to achieve the desired solution. In this microlearning, we will look at where you can use a Groovy script and discuss the key considerations when implementing a Groovy script within your model.20 +== 3. Image Transformation == 23 23 24 - ===3.1Implementation inCreate===22 +In most cases, you will transform XML messages to other XML messages, or you will transform JSON or EDI messages in another of these formats. However, sometimes you want to perform an image transformation. With this image transformation, you can convert images in specific formats to another format (i.e., png). This can come in handy when you want to standardize the image format before using it further downstream in your business application(s). 25 25 26 -To implement a groovy script in Create, you first need to consider what your Groovy script should do. Then, within the flow designer, there are five components available that can handle a Groovy script. 27 - 28 -* In case you want the Groovy script to filter out messages, you should implement the Groovy script in a "standard filter" component. 29 -* If you want your Groovy script to always transform your message from a certain format into another format, you should consider using a "standard transformer" component. 30 -* The "standard service activator" is your friend if you need an optional output. So, for example, when you want to do some transformation and check whether a message can continue, you can use the "standard service activator" and have an optional output. 31 -* When you want to split your message based on a Groovy script, you should use the "standard splitter." 32 -* If you want to route messages based on a Groovy script, you should use the "standard router." 24 +Before we dive into the specifics of how to configure this, let us first consider the following: 33 33 34 -{{warning}}Note that in practice, we mainly see use cases for the "standard service activator" and the "standard transformation." {{/warning}} 26 +* Read the help text of the component to understand which formats are supported 27 +* Ensure the input image is supplied in the correct format 28 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 35 35 36 - [[image:Main.Images.Microlearning.WebHome@expert-data-handling-groovy-script-available-components.png]]30 +{{warning}} This microlearning focuses on the image transformer component. Ensuring that the input is valid and the output fits the remainder of the process is highly dependent on the use case and will therefore not be discussed in this microlearning{{/warning}} 37 37 38 - Regardlessofthecomponentyou choose,youalwaysneed toselectthe"Groovyscript" optionandreferencetheGroovyresourceavailableon theflowlevel youwanttouse withinthecomponent.32 +When turning to the Create phase of eMagiz, we need to open the flow and enter "Start Editing" mode to add the necessary component. For example, in the left panel, you can search for "Image." This will yield the following result. 39 39 40 -[[image:Main.Images.Microlearning.WebHome@expert- data-handling-groovy-script-groovy-configuration.png]]34 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component.png]] 41 41 42 - {{info}}As you can seein thehelptextwhenselectingthe"resource"attribute, youneed tomake sure that the Groovyscriptis uploaded within the contextofyourflow.{{/info}}36 +After dragging the component onto the canvas, you must define the channels first. 43 43 44 - Afteryou havethe componentin suchawaythat thecorrectGroovyscriptcalled, you are done with the component's configurationandcantesttheflow usingflow testing.38 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component-help.png]] 45 45 46 - ===3.2Key considerations ===40 +Secondly, we must select the desired image format we want to transform. Finally, the field indicates all valid values you can choose. Please note that 'PNG' is the default selection. 47 47 48 -* To make some groovy scripts work, you need to upload (third-party) Java libraries that are not packaged on default by eMagiz 49 -* To make some groovy scripts work, you need to reference Java libraries via a standard header enricher or as a dummy variable 50 -* The store consists of several groovy scripts that might be of use to you 51 -* Groovy scripts should be viewed as an extension that can be used in fringe cases, not as a standard best practice 52 -* When a groovy script becomes so complex that you are programming, you should consider alternatives to the solution 53 -* Groovy scripts can be used in a filter, transformation, and as part of a standard executor 54 -* Groovy scripts should be well documented as they are though to read for most of our community members 55 -* There is no guarantee from eMagiz that Groovy scripts within models keep working in newer versions of the platform 42 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component-image-options.png]] 56 56 44 +Once you have done this, the component configuration is finished, and you can transform your input image to a desired output image format. 45 + 57 57 == 4. Assignment == 58 58 59 - Trytoimplementa componentthat referencesa Groovyscriptandseewhetherthe flowcan beested.60 -This assignment can be completed with the help of the(Academy) project you created/used in the previous assignment.48 +Check whether the solution we discussed today can be found within your project. 49 +This assignment can be completed within the (Academy) project you created/used in the previous assignment. 61 61 62 62 == 5. Key takeaways == 63 63 64 -* To make some groovy scripts work, you need to upload (third-party) Java libraries that are not packaged on default by eMagiz 65 -* To make some groovy scripts work, you need to reference Java libraries via a standard header enricher or as a dummy variable 66 -* The store consists of several groovy scripts that might be of use to you 67 -* Groovy scripts should be viewed as an extension that can be used in fringe cases, not as a standard best practice 68 -* When a groovy script becomes so complex that you are programming, you should consider alternatives to the solution 69 -* Groovy scripts can be used in a filter, transformation, and as part of a standard executor 70 -* Groovy scripts should be well documented as they are though to read for most of our community members 71 -* There is no guarantee from eMagiz that Groovy scripts within models keep working in newer versions of the platform 53 +* Read the help text of the component to understand which formats are supported 54 +* Ensure the input image is supplied in the correct format 55 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 72 72 73 73 == 6. Suggested Additional Readings == 74 74 75 -If you are interested in this topic and want more information, please read the help text provided by eMagiz and read the following link: 76 -* https://www.tutorialspoint.com/groovy/index.htm 59 +If you are interested in this topic and want more information, please read the help text provided by eMagiz. 77 77 78 78 == 7. Silent demonstration video == 79 79