Integrate Angular 10 and SpringBoot RestAPIs Example

[no_toc]In the tutorial, we show you how to integrate Angular 10 with SpringBoot RestAPI for development using SpringToolSuite IDE.

  • Setup Nodejs and Angular CLI
  • Create simple Springboot RestAPIs
  • Setup Angular 10 project
  • Import Angular 10 to SpringToolSuite
  • Integrate SpringBoot RestAPI with Angular 10

Related posts:

Angular Tutorial.
Spring Boot + Angular 6 example | Spring Data + REST + MongoDb CRUD example

Continue reading “Integrate Angular 10 and SpringBoot RestAPIs Example”

Angular 6 WebSocket example with Spring Boot WebSocket Server | SockJS + STOMP

The WebSocket protocol provides new capability for web applications: full-duplex, two-way communication. So in the system where the client and server need to exchange data at high frequency and with low latency, WebSocket is the best solution. In this tutorial, we’re gonna create an Angular 6 WebSocket Client to send/receive message with a Spring Boot Server.

Continue reading “Angular 6 WebSocket example with Spring Boot WebSocket Server | SockJS + STOMP”

Spring Boot WebSocket with Angular 5 Client | SockJS + STOMP

The WebSocket protocol provides new capability for web applications: full-duplex, two-way communication. So in the system where the client and server need to exchange data at high frequency and with low latency, WebSocket is the best solution. In this tutorial, we’re gonna create a Spring Boot Application that uses WebSocket protocol to communicate with Angular 5 Client.

Update: Angular 6 WebSocket example with Spring Boot WebSocket Server | SockJS + STOMP

Continue reading “Spring Boot WebSocket with Angular 5 Client | SockJS + STOMP”

SpringBoot RabbitMq Exchange to Exchange Topology

In the post, JavaSampleApproach will show you how to work with SpringBoot RabbitMq Exchange to Exchange Topology.

Related posts:
SpringBoot RabbitMQ Topic Exchange
SpringBoot RabbitMq Headers Exchange
RabbitMQ – How to create Spring RabbitMQ Producer/Consumer applications with SpringBoot
RabbitMq – How to create Spring RabbitMq Publish/Subcribe pattern with SpringBoot

Continue reading “SpringBoot RabbitMq Exchange to Exchange Topology”

SpringBoot RabbitMQ Topic Exchange

In the past post, we had introduced about RabbitMQ Publish/Subcribe pattern with fanout exchange. Today, JavaSampleApproach will show you how to work with SpringBoot RabbitMQ Topic Exchange.

Related posts:
RabbitMQ – How to create Spring RabbitMQ Producer/Consumer applications with SpringBoot
RabbitMQ – How to send/receive Java object messages with Spring RabbitMq | SpringBoot
RabbitMq – How to create Spring RabbitMq Publish/Subcribe pattern with SpringBoot
SpringBoot RabbitMq Headers Exchange
SpringBoot RabbitMq Exchange to Exchange Topology

Continue reading “SpringBoot RabbitMQ Topic Exchange”