| Java Plugin Framework 1.5 版本发布了。
JPF 是一个多用途的Java插件框架。该程序用来开发维护低成本可升级可扩展的Java应用程序,它可以动态发现并运行插件,从而为项目提供一个标准的插件基础设施,且可以嵌入到任何类型的Java项目中。
1.5版本增加的新特性包括:
* JPF is now ported to Java 5. Two separate flavors of library are now available. * Directory-based Ant tasks in the JPF-Tools library now support nested <fileset> tags like many other standard Ant tasks. * Fixed problems with file names and URL's that contain non-ASCII characters. * Improved handling of "reverse lookup" plug-in dependencies. * Added jpf-path Ant task to JPF-Tools. It helps to automatically compose plug-in classpath for using in various tasks like java, javac... * Fixed potential deadlock situation in StandardPluginClassLoader.
同时发布的还有for java2的1.0.1版本.
官方下载: http://jpf.sourceforge.net/
|