Questions tagged [plugin-architecture]

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. Often plugins are available via a public repository for download or even direct installation from the base software.

Links

Typical Plugin frameworks

Java

C

61 questions
-1
votes
3 answers

My own Java application which can be customized

I'm planning to implement a process using a java app. The process has various phases. Each phase has an input and output. So it is something like input1=>phase1=>outpu1=>phase2=>output2=>phase3=>final_output I want to write a java application in…
anony
  • 314
  • 2
  • 14
1 2 3 4
5