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://*"));
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 CMYK 转换工具
RGB CMYK 互转工具
