You may also like
Using a Service-Oriented Architecture Approach to VCF Operations Orchestrator Development
In this post, I will provide a brief overview of Service-Oriented Architecture (SOA) and explain how I apply it to all my VCF Operations Orchestrator development. Service-Oriented Architecture (SOA) is a widely adopted software development approach that emphasises the creation of loosely coupled, reusable services. These principles make SOA particularly well-suited for systems integration. For those familiar with Orchestrator, this alignment is clear; most development efforts centre around integrating with external systems, positioning Orchestrator as the “glue” or central coordination point within the automation ecosystem. Here are some key principles of SOA: Adhering to SOA principles helps minimise the need...
VCF Automation – Build Tools for VMware Aria – Useful Maven Command Reference
This entry is part 4 of 4 in the series Build Tools for VMware AriaThis series has focused on getting up and running with the Build Tools and creating basic projects. In this post, I will demonstrate all the available Maven commands and some additional parameters that can be used. This page can also be used as a useful Maven command reference. Creating Projects The following sections provide all the commands for creating the various project types. In all of the examples, you can substitute groupId and artifactId with your own values. The archetypeVersion is the desired version of the...
