Hi Everyone,

I have a requirement where I need to add certain classes to classpath
during application started (during initialization).

I get to know the classes to be added to classpath only via property of
application i.e. populateDAG method is the first point where I get to know
what need to be added to classpath.
The class I want to add primary defines what a tuple would look like.
Basically properties will have the field information, populateDAG needs to
generate the class and add it to classpath for all the operators.

Creating a class is not a problem, but adding to classpath is.
Is there a hook present in Apex platform where I can add given .class file
to the classpath in populateDAG?

If not, I was wondering if this will be a positive addition to the platform.
I have some code already created for this. If everyone agrees this to be a
good addition to platform, I'll be happy to work on this and contribute to
the platform.

Please share your thoughts.

Thanks,
Chinmay.

Reply via email to