Tagged Questions
24
votes
6answers
8k views
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 the developer) system which achieves the following:
Users put their plugins into a ...
14
votes
6answers
2k views
How to create a pluginable Java program?
I want to create a Java program that can be extended with plugins. How can I do that and where should I look for?
I have a set of interfaces that the plugin must implement, and it should be in a jar. ...
4
votes
5answers
593 views
Best technology for adding plugin support to a J2SE application?
I'm writing a J2SE desktop application that requires one of its components to be pluggable. I've already defined the Java interface for this plugin. The user should be able to select at runtime (via ...
1
vote
2answers
306 views
How to make a Java PlugIn?
I need to make my Java program as a PlugIn to OME - an Image processing web based s/w having Java API
www.openmicroscopy
0
votes
0answers
64 views
Plugin architecture, parameter passing
I have been working on a plugin architecture in .NET(C#) for some time and there are some issues that keeps my mind busy.
The communication between the actual application and the plugin will be ...
0
votes
2answers
153 views
Restrict Certain Java Code in a Plug-in
I am creating an application which uses the Java Plugin Framework to load plug-ins and intergrate them into the program.
My question is: Is there anyway restrict certain operations (such as starting ...
0
votes
1answer
462 views
A Java Plugin Framework that supports JARs
More specifically, is there any Java plugin frameworks have all of the below features:
Support for multiple JAR files
JARs can be signed and/or sealed
Can perform a license check for each JAR prior ...