gdufo

 

在idempiere增加自己的插件

http://www.vogella.com/articles/OSGi/article.html#OSGi_firstbundle
http://www.vogella.com/articles/OSGi/article.html#exportbundle

http://wiki.eclipse.org/Gemini/Web

值得说明一点:

网页的目录不会放在webapps(tomcat)目录下的,是根据MANIFEST.MF

Web-ContextPath: /osgi-web-app的属性来访问的,http://domain:port/osgi-web-app

 

 

Install file: plugins/myplugins.jar

 

Osgi> start xx

 

让你的plugin自安装

C:\adempiere\configuration\org.eclipse.equinox.simpleconfigurator 目录下的bundles.info

最后一行增加

osgi.web.app,0.0.1,plugins/osgi.web.app.war,4,false(名字,版本号,路径,启动优先级)


有些情况下,bundle没有能自启动,状态不是active,要在

要在config.ini设置bundle @start,就可以了

==

另如果自己写了一个plugin,想通过buckminster来自动打包,要在cspec文件中增加,仿wstore样式。

posted on 2012-04-28 15:38 gdufo 阅读(838) 评论(0)  编辑  收藏 所属分类: idempiere Adempiere empiere

导航

统计

常用链接

留言簿(6)

随笔分类

随笔档案

文章分类

文章档案

收藏夹

Hibernate

友情链接

搜索

最新评论

阅读排行榜

评论排行榜