@GELight wrote:
Hi all ember friends,
I hope I can describe my question good enough in english.
Question: Is there a possibility in ember to resolving addons at runtime?
In our company working based on micro services. To render a typical page we have a server side rendering technology where we can use a custom HTML tag in our templates to include any contents from any number of micro services. So a page will be resolved recursively at the server side. A typical include calls a UI endpoint of the related micro service. The response can be only a HTML template but also with more includes for CSS files ( Links ) or Javascripts ( Script Sources ).
Now we implement have to implement a “Single Page Application” but the individual components ( Template, Component Controller and any CSS Files … maybe as ember addons ) should be resolved first at runtime because changes by any used micro services should not needs a new deployment from the own service.
I hope my description is good to understand our problem.
We use ember for years in some little and bigger admin applications but for this new application we must not implement a monolith application.
Best regards, Mario
Posts: 1
Participants: 1