技术开发 频道

Java Plugin Framework (JPF) 0.11发布

【IT168 业界新闻】 

    Java Plugin Framework (JPF) 0.11 发布了 。

    新版本增加了几个新的功能修正了几处错误并且内部功能得以提高。 

    新版本的主要变化: 

    所有的Ant任务通过与单个文件plug-ins (JAR'ed or ZIP'ed)协作能够得到提高 。

    增加了JPF-Boot类库中应用闪屏的高级控制的可能性。 

    JPF-Boot 类库中的main()函数被重构了允许应用程序bootstrap过程的正确控制,允许写plug-ins 和JPF基本应用程序的单元测试。 

    在StandardPluginManager和StandardPluginClassLoader上有几处内部的提高。 

    官方网站还提到: 
    To the DefaultApplicationInitializer class from JPF-Boot library added possibility to provide lists of plug-ins to be included/excluded from application (white and black lists). Thanks to Jonathan Giles for an idea. 

    Added "reverse-lookup" attribute to plug-in manifest "import" tag. Setting this attribute to "true" allows imported plug-in to see classes in depending plug-in. This flag helps creating plug-ins that can see classes in other plug-ins not depending on them. This feature is very similar to Eclipse' "buddy class loading" behavior. 

    访问主页 http://jpf.sourceforge.net以获取更多的细节和文档
0
相关文章