Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SRP FrameWorks and the SRP HTTP Framework module both use a Service-Oriented Architecture (SOA) approach to assist with general programming and business solution tasks. Each stand-alone portion of logic is referred to as an application service. To help with organization, services with a common general purpose are grouped into service modules (also known as service handlers). In OpenInsight, service modules are represented by stored procedures: HTTP_Services, Security_Services, etc. Within each service module are the respective application services (or just services for short). Services are organized within service modules via label and return blocks.

...