Java 插件框架 jspf
- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/jspf/
- 软件文档: http://code.google.com/p/jspf/w/list
软件介绍
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://*"));
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》 这本书的介绍吧!
