Open Source
Showing 13–24 of 80 results
Configuring microservices running in Kubernetes
Master the art of configuring microservices in Kubernetes. Learn how to manage, scale, and configure microservices with Kubernetes for high availability, reliability, and efficient deployment in cloud-based environments.
Consuming a RESTful Java web service using JSON-B and JSON-P
Learn how to consume RESTful Java web services using JSON-B and JSON-P. Discover the power of Java APIs for processing JSON data, enabling seamless communication between web services and front-end applications through effective data parsing and binding.
Consuming a RESTful Java web service with Angular
Gain the skills to consume RESTful Java web services with Angular. Learn how to integrate backend Java services with Angular front-end applications, providing seamless data exchange and enhancing user interface interactivity for modern web solutions.
Consuming a RESTful Java web service with AngularJS
Learn to consume RESTful Java web services using AngularJS. Understand how to make API calls from AngularJS applications to back-end Java services, enhancing the interactivity and functionality of your web applications with real-time data handling.
Consuming a RESTful Java web service with ReactJS
Master the skills to consume RESTful Java web services using ReactJS. Learn how to fetch and display data from Java-based back-end services in real-time on dynamic React applications, enhancing user experiences in modern web development.
Consuming RESTful Java microservices with template interfaces using Eclipse MicroProfile Rest Client
Learn how to consume RESTful Java microservices with template interfaces using Eclipse MicroProfile Rest Client. Understand how to streamline the process of making HTTP requests, handling responses, and interacting with microservices in a clean and efficient manner.
Consuming RESTful services async-ly with template interfaces
Master the art of consuming RESTful services asynchronously with template interfaces. Learn how to handle non-blocking HTTP requests and responses, ensuring that your Java applications remain scalable and performant in modern cloud environments.
Consuming RESTful services using the reactive JAX-RS client
Explore how to consume RESTful services using the reactive JAX-RS client. Understand how to perform asynchronous, non-blocking HTTP calls in a reactive system, ensuring responsiveness and scalability in Java applications.
Containerizing and running Java microservices in Docker cont
Learn how to containerize Java microservices using Docker. Discover how to build, package, and run your Java applications in isolated containers to simplify development, deployment, and scalability in microservices architectures.
Containerizing, packaging, and running a Spring Boot app
Master the art of containerizing, packaging, and running Spring Boot applications in Docker. Learn how to streamline deployment, manage microservices, and ensure your Spring Boot app runs seamlessly in containers for production environments.
Creating reactive Java microservices
Dive into the creation of reactive Java microservices. Learn how to build non-blocking, event-driven microservices with reactive programming principles using Java frameworks like Reactor and Vert.x to optimize performance in modern cloud-native applications.
Deploying a microservice to OpenShift by using a Kubernetes Operator
Learn how to deploy a microservice to OpenShift using a Kubernetes Operator. Discover the power of Kubernetes Operators to automate the management of microservices, ensuring scalability, availability, and ease of deployment in cloud-native environments.