Quantcast
Viewing all articles
Browse latest Browse all 4828

Adding addons at runtime

@GELight wrote:

Hi all ember friends,

I hope I can describe my question good enough in english. Image may be NSFW.
Clik here to view.
:slight_smile:

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. Image may be NSFW.
Clik here to view.
:slight_smile:
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

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles