将ActiveBPEL Designer提取整合到Eclipse里面(Integrate ActiveBPEL Designer into Eclipse)

来源:互联网 发布:轻电科技淘宝店 编辑:程序博客网 时间:2024/05/17 09:21

文章仅供大家参考,所有评论, 错误报告, 其他信息以及批评, 请邮寄到 Jeffery.Lee AT gmail.com 或者访问我的个人blog同我交流( http://ibuddie.spaces.live.com/ )。本文遵从GNU 的自由文档许可证(Free Document License)的条款,欢迎转载,如若修改、散布,请注明文章原始出处和来源。


Integrate ActiveBPEL Designer into Eclipse

The ActiveBPEL Designer provided by Active-endpoints Company is free. It’s built on the most popular platform: eclipse. However, the company has not provided the designer on Linux, so I have to do it myself, by extracting the essential package from the official designer and integrating them into eclipse on Linux.

 

Environment Intro

ActiveBPEL Designer 4.0 (Windows edition)

Eclipse 3.3 (Europa)

 

Essential package

LOCATION:

$ActiveBPEL Designer Home/Designer/eclipse/plugins/

$ ActiveBPEL Designer Home/Designer/eclipse/features

($ActiveBPEL Designer Home is the location where your designer installed.)

 

List:

plugins

  • l        com.activee.bpel.cheatsheets_3.1.0
  • l        com.activee.bpel.doc_3.1.0
  • l        com.activee.bpel_3.1.0
  • l        com.activee.bpel_4.0.0
  • l        com.activee.coreep.doc_3.1.0
  • l        com.activee.coreep_3.1.0
  • l        org.eclipse.gef_3.2.1.v20060921.jar
  • l        org.eclipse.draw2d_3.2.1.v20060921.jar

features:

  • l        com.ae.bpel_3.1.0

Total size:36.9MB

(If your eclipse can’t work well later, add other packages as you need)

 

ADD the package above to your eclipse plugins, and start eclipse with –clean parameter. Check the “Window——>Preference” to make sure the ActiveBPEL works.

The links way is suggested to install plugin of the eclipse.

(ATTENTION: use // not / to divide the path in your link file.)


 
原创粉丝点击