How to interpret the code structure of product-am
Solution 1:
WSO2AM consists of several components and those components are bundled together. This bundling logic is implemented at product apim. All the major components of APIM are implemented at a separate repo and you can find the java code for its backend functionalities and the UI components there. Each of these components has its own versions and the parallel carbon-apimgt
version for APIM 4.0.0
is v9.0.174
. There are several other component repos and you can find those from the artifact ID in each imported dependency find here.