Java 插件框架 jspf

码农软件 · 软件分类 · 面向方面AOP/IoC · 2019-09-29 21:14:09

软件介绍

jspf (Java Simple Plugin Framework) 是一个插件框架,集成了很多 IoC 框架的概念在里面。

示例代码

PluginManager pm = PluginManagerFactory.createPluginManager();
pm
.addPluginsFrom(new File("myPluginDir/").toURI());
// or
pm
.addPluginsFrom(new File("myPluginDir/myPlugin.jar").toURI());
// or
pm
.addPluginsFrom(new URI("classpath://*"));

本文地址:https://codercto.com/soft/d/15689.html

New Dark Age

New Dark Age

James Bridle / Verso Books / 2018-7-17 / GBP 16.99

As the world around us increases in technological complexity, our understanding of it diminishes. Underlying this trend is a single idea: the belief that our existence is understandable through comput......一起来看看 《New Dark Age》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具