タグ

patternに関するkomlowのブックマーク (5)

  • GitHub - MicrosoftDocs/architecture-center: Open Source documentation for the Azure Architecture Center on Microsoft Docs

  • AWS-CloudDesignPattern CDP2.0候補

    AWSクラウドデザインパターンとは? AWSクラウドデザインパターン (AWS Cloud Design Pattern, 略してCDPと呼ぶ)とは、AWSクラウドを使ったシステムアーキテクチャ設計を行う際に発生する、典型的な問題とそれに対する解決策・設計方法を、分かりやすく分類して、ノウハウとして利用できるように整理したものである。 これまで多くのクラウドアーキテクト達が発見してきた、もしくは編み出しきた設計・運用のノウハウのうち、クラウド上で利用が可能なものをクラウドデザインのパターンという形式で一覧化し、暗黙知から形式知に変換したものであるといえる。 パターンの中には、クラウドでなくても実現できるもの、今まででも実現されていたものも含まれているが、クラウド上でも今まで通りのアーキテクチャが実現でき、かつクラウドを利用する事で、より安価にそしてより容易に実現できるものは、CDPとして収

  • Service Locator - Strategic Choice

    問題一貫した方法でビジネスコンポーネントおよびサービスを透過的に検索する必要があります。フォースJNDI APIを使って、エンタープライズBeanやJMSコンポーネントといったビジネスコンポーネントや、データソースなどのサービスをルックアップして使用したいJ2EEアプリケーションクライアントのルックアップメカニズムの実装を集中化して、再利用できるようにしたいレジストリ実装のベンダー依存性をカプセル化して、その依存性と複雑さをクライアントが意識しないで済むようにしたいイニシャルコンテキストの生成やサービスルックアップに関するパフォーマンス上のオーバーヘッドを避けたいHandleオブジェクトを使って、以前にアクセスしたエンタープライズBeanインスタンスへの接続を再確立したい解決策Service Locatorを使用して、サービスとコンポーネントのルックアップを実装し、カプセル化します。Ser

  • Circuit Breaker Pattern

    Handle faults that may take a variable amount of time to rectify when connecting to a remote service or resource. This pattern can improve the stability and resiliency of an application. Context and Problem In a distributed environment such as the cloud, where an application performs operations that access remote resources and services, it is possible for these operations to fail due to transient

    Circuit Breaker Pattern
  • Alternatives To MVC

    Last week, I wrote A Beginner’s Guide To MVC For The Web. In it, I described some of the problems with both the MVC pattern and the conceptual “MVC” that frameworks use. But what I didn’t do is describe better ways. I didn’t describe any of the alternatives. So let’s do that. Let’s talk about some of the alternatives to MVC… Problems With MVCLet’s restate the fundamental problems we talked about t

  • 1