Questions tagged [knopflerfish]

an easy to use open source certified implementation of the OSGi R4 v4.2 core framework specification, as well as related build tools and applications

http://www.knopflerfish.org/index.html - Main page of a project

36 questions
0
votes
1 answer

GUI for Knopflerfish Config Admin

Does anybody know about a GUI for Config Admin of Knopflerfish? What I want to achieve is dynamic configuration management without editting configuration files manually. Is that possible at all? Here OSGI blog I read that To set Config Admin data,…
0
votes
1 answer

Setting a non string compatible property

I'm using Declarative Services and facing the following problem. I want to register my component with properties like using bc.registerService(MyClass.class.getName(), this, props); However, with Declarative Services I have to provide a XML file…
Ewgenij Sokolovski
  • 897
  • 1
  • 12
  • 31
0
votes
1 answer

adding external jar files to OSGI

I have created an OSGi bundle and I want to add two external jar files to it called mediasenseplatform.jar and tinyos.jar So I added this line into my manifest file: Bundle-ClassPAth:.,mediasenseplatform.jar,tinyos.jar but it doesn't work and I…
0
votes
1 answer

Fragments in Knopflerfish

I really need help here, i have a bundle that basically load the right locale property file in order to load the right language. Now, these files, FlashcardsMessages_es.properties,FlashcardsMessages_de.properties are in a separated package as a…
memo
  • 441
  • 2
  • 6
-1
votes
2 answers

Service and Component in OSGI

I have some little silly doubts in an OSGI concepts but they need to be clarified to have better understanding of concepts. Can anybody tell me what is the difference between OSGI Service and Component. What i know is that Service is like an…
-4
votes
1 answer

How can we give input from keyboard to an OSGI bundle. I wants to take matrix elements from user

I am creating two bundles using OSGI framework. One is for finding determinant of given matrix and another one is for taking matrix from user . I am running these bundles using knopflerfish framework. When I am taking constant value for matrix and…
shweta
  • 1
  • 1
1 2
3