I would imagine that you would need to upload the class to somewhere where the 
classloader can find them.  I'm not sure where this is in orion.

If orion can load classes dynamically, then all you would have to do is to save them 
into the correct directory.

If you want to save them to a database, you may have to write your own version of 
classloader.  Not sure how hard this would be.

Scott
PS - Read the above at your own risk - i'm purely speculating.

>>> [EMAIL PROTECTED] 03/09/01 07:48am >>>
Hello,

This is not an Orion specific question, but since I'm using Orion 1.4.7
I thought I'd try here.  Is it possible to upload a class file from an
application client?  I want users to be able to implement a serializable
interface, say X,  and upload it to the server.  The server will manage
the interface and other users should be able to use that interface.

I can model this as an Entity bean that has an attribute which is of
type Class.  However, the server would not have the implementation class
on its classpath.  How can I achieve this result?  Or am I looking at
the problem the wrong way?

Thanks,
Vidur




Reply via email to