Skip to main content
3 votes
4 answers
1k views

I am developing a Dashboard in Angular with a Plugin Architecture to keep it easily extensible. The dashboard consists of pre-defined visualizations like scatter plots. I also want to allow adding ...
Highnoon's user avatar
1 vote
0 answers
819 views

My goal is to create app on Android/Windows using MAUI, and as I want to be able to add to this app more functionality by plugins, I want to create some simple plugin system. This plugins should be ...
Alexandr Romanenko's user avatar
1 vote
0 answers
1k views

I am writing a Spring Boot API application, which has to have a plugin architecture. Following is a typical journey: My App can execute a task (taking some input and returning an output) I have an ...
Sriram Sridharan's user avatar
0 votes
1 answer
513 views

In the prism docs a scoped RegionManager is created somehow like this: IRegion detailsRegion = this.regionManager.Regions["DetailsRegion"]; View view = new View(); bool ...
Hossein Ebrahimi's user avatar
1 vote
1 answer
223 views

I'm working on some kind of plugin architecture where people can submit small pieces of C# code themselves and it will execute every hour on Azure. Is this secure or can they easily compromise your ...
Dirk Boer's user avatar
  • 9,249
1 vote
0 answers
54 views

i am designing an architecture for third parties to be able to add and extend functionalities to my ASP.NET MVC web application though plugins. I am thinking of using Microsoft ASP.NET WebHooks as a ...
Emmanuel Fore's user avatar
0 votes
1 answer
537 views

I have two plugins that are running inside a third-party host application. The host application has an event called DocumentOpened that is raised when a document is opened. Both plugins, Plugin A and ...
Vahid's user avatar
  • 5,514
9 votes
1 answer
4k views

I'm trying to develop the frontend of my Web Api (NET CORE) pluginable application. I would like to use Angular 9 but im not an expert in angular. My backend was designed to be extensible and at ...
Fabio Cavallari's user avatar
2 votes
1 answer
2k views

I know this question popped up here and there but the posts about this are quite old. I have a Spring Boot application. I have the need to allow developers develop plugins, implementing an interface ...
Yaron's user avatar
  • 2,917
7 votes
1 answer
2k views

I want to implement a plugin architecture in Flutter Dart. The process will be as follows: 1. User downloads the app. 2. The user loads plugins from our site. 3. The apps look if the plugin implements ...
Rahul Vashishtha's user avatar
4 votes
1 answer
1k views

Let say we have a Spring bean: @Component class PluginsProviderImpl implements PluginsProvider { private final List<PluginInterface> plugins; public PluginsProviderImpl(List<...
piradian's user avatar
  • 534
1 vote
2 answers
365 views

I have been given the task to write a technical specification (and later implement) a system that will be build on a few sub-modules. The sub-modules will be developed partly in parallel so I would ...
Casper's user avatar
  • 1,166
0 votes
1 answer
283 views

I'm pretty new to Redux and would like to use it my application but I'm stuck at architecture/design phase for the Redux part. Here are my requirements and my suppositions regarding the design. ...
Sachin Nair's user avatar
11 votes
1 answer
4k views

I'm trying to build a web app which supports plugins, the environment is Angular 2 (so far), Typescript 2.1 and Webpack 2. I have some extension points (slots) where plugins can draw their content in: ...
Luigi Dallavalle's user avatar
1 vote
1 answer
245 views

I am working with orchard. writing such a project is my dream!.. so i started a research a bout that. which interested me about orchard, is while orchard is mvc project but why it doesn't have any ...
Iman Salehi's user avatar

15 30 50 per page