Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Newbie Question: embedded OSGi configuration

Note that the org.osgi.framework.* configuration properties are new properties for the standard framework launching specification which will be part of the OSGi R4.2 specification. These properties (including org.osgi.framework.storage) are supported in Equinox 3.5 M6 when using the new org.osgi.framework.launch.FrameworkFactory API.

Later this week or next the following link should be updated with a new draft specification which includes documentation on the new launch APIs in OSGi

http://www.osgi.org/Download/File?url="">

(shameless plug, Richard Hall and I will be giving a talk on this subject at EclipseCon with a small example launcher which launches both Equinox and Felix).

Tom



Inactive hide details for Alin Dreghiciu ---03/14/2009 07:17:39 AM---As you can find in the documentation pageAlin Dreghiciu ---03/14/2009 07:17:39 AM---As you can find in the documentation page


From:

Alin Dreghiciu <adreghiciu@xxxxxxxxx>

To:

Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

Date:

03/14/2009 07:17 AM

Subject:

Re: [equinox-dev] Newbie Question: embedded OSGi configuration




As you can find in the documentation page
http://felix.apache.org/site/apache-felix-usage-documentation.html,
you can set up the "org.osgi.framework.storage" system property.

HTH,

On Sat, Mar 14, 2009 at 2:35 AM, Chia Chiang Chao <chia.chao@xxxxxxxxx> wrote:
> Hi,
>
>
>
> I need to include the OSGi platform and bundles in a embedded device. The software will be running from Flash that will be readonly. So I need to configure the OSGi to use a different location when read/write access is required. I can set up a read/write filesystem either at a different part of the Flash or on a RAM-disk. I am new to OSGi so I would appreciate any suggestions on how to set up the OSGi in this embedded environment.
>
>
>
> Chia
>
>
>
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/equinox-dev
>



--
Alin Dreghiciu
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.
http://www.codedragons.com - New Energy for Projects - Great People
working on Great Projects at Great Places
Sent from: Cluj-napoca Cj Romania.
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


GIF image

GIF image


Back to the top