OGSI 参考资料

http://www.ibm.com/developerworks/cn/opensource/os-ecl-osgi/

 

http://www.blogjava.net/BlueDavy/category/18356.html

 

 

http://ajava.org/course/tool/12140.html

 

java 读写xml

http://kree.iteye.com/blog/668280

 

PDE 选择类对话框实现原理, JDT open type dialog 原理

 

PluginGeneralInfoSection.java
  Line: 143
   private void doOpenSelectionDialog(String className) {}

JavaUI.java
 Line: 573
  public static SelectionDialog createTypeDialog(Shell parent, IRunnableContext context, IJavaSearchScope scope,
      int style,boolean multipleSelection, String filter, TypeSelectionExtension extension)
       throws JavaModelException {


重要
PDE
if (searchScope == null) {
    // PDE
    searchScope = PDEJavaHelper.getSearchScope(project);

    /**
    // JDT
    searchScope= SearchEngine.createWorkspaceScope();
    */
}

 

你可能感兴趣的:(.net,OS,IBM,osgi,OpenSource)