<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – Spring Web Reactive</title>
    <link>https://www.devkuma.com/jp/tags/spring-web-reactive/</link>
    <image>
      <url>https://www.devkuma.com/jp/tags/spring-web-reactive/logo/180x180.jpg</url>
      <title>Spring Web Reactive</title>
      <link>https://www.devkuma.com/jp/tags/spring-web-reactive/</link>
    </image>
    <description>Recent content in Spring Web Reactive on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>jp</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/jp/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/jp/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/jp/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;このドキュメントでは、Netty、Undertow、Servlet 3.1+コンテナなどのノンブロッキングサーバーで実行される、&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上に構築されたリアクティブスタックWebアプリケーションのサポートについて説明する。各章では、Spring WebFluxフレームワーク、リアクティブな&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;、テストサポート、&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;について説明する。サーブレットスタックWebアプリケーションについては、&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 Frameworkに含まれる元のWebフレームワークであるSpring Web MVCは、Servlet APIとサーブレットコンテナ専用に構築された。リアクティブスタックWebフレームワークであるSpring WebFluxは、その後5.0で追加された。完全なノンブロッキングをサポートし、&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;のバックプレッシャーをサポートし、Netty、Undertow、Servlet 3.1+コンテナなどのサーバーで実行される。&lt;/p&gt;
&lt;p&gt;2つのWebフレームワークは、ソースモジュールである&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;と&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;の名前を反映し、Spring Framework内で共存する。各モジュールは任意である。アプリケーションはどちらか一方のモジュールを使用でき、場合によっては両方を使用できる。たとえば、Spring MVCコントローラーにリアクティブな&lt;code&gt;WebClient&lt;/code&gt;を含める場合である。&lt;/p&gt;

      </description>
      
      <category>Spring Web Reactive</category>
      
      <category>Spring</category>
      
      <category>Java</category>
      
    </item>
    
    <item>
      <title>Spring Web Reactive | 公式リファレンス翻訳</title>
      <link>https://www.devkuma.com/jp/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/jp/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;Spring WebFluxリアクティブWebスタックVersion 5.3.5の公式リファレンスを韓国語に翻訳したドキュメントである。&lt;/p&gt;
&lt;h2 id=&#34;公式リファレンス&#34;&gt;公式リファレンス&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;英語: &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;日本語: &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/jp/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/jp/docs/spring-web-reactive/reference/2-webclient/</guid>
      <description>
        
        
        &lt;p&gt;Spring WebFluxにはHTTPリクエストを実行するクライアントが含まれている。&lt;code&gt;WebClient&lt;/code&gt;にはReactorの関数に基づくAPIがある。&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;を参照すること。これにより、スレッドや並行処理を直接扱う必要なく、非同期ロジックを宣言的に構成できる。完全にノンブロッキングであり、ストリーミングをサポートし、サーバー側でリクエストとレスポンスのコンテンツをエンコードおよびデコードするために使用される&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;コーデック&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;に依存している。&lt;/p&gt;
&lt;p&gt;&lt;code&gt;WebClient&lt;/code&gt;でリクエストを実行するには、HTTPクライアントライブラリが必要である。次のものがサポートされている。&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;その他は&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>
