...see more
  • Common functionality grouped together in a service
  • Various HTTPS/REST endpoints with appropriate verbs
  • Typically implement CRUD operations
  • Has its own database/storage
  • Uses a service registry to locate services
...see more
  • Each step is typically processed synchronously
  • Complex retry mechanisms
  • Duplicate order handling
  • Overall order is processed synchronously
  • The business logic is implemented in the front-end
  • Not scalable

Comments