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://www.codercto.com/soft/d/15689.html

Web Development Recipes

Web Development Recipes

Brian P. Hogan、Chris Warren、Mike Weber、Chris Johnson、Aaron Godin / Pragmatic Bookshelf / 2012-1-22 / USD 35.00

You'll see a full spectrum of cutting-edge web development techniques, from UI and eye candy recipes to solutions for data analysis, testing, and web hosting. Make buttons and content stand out with s......一起来看看 《Web Development Recipes》 这本书的介绍吧!

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具