Chapter Conclusion
Explore the fundamentals of frontend integration in microservices through simple link-based methods. Understand how Node.js and Java/Spring Boot applications can be seamlessly combined, achieving loose coupling and resilience. Learn the benefits and challenges of this approach, including asset management and deployment coordination, to enhance your knowledge before advancing to server-side integration techniques.
We'll cover the following...
This example system is deliberately presented in the first chapter on frontend integration. It shows how much is already possible with a simple integration via links.
Only for the postbox do you need some JavaScript. Before using the advanced technologies for frontend integration, you should understand what is already possible with such a simple approach.
The example integrates different technologies. In addition to the
Node.js systems, there is also a Java/Spring Boot application that
seamlessly integrates into the system. This demonstrates that a
frontend integration results in only a few limitations regarding the
technology choice.
ROCA #
ROCA helps ...