[EMAIL PROTECTED] wrote on 09/22/2006 01:46:17 PM: > Hi there, > I got some questions from a big customer and would like to ask them > here, since I don't really know the answers: > > - in order to implement MIDP3, is it a prerequisite to have OSGi, CDC > and JSR232 supported?
No. MIDP3 is orthoginal to OSGi and JSR 232. It should be possible to implement MIDP3 with OSGi/JSR 232. > > - Is it possible to support OSGi on top of KVM, which is, does OSGi > demand the Java reflection system? By KVM, I assume you mean a CLDC VM? OSGi requires classloader support and some reflection. OSGi could be implemented on CLDC *IF* there was someone for the implementation to define and use class loaders and reflection. This does not need to be through the java.* API but could be some VM specific API. So the VM would have to provide that API and the framework impl would need to use that API. > > - Is there a way to support CLDC on top of CLC in order to support > both profiles with the same JMV/Code? Well CDC is a superset of CLDC. So you are already done. > > - Is there something like OSGi for C in order to handle dynamic dll > loading (in case the dynamics themselves are already solved, it's more > about dependency resolution and meta data between dlls/bundles) > A lot of the features of OSGi are based upon Java capabilities like dynamic class loading and unloading. None of the this exists in any standard way in native code. It would all have to be invented for each native platform assuming the native linker/loader even supported it. > > Cheers > > /peter > > > P.S. Thanks for a very nice OSGi Enterprise Workshop! > _______________________________________________ > osgi-dev mailing list > osgi-dev@bundles.osgi.org > http://bundles.osgi.org/mailman/listinfo/osgi-dev BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 407 849 9117 Mobile: +1 386 848 3788 _______________________________________________ osgi-dev mailing list osgi-dev@bundles.osgi.org http://bundles.osgi.org/mailman/listinfo/osgi-dev