タグ

2016年6月8日のブックマーク (2件)

  • GlassFish から Payara 移行のススメ

    GlassFish から Payara 移行のススメ 2016年5月30日 at 5:43 午後 1件のコメント 先日 decode:2016 が開催され、山裕介さんと一緒にセッションを行いました。ご参加いただいた皆様、誠にありがとうございました。 今回の de:code 2016 では、私が今できること、私ならではの内容が何かないかを考え構成を検討しました。ブログではその経緯をご紹介します。そして次のエントリでは技術的な内容に触れる予定です。 結論から申し上げると、今回ご紹介した内容は、 Payara という Java EE アプリケーション・サーバを利用した、マルチリージョン間のレプリケーション方法(冗長構成)についてです。かんたんにいうならば、Azure の東日リージョンと西日リージョンに、それぞれクラスタ環境を構築し、その東日と西日のリージョンをさらに冗長化させるという

    GlassFish から Payara 移行のススメ
    bufferings
    bufferings 2016/06/08
    よむー!
  • Java 8 in Action

    Chapter 11. CompletableFuture: composable asynchronous programming This chapter covers Creating an asynchronous computation and retrieving its result Increasing throughput using non-blocking operations Designing and implementing an asynchronous API Consuming asynchronously a synchronous API Pipelining and merging two or more asynchronous operations Reacting to the completion of an asynchronous ope

    Java 8 in Action
    bufferings
    bufferings 2016/06/08
    CompletableFuture面白かったー!