Himanshu Tripathitrihims.hashnode.dev·Sep 29, 2024Upgrading to spring boot - 3.2.x with Groovy 4Our projects were running older version of Spring-boot, Spring-boot 2.5.14 with java11 (JDK 11). We were planning to stay that way as upgrading would divert resources that could have been used in fulfilling the client requests. We employed AWS inspec...DiscussSpringboot
Shivanshutotoro.hashnode.dev·Aug 28, 2024Step-by-Step Guide: Using Groovy Scripts in SAP CPI MappingsIn SAP CPI when you use mappings to transform xml from one structure to another structure. While transforming you can perform operations on the elements, like splitting and concatenating and changing their format. Some of these functionality is provi...Discusssap-cpi
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 12, 2024Complete Jenkins CI/CD Project #Day-24Wanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...Discuss·2 likes·39 readsDevOpsTrainWithShubham
Shivanshutotoro.hashnode.dev·Aug 1, 2024Practical XML Manipulation with Groovy: Common ExamplesIntroduction To parse xml in groovy there are two options available XmlParser which returns a Node objects when parsing XML XmlSlurper which returns GPathResult instances when parsing XML. It evaluates the structure lazily. So if you update the xml...Discuss·1 likegroovy
Anilanildev.hashnode.dev·Jun 27, 2024Groovy TheoryA multi-facated language for Java Platform Groovy is powerful and optimised, featuring dynamic typing along with static typing and static compilation capabilities. A language integrated smoothly with Java program, and immediately deliver to your ap...Discussgroovy
Thomas P. Fullerthospfuller.hashnode.dev·Jun 25, 2024Tutorial: Learn how to use the H2 Database with Spring Boot! 🤔In this instructional we’ll review an example application which is written in the Groovy Programming Language and which demonstrates how to use the H2 relational database (H2 DB / H2) with Spring Boot. The benefit from using the Groovy Programming La...Discuss·45 readsgroovy
Anishanishchatterjee.hashnode.dev·May 20, 2024Decoding Kotlin and Groovy: Navigating the Pathways of Modern DevelopmentIn the world of programming languages, both Kotlin and Groovy have carved out their niches, particularly within the Java ecosystem. These languages offer unique features and benefits, making them popular choices for developers. This article delves in...Discussgroovy
Sumit chauhansumitchauhan07.hashnode.dev·May 20, 2024Kotlin vs GroovyThe resounding presence of Android in the mobile operating system’s market share calls for a premier and proficient programming language. Up until the end of the preceding decade, Android app development mostly mandated expertise in Java. The power a...Discusskotlin vs Groovy
Vivek Ashok Moudekarvivek0007.hashnode.dev·Mar 30, 2024📜Day 27- Jenkins Declarative Pipeline with DockerDay 26 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline 📚Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipel...Discuss·44 readsJenkins
Vivek Ashok Moudekarvivek0007.hashnode.dev·Mar 29, 2024⚒Day 26 - Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins ⛏What is Pipeline? A pipeline in Jenkins is like a series of steps that define how your software is built, tested, and deployed. It's a way to...Discuss·1 like·42 readsJenkins