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
Weakly typed integration - runtime integration
What's involved
DataSourcepointing to the service spec (service metadata) / endpoint (URL to talk to).Questions to answer
Quick spike/ PoC (1 or 2 days)
Coming from discussion with @raymondfeng