Top "Plugin-architecture" questions

Plugin architecture is an approach to creating software that allows adding additional functionality at configuration or even run-time by adding so called "plug-in"s . Each plug-in is capable to add customized capabilities to the base software.

Best way to build a Plugin system with Java

How would you implement a Plugin-system for your Java application? Is it possible to have an easy to use (for …

java design-patterns plugins frameworks plugin-architecture
How To Create a Flexible Plug-In Architecture?

A repeating theme in my development work has been the use of or creation of an in-house plug-in architecture. I've …

plugins architecture language-agnostic plugin-architecture
The view must derive from WebViewPage, or WebViewPage<TModel>

I'm following Justin Slattery's Plugin Architecture tutorial and trying to adapt it for Razor, instead of WebForm Views. Everything else (…

asp.net-mvc-3 razor embedded-resource plugin-architecture
Java plugin framework choice

We're trying to determine how to implement a simple plugin framework for a service we are implementing that allows different …

java osgi plugin-architecture
Implementing Plugin Architecture - Dynamic DLL loading

I've an application which is basically a designer with preloaded controls where you can design your pages using the controls. …

c# .net asp.net dynamic-loading plugin-architecture
Implementing plugin architecture in annotation based Spring Boot Application

I want to implement plugin architecture in Spring Boot application. Let me explain my scenario. I have a main application, …

java spring spring-mvc spring-boot plugin-architecture
C# DLL's plugin-architecture

I have a program that i developed to use a basic plugin architecture. Effectively, when the program loads it uses …

c# dll late-binding plugin-architecture
Golang events: EventEmitter / dispatcher for plugin architecture

In Node.js I was able to make a WordPress clone rather easily using the EventEmitter to replicate and build …

go extensibility eventemitter plugin-architecture