PN> Hi there,
PN> I got some questions from a big customer and would like to ask them
PN> here, since I don't really know the answers:
PN> - in order to implement MIDP3, is it a prerequisite to have OSGi, CDC
PN> and JSR232 supported?
Nope, MIDP 3.0 will run on CLDC and will not require OSGi/JSR 232.

PN> - Is it possible to support OSGi on top of KVM, which is, does OSGi
PN> demand the Java reflection system?
Usually the problem is related to class loader. Implementing OSGi
without reflection is virtually impossible because it is required in
certain cases, like for example the filters.

PN> - Is there a way to support CLDC on top of CLC in order to support
PN> both profiles with the same JMV/Code?
CLDC is a virtual subset of CDC so most code running on CLDC will run
on CDC.

PN> - Is there something like OSGi for C in order to handle dynamic dll
PN> loading (in case the dynamics themselves are already solved, it's more
PN> about dependency resolution and meta data between dlls/bundles)
Nope, but it has been popping up its head from day 1. The problem is
that we get so much from Java that if we go to native code we have to
specify so much more. And security will be very hard. But there has
been discussions, one of the discussions was around a model with X-COM
from Mozilla.

Kind regards,

     Peter Kriens
     


PN> Cheers

PN> /peter


PN> P.S. Thanks for a very nice OSGi Enterprise Workshop!
PN> _______________________________________________
PN> osgi-dev mailing list
PN> osgi-dev@bundles.osgi.org
PN> http://bundles.osgi.org/mailman/listinfo/osgi-dev

-- 
Peter Kriens                              Tel +33467542167
9C, Avenue St. Drézéry                    AOL,Yahoo: pkriens
34160 Beaulieu, France                    ICQ 255570717
Skype pkriens                             Fax +1 8153772599

_______________________________________________
osgi-dev mailing list
osgi-dev@bundles.osgi.org
http://bundles.osgi.org/mailman/listinfo/osgi-dev

Reply via email to