Benjamin DE DARDELUnexpected behavior in Java default methods: a case study with Apache Ant tasksWhile refactoring an Ant task, I encountered some surprising behavior related to **default methods** in Java interfaces.Sep 11
InNerd For TechbyMartien van den AkkerScan your SOA Suite JCA FilesMany customers have a large code base on SOA Suite Projects. Typically, those projects distribute messages over different technologies. For…Jan 18, 2023
InNerd For TechbyMartien van den AkkerUsing Apache ANT to find DB Object usagesThis January, I came up with Scan your SOA Suite JCA Files, where I explained how to use Apache ANT to find all your JCA files and fetch…Jun 29, 2023Jun 29, 2023
Kalana WeerarathneHow to manage dependencies in Apache AntIn software development, an “ant dependency” refers to a software library or module that is required by a project and is managed by the…Apr 3, 2023Apr 3, 2023
Benjamin DE DARDELUnexpected behavior in Java default methods: a case study with Apache Ant tasksWhile refactoring an Ant task, I encountered some surprising behavior related to **default methods** in Java interfaces.Sep 11
InNerd For TechbyMartien van den AkkerScan your SOA Suite JCA FilesMany customers have a large code base on SOA Suite Projects. Typically, those projects distribute messages over different technologies. For…Jan 18, 2023
InNerd For TechbyMartien van den AkkerUsing Apache ANT to find DB Object usagesThis January, I came up with Scan your SOA Suite JCA Files, where I explained how to use Apache ANT to find all your JCA files and fetch…Jun 29, 2023
Kalana WeerarathneHow to manage dependencies in Apache AntIn software development, an “ant dependency” refers to a software library or module that is required by a project and is managed by the…Apr 3, 2023
Sudeep MoothedathConvert Ivy to GradleApache Ivy is a Dependency Management framework. Combining it with Apache Ant gives a complete Build and Dependency Management system.Jan 15, 20182