|
|
Browse by Tags
All Tags » reflector » ClassLoader (RSS)
-
tneward:jre/lib/ext isn't *just* for core JDK classes--far from it. Any extension library (and db4o marks a good candidate here) can be put there, such as scripting languages and the like.A optional package is an implementation of an open, standard
API (examples of optional packages from Sun are JavaServlet,
Java3D, JavaManagement).
Most ...
-
Carl Rosenberger:If we try to be smarter about ClassLoaders, by finding the right one for each class, we would also make things easier for app server use. Can we solve this in a generic way?
In principle we should have the required level of encapsulation in place already with the reflector layer. Perhaps it could already be sufficient to ...
-
Marek Istvanek:What is the state of support for dynamically loaded types not known at compile time?
Currently there is no explicit support for that. I suppose this is a .NET question? On the Java side it usually helps to configure db4o to use the appropriate class loader. (This approach requires some improvisation and dirty hacks if ...
|
|
|