Extensibility is a system design principle where the implementation takes future growth into consideration. For iOS app extensions, use [ios-app-extension].
Questions tagged [extensibility]
291 questions
0
votes
1 answer
MEF for dynamic load of process definitions
MEF for dynamic load of process definitions
We have an application comprised of several parts:
ModelBuilder: domain model that allows the building of ProcessDefinitions (Activities, gateways, events, etc.) and Tasks.
Concrete ProcessDefinitions:…
0
votes
1 answer
Does a composable Application necessarily imply a Plugin based architecture
I am currently working on an application and would like to add new functionality to it.
One would be to update the application's code directly.
Another would be to offer an extensibility layer where new features will be added to.
Having read…

lysergic-acid
- 19,570
- 21
- 109
- 218
0
votes
3 answers
Debuging MEF without main app visual studio project
I am creatinig Managed Extensibility Framework extensions for some program. That program uses dll files witch i create. I dont have visual studio project of that program, but i have that program. I can run these extensions using that program, but…

macro
- 61
- 6
-1
votes
1 answer
How to use the Debug API in Visual Studio Extension?
I have seen a lot about the related issues, but still feel very puzzled
I now mainly encountered the problem is unable to obtain the current state of the debugging process, such as when to encounter breakpoints.
I have seen a lot of problems that…

liziyi
- 1
- 1
-1
votes
1 answer
Extending Java with code that can be used from an Applet
I want to extend Java with Classes I made myself so that they can be used from Java Applets. I have tried dropping JAR files in the lib and lib/ext folder but they still ain't globally visible.
Is there something more I have to do for Java to load…

user1657170
- 318
- 2
- 7
-2
votes
1 answer
Modular application (scale, performance, possible problems)
I'm currently working on a project (very early stage) and the goal is to create modular application, that is easily scalable by adding new modules. Modules can be anything from simple function to complex plugin (functionality, ui, ...). The core of…

JanW
- 11
- 1