|
|
Browse by Tags
All Tags » eclipse » OSGi (RSS)
-
Hi,
I would be greatful if someone could clarify how to use this bundle effectively within Eclipse for the construction of other bundles.
I've put the db4o_osgi bundle in to my Eclipse plugins folder and restarted Eclipse. The packages appear when I click ''Add'' on the Imported Packages section of the manfiest editor. However, the ...
-
Hello,
I'm writing an OSGi application with an db4o database and I have problems storing objects into the db4o database. My environment is as follows:
- Windows XP, Eclipse 3.3, db4o version 6.4
As OSGi implementation I'm using Equinox. When I'm trying to run a bundle inside my eclipse environment and I try to store something to the database, ...
-
I'm not sure which OSGi framework you are using. If you are running on Eclipse Equinox then you can make use of an Eclipse specific extension called ''buddy classloading''. However, this limits your ability to run your bundles on other OSGi frameworks.
Basically, you would create a DB4O bundle and add the following to it's bundle ...
-
osgi bundle (interface --> implement --> Activator --> jar )
how make db4o interface Bundle?
i want demo source.. T,T;
example)
public interface Pilot{ public String getName(); public void setName(); }
pulbic class interfaceImpl implements Pilot { public String ...
-
s9660318:ich habe heute versucht db4o in einem Eclipse Rich Client Programm zu nutzen. Als test hab ich einfach das Eclipse RCP Mail Beispiel genommen und in der run Methode von NewPopupMessage den db4o-Code reingepackt. Leider legt er nichtmal die Datenbank-Datei an, sondern bricht wortlos ab. Hab auch versucht vorher die db4o Konfiguration zu ...
|
|
|