[jboss-jira] [JBoss JIRA] Updated: (JBREM-47) Dynamic classloading
Tom Elrod (JIRA)
jira-events at jboss.com
Wed Nov 1 13:30:42 EST 2006
[ http://jira.jboss.com/jira/browse/JBREM-47?page=all ]
Tom Elrod updated JBREM-47:
----------------------------
Fix Version/s: 2.2.0.Beta1 (Bluto)
(was: 2.2.0.Alpha3 (Bluto))
> Dynamic classloading
> --------------------
>
> Key: JBREM-47
> URL: http://jira.jboss.com/jira/browse/JBREM-47
> Project: JBoss Remoting
> Issue Type: Feature Request
> Components: general
> Affects Versions: 1.0.1 beta
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Fix For: 2.2.0.Beta1 (Bluto)
>
>
> Need ability for dynamic classloading to satisfy two needs. The first, is when an ejb lookup is done, and if do not have the class on the client, can download the client classes for remoting. This is much more efficient than having to serialize all these classes (as there may be many and may not even know what they are until runtime). Also, would like to add the ability for client or server to pass implementation for interfaces across the wire and if the other side does not have those classes, can load them. Once particular case when this might be needed is if using JMX sub-system, client could create custom QueryExp? implementation and pass to the server, and the server could load that class and perform the query. Will require security around this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list