<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – Spring Web Reactive</title>
    <link>https://www.devkuma.com/en/tags/spring-web-reactive/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/spring-web-reactive/logo/180x180.jpg</url>
      <title>Spring Web Reactive</title>
      <link>https://www.devkuma.com/en/tags/spring-web-reactive/</link>
    </image>
    <description>Recent content in Spring Web Reactive on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/spring-web-reactive/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Spring Web Reactive | 1. Spring WebFlux</title>
      <link>https://www.devkuma.com/en/docs/spring-web-reactive/reference/1-spring-webflux/</link>
      <pubDate>Sat, 20 Mar 2021 16:03:33 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/spring-web-reactive/reference/1-spring-webflux/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Version 5.3.5&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This document describes support for reactive-stack web applications built on the &lt;a href=&#34;https://www.reactive-streams.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Reactive Streams&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt; API and running on non-blocking servers such as Netty, Undertow, and Servlet 3.1+ containers. Each chapter explains the Spring WebFlux framework, the reactive &lt;a href=&#34;https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#webflux-client&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;code&gt;WebClient&lt;/code&gt;&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;, test support, and &lt;a href=&#34;https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#webflux-reactive-libraries&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;reactive libraries&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;. For servlet-stack web applications, see &lt;a href=&#34;https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#spring-web&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Web on Servlet Stack&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;1-spring-webflux&#34;&gt;1. Spring WebFlux&lt;/h2&gt;
&lt;p&gt;Spring Web MVC, the original web framework included in Spring Framework, was built specifically for the Servlet API and servlet containers. Spring WebFlux, a reactive-stack web framework, was added later in version 5.0. It is fully non-blocking, supports &lt;a href=&#34;https://www.reactive-streams.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Reactive Streams&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt; back pressure, and runs on servers such as Netty, Undertow, and Servlet 3.1+ containers.&lt;/p&gt;
&lt;p&gt;The two web frameworks mirror the names of their source modules, &lt;a href=&#34;https://github.com/spring-projects/spring-framework/tree/master/spring-webmvc&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;spring-webmvc&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt; and &lt;a href=&#34;https://github.com/spring-projects/spring-framework/tree/master/spring-webflux&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;spring-webflux&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;, and coexist in Spring Framework. Each module is optional. Applications can use either module, or in some cases both, such as including the reactive &lt;code&gt;WebClient&lt;/code&gt; in a Spring MVC controller.&lt;/p&gt;

      </description>
      
      <category>Spring Web Reactive</category>
      
      <category>Spring</category>
      
      <category>Java</category>
      
    </item>
    
    <item>
      <title>Spring Web Reactive | Official Reference Translation</title>
      <link>https://www.devkuma.com/en/docs/spring-web-reactive/reference/</link>
      <pubDate>Sat, 20 Mar 2021 16:03:33 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/spring-web-reactive/reference/</guid>
      <description>
        
        
        &lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/spring/spring.png&#34; alt=&#34;Spring Web Reactive&#34;&gt;&lt;/p&gt;
&lt;p&gt;Spring WebFlux, WebClient, WebSocket, RSocket.&lt;/p&gt;
&lt;p&gt;This document is a Korean translation of the official reference for the Spring WebFlux reactive web stack, version 5.3.5.&lt;/p&gt;
&lt;h2 id=&#34;official-reference&#34;&gt;Official Reference&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;English: &lt;a href=&#34;https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Japanese: &lt;a href=&#34;https://spring.pleiades.io/spring-framework/docs/current/reference/html/web-reactive.html&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://spring.pleiades.io/spring-framework/docs/current/reference/html/web-reactive.html&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>Spring Web Reactive</category>
      
      <category>Spring</category>
      
      <category>Java</category>
      
    </item>
    
    <item>
      <title>Spring Web Reactive | 2. WebClient</title>
      <link>https://www.devkuma.com/en/docs/spring-web-reactive/reference/2-webclient/</link>
      <pubDate>Sat, 20 Mar 2021 16:03:33 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/spring-web-reactive/reference/2-webclient/</guid>
      <description>
        
        
        &lt;p&gt;Spring WebFlux includes a client for performing HTTP requests. &lt;code&gt;WebClient&lt;/code&gt; has an API based on Reactor functions. See &lt;a href=&#34;https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#webflux-reactive-libraries&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Reactive Libraries&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;. This enables declarative composition of asynchronous logic without having to manage threads and concurrency directly. It is fully non-blocking, supports streaming, and relies on the &lt;a href=&#34;https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#webflux-codecs&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;codecs&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt; used to encode and decode request and response content on the server side.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;WebClient&lt;/code&gt; requires an HTTP client library to execute requests. The following options are supported:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/reactor/reactor-netty&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Reactor Netty&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/jetty-project/jetty-reactive-httpclient&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Jetty Reactive HttpClient&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://hc.apache.org/index.html&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Apache HttpComponents&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Others can be connected through &lt;code&gt;ClientHttpConnector&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>Spring Web Reactive</category>
      
      <category>Spring</category>
      
      <category>Java</category>
      
    </item>
    
  </channel>
</rss>
