2007-12-13

The way of Buckminster (1)

关键字: build assembly materialization
http://www.eclipse.org/buckminster/index.php Buckminster is a pretty new project of Eclipse, its target is make software assembly and deployment very easily than before. It's not another build system like Maven or Ant, but an useful complementary for them. It's not limit to only use in Eclipse, ins ...
2007-11-20

A good article on Eclipse Job

关键字: multithread job eclipse
http://www.ibm.com/developerworks/cn/opensource/os-cn-eclipse-multithrd/index.html
If you have several years development experience in Eclipse plugin, then you will know that a good model is the key for a successful UI, even UI stuff is important, but the king is model behind it. As a important model driven development implementation, EMF become more important than before, you ca ...
2007-09-13

How to design your own extension-point for Eclipse

关键字: Eclipse, extension-point, 扩展点
Eclipse allow you to extend its functionalities by implementing its extension-point. We often write a Eclipse plugin which implement some of Eclipse's existing extension-points, e.g. if we want to contribute a popup menu for Eclipse, we need implement org.eclipse.ui.popupMenus extension-point, and f ...
http://www.eclipsezone.com/eps/10minute-rcp/?source=archives
Any insight?
Due to embrace OSGi and make it meaningful. In MANIFEST.MF: Eclipse-AutoStart: true (3.1+) Eclipse-LazyStart: true (3.2+) Bundle-ActivationPolicy: lazy (3.3+)
http://neilbartlett.name/blog/osgi-articles/
http://www.eclipsezone.com/eclipse/forums/t99588.html
At end of project development, profile your application will become important, at least it's better to know the hot spots of your application, and think about improving it. There exist many different commercial and open source profile tools for java, but in Eclipse area, TPTP seems the best choice ...
one common solution for this like: - this.getClass().getResources() but this way force you have to put your resources into src directory of Eclipse, this won't work under situation: your plugin is a pure library plugin, i.e. it hasn't src directory at all and it's not a java project, which hasn't ...
alexgreenbar
搜索本博客
最近加入圈子
存档
最新评论