Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[concierge-dev] GSoC Eclipse project - Port Kura over Concierge

Hi,

I am currently working on the GSoC project Port Eclipse Kura over Concierge . I am using the code from http://git.eclipse.org/c/concierge/org.eclipse.concierge.git to build my concierge runtime bundle. There are a few issues I come across when porting the kura application from equinox over to concierge. Hope someone here can help me.

- Bundle start order : I have configured my init.xargs file to start bundles using -istart property. However I find that the kura bundles install but do not start until i issue the start command in the concierge shell. Is this due to a concierge implementation to conserve resources?
- Declarative services : Kura uses org.apache.felix.scr for implementing declarative services. How can I best port that implementation over to concierge?

Also are there any tests for measuring the performance of a bundle running over concierge?


Thanks in advance.

Harini Sirisena
Postgraduate student,
MSc. in AI, University of Moratuwa, Sri Lanka.

Back to the top