Skip to content

[Spike] Weakly typed integration with REST/SOAP service #1069

@dhmlau

Description

@dhmlau

Weakly typed integration - runtime integration

What's involved

  • configure DataSource pointing to the service spec (service metadata) / endpoint (URL to talk to).
  • create service proxy for typescript developers. i.e. collection of methods you can invoke without any type checking. Checking only happens at runtime.
  • Have base class for service that can declare dependencies on DataSource. The service instance will used in the controllers.
  • In LB3, we have a dummy model that associates with the datasource that functions as service proxy. In LB4, we want to get rid of that dummy model.

Questions to answer

Quick spike/ PoC (1 or 2 days)

Coming from discussion with @raymondfeng

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions