feat: Added Microservices UI Client side composition #2698 (#3062)

* Added Microservices client side ui composition to the repo.
Added ClientSideCompositionTest, ApiGateway, ClientSideIntegrator, FrontendComponent, CartFrontend, ProductFrontend, updated pom.xml, ReadME.md.

* Improved some checkstyle changes.

* Added Random variable to re-use the random instead of creating it everytime in FrontendComponent.

* changed the Pom.xml and upadted the ReadME.md

* Changes in the README.md File as per requirement, name of the file changed from ReadME.md to README.md

---------

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
Tarun Vishwakarma
2025-01-07 00:25:08 +05:30
committed by GitHub
parent c06bd2c5a1
commit ab59dfe770
10 changed files with 442 additions and 0 deletions
+1
View File
@@ -217,6 +217,7 @@
<module>virtual-proxy</module>
<module>function-composition</module>
<module>microservices-distributed-tracing</module>
<module>microservices-client-side-ui-composition</module>
<module>microservices-idempotent-consumer</module>
<module>templateview</module>
<module>money</module>