SAP Mentor Your soft landing in SAP API testing Thu, 04 Feb 2021 12:18:30 +0000 en-GB hourly 1 https://wordpress.org/?v=6.0.8 Improving Groovy Skills whilst using IntelliJ IDEA https://test11988.futurehost.pl/improving-groovy-skills-whilst-using-intellij-idea Mon, 04 Jan 2021 12:08:56 +0000 https://int4.com/?p=9024 In this video, I will demonstrate some of the aspects of Groovy that you can learn while you are using the IDE. With these easy tips and tricks, your code will become “Groovier” in no time at all!   ??? For more details on how to improve your Groovy Skills whilst using IntelliJ IDEA, check […]

The post Improving Groovy Skills whilst using IntelliJ IDEA appeared first on INT4.

]]>

Improve your Groovy language skills with IntelliJ IDEA

Another cool benefit for using IntelliJ IDEA for developing Groovy Scripts for SAP CPI is that it can help you improve on your Groovy language skills.

Reading time: 10 minutes


In this video, I will demonstrate some of the aspects of Groovy that you can learn while you are using the IDE. With these easy tips and tricks, your code will become “Groovier” in no time at all!


 


For more details on how to improve your Groovy Skills whilst using IntelliJ IDEA, check out our best selling E-Bite “Developing Groovy Scripts for SAP Cloud Platform Integration”:

The post Improving Groovy Skills whilst using IntelliJ IDEA appeared first on INT4.

]]>
Debugging SAP CPI Groovy Scripts in IntelliJ IDEA https://test11988.futurehost.pl/debugging-sap-cpi-groovy-scripts-in-intellij-idea Mon, 12 Oct 2020 10:34:49 +0000 https://int4.com/?p=7439 In this video, I will show how IntelliJ IDEA can be used to debug Groovy Scripts including some tips on how to use the Evaluate Expression feature of the IDE in debug mode. ?? For more details on how to set up IntelliJ IDEA for your Groovy development, check out our best selling E-Bite “Developing […]

The post Debugging SAP CPI Groovy Scripts in IntelliJ IDEA appeared first on INT4.

]]>

Developing SAP CPI Groovy Scripts – IntelliJ IDEA

During our recent webinar on Developing Groovy Scripts for SAP CPI, together with Vadim Klimov, we recommended the usage of the IntelliJ IDEA as the IDE for developing SAP CPI Groovy Scripts. Besides developing and testing your Groovy Scripts, you can also debug them with the IntelliJ IDEA.

Reading time: 5 minutes


In this video, I will show how IntelliJ IDEA can be used to debug Groovy Scripts including some tips on how to use the Evaluate Expression feature of the IDE in debug mode.


For more details on how to set up IntelliJ IDEA for your Groovy development, check out our best selling E-Bite “Developing Groovy Scripts for SAP Cloud Platform Integration”:

Read also:

1. Groovy Scripts – Native Handling of JSON

2. Speed up your json2json transformation in SAP CPI with Groovy Script

 

The post Debugging SAP CPI Groovy Scripts in IntelliJ IDEA appeared first on INT4.

]]>
SAP CPI – Groovy Development tips in action https://test11988.futurehost.pl/sap-cpi-groovy-development-tips-in-action Tue, 04 Aug 2020 11:59:28 +0000 https://int4.com/?p=6735 In this video, using a sample development, I will show how I combined a few of these tips to very quickly complete a Groovy script development. In our recently published SAP PRESS E-Bite “Developing Groovy Scripts for SAP Cloud Platform Integration” together with Vadim Klimov we cover these tips in-depth, and a whole lot more! […]

The post SAP CPI – Groovy Development tips in action appeared first on INT4.

]]>

Introduction

During July’s webinar on SAP Cloud Platform Integration Suite, I shared some tips and tricks for Groovy development in SAP Cloud Platform Integration. While I’m confident that these tips and tricks are beneficial, one may wonder how it looks practically.


In this video, using a sample development, I will show how I combined a few of these tips to very quickly complete a Groovy script development.

In our recently published SAP PRESS E-Bite “Developing Groovy Scripts for SAP Cloud Platform Integration” together with Vadim Klimov we cover these tips in-depth, and a whole lot more!

 


 

Get your copy today!

 

Read also

1. Decoding Percent Encoded Octets in URLs

2. Speed up your json2json transformation in SAP CPI with Groovyscript

The post SAP CPI – Groovy Development tips in action appeared first on INT4.

]]>
Groovy Scripts – Native Handling of JSON https://test11988.futurehost.pl/groovy-scripts-native-handling-of-json Thu, 02 Jul 2020 09:26:14 +0000 https://int4.com/?p=6254 Reading time: 3 minutes   Native handling of JSON with Groovy In the recently published SAP PRESS E-Bite – “Developing Groovy Scripts for SAP Cloud Platform Integration”, that I had the pleasure of writing together with Vadim Klimov, we explained how to parse and generate JSON payloads using Groovy Scripts in CPI. Many of you […]

The post Groovy Scripts – Native Handling of JSON appeared first on INT4.

]]>

Introduction

Groovy provides us with many useful features. One of them that is definitely worth mentioning is the Native Handling of JSON.

Reading time: 3 minutes

 

Native handling of JSON with Groovy

In the recently published SAP PRESS E-Bite – “Developing Groovy Scripts for SAP Cloud Platform Integration”, that I had the pleasure of writing together with Vadim Klimov, we explained how to parse and generate JSON payloads using Groovy Scripts in CPI.

Many of you might be familiar with my open-source project, FormatConversionBean, that was initially available in PI since 2015, and later ported to CPI in 2018. JSON handling in those projects was implemented using a third-party library (https://github.com/stleary/JSON-java).

As we invested time to look into handling JSON with Groovy, it was only natural to revisit the implementation in FormatConversionBean for CPI.

 

FormatConversionBean for CPI release 2.2.0

I am pleased to say that with the latest release, it now uses Groovy’s built-in functionality instead of depending on the third party library. As a bonus, a minor feature was added allowing JSON fields to be forced as arrays using GPath notation (another Groovy native capability). If you ever need a handy Swiss-army-knife like a tool to handle your conversion needs (XML, JSON, Excel, flat files) in CPI, check it out on GitHub.

 

Isn’t Groovy great? I think it is. And it is also feature-packed!

If you want to learn more, explore our E-Bite: https://bit.ly/37BSL9R.

 

Read also

1. Decoding Percent Encoded Octets in URLs.

2. Speed up your json2json transformation in SAP CPI with Groovyscript.

 

The post Groovy Scripts – Native Handling of JSON appeared first on INT4.

]]>