Paketname | libjpf-java |
Beschreibung | Java Plugin Framework: plug-in infrastructure library for Java projects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.5.1+dfsg-2 |
Sektion | java |
Priorität | extra |
Installierte Größe | 4896 Byte |
Hängt ab von | default-jre-headless | java-runtime-headless |
Empfohlene Pakete | |
Paketbetreuer | gregor herrmann |
Quelle | |
Paketgröße | 560940 Byte |
Prüfsumme MD5 | e39bf34c545e9ea9dc64d51f82c9641c |
Prüfsumme SHA1 | 5dd0bb66c280e1539bf385b346031e1c87fdbf08 |
Prüfsumme SHA256 | 7d5d554d02a58c46f674dc743a95e4208c9ae7f735fb4474ec362e8bc883cbf9 |
Link zum Herunterladen | libjpf-java_1.5.1+dfsg-2_all.deb |
Ausführliche Beschreibung | JPF provides a runtime engine that dynamically discovers and loads
"plug-ins". A plug-in is a structured component that describes itself to JPF
using a "manifest". JPF maintains a registry of available plug-ins and the
functions they provide (via extension points and extensions).
.
One major goal of JPF is that the application (and its end-user) should not
pay any memory or performance penalty for plug-ins that are installed, but
not used. Plug-ins are added to the registry at application start-up or
while the application is running but they are not loaded until they are
called.
|