
osgi
文章平均质量分 78
xgbjmxn
这个作者很懒,什么都没留下…
展开
-
java反射机制example
interface XXX is not visible from class loader---(java反射机制)2008-04-20 19:29今天做了一个小程序,有关java反射机制的程序,做了6个*.java文件,分别是:TargetInterface.javapackage com.interceptor.test;public interface TargetInterface { public void doSomething();}Target.javapackage co转载 2011-03-09 14:10:00 · 1314 阅读 · 0 评论 -
(转)OSGI+Spring+Hibernate+...完美解决方案[非SpringDM] 2008-08-08
OSGI+Spring+Hibernate+...完美解决方案[非SpringDM] 2008-08-08 导论 最近,我做一个项目需要编写Eclipse的插件。我想在Eclipse插件中使用Spring和Hibernate。但却遇到了巨大的问题。 按照Spring组织的提示,我使用SpringDM1.02编写Spring程序(后来用SpringDM1.1,SpringD...原创 2011-11-24 14:30:04 · 146 阅读 · 0 评论 -
OSGi Bundle的构建策略及实践
OSGi Bundle的构建策略及实践 .分类: OSGi Architecture Design 2008-02-18 01:02 1286人阅读 评论(0) 收藏 举报 软件编程发展到今天可以看作是一个量变引发质变的过程。最初,程序开发面向过程,开发人员需要编写大量的过程代码,随着过程代码的不断积累(量变产 生),从代码维护和重用的角度,过程开发变得越来越不适应,质变产生,面向对象的开...原创 2011-11-23 21:12:16 · 105 阅读 · 0 评论 -
osgi 常用url
1、网络应用服务支撑运行平台http://www.trustie.net/projects/project/show/loong 2、讨论Eclipse架构, PlugIn开发, RCP, OSGI模型等http://eclipsercpforum.group.iteye.com/3、osgi的企业级开发的一些经验http://www.iteye.com/topic/5...2011-11-12 17:15:24 · 100 阅读 · 0 评论 -
DWR与OSGi的整合
DWR与OSGi的整合 最近一个项目中用了OSGi,此时OSGi还没有引起足够多人的重视,无论在国内还是国外,所以在开发过程中遇到的问题只能自己慢慢去找。但是,特别想感谢BlueDavy,是他的OpenDoc带我进入了OSGi的世界。 先说下我的项目中遇到的困难吧,首先我选择了使用HTTP作为应用的View层。OSGi对HTTP的支持还很小,就连最近版本的org.eclip...原创 2011-12-30 21:56:07 · 102 阅读 · 0 评论 -
osgi常用链接
1、http://dev.eclipse.org/viewcvs/viewvc.cgi?view=roots2、http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http/?root=RT_Project3、http://kb....原创 2011-12-30 21:54:55 · 173 阅读 · 0 评论 -
Extending Virgo with a HttpService
Extending Virgo with a HttpServicePosted on 29th March 2011 by Chris Frost Several people have asked about us providing a packaging of Virgo that includes the OSGi HttpService. We don’t have any pla...原创 2011-12-30 21:52:28 · 118 阅读 · 0 评论 -
jetty in osgi ok
2011-11-2 17:29:13 org.springframework.osgi.extender.internal.activator.ContextLoaderListener start信息: Starting [org.springframework.osgi.extender] bundle v.[1.2.0.rc1]2011-11-2 17:29:13 org.sprin...原创 2011-11-02 18:04:08 · 104 阅读 · 0 评论 -
在spring osgi中取得datasource时出现问题
在spring osgi中取得datasource时出现问题2011-11-2java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/osgidb at java.sql.DriverManager.getConnection(Unknown Source) at java....原创 2011-11-02 15:06:05 · 271 阅读 · 0 评论 -
jetty osgi 启动信息总结
1、运行java -jar -Dorg.osgi.service.http.port=8081 org.eclipse.osgi_3.6.2.R36x_v20110210.jar -console2、接下来org.springframework.osgi.extender.internal.boot.ChainActivator 信息: Blueprint API detecte...原创 2011-12-01 15:27:24 · 479 阅读 · 0 评论