beanbrowser-develop Mailing List for BeanBrowser
Status: Beta
Brought to you by:
markj
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Mark J. <ma...@lo...> - 2000-06-26 23:35:41
|
Frank, I handle some class loading issues on the client and in the server. The Client is a little more advanced, but neither does exactly what you are looking for. Unfortunately for you, it is acceptable for the BeanClient and BeanServer to each load a single copy of any class in particular, for each execution. It will load classes over the web, etc.., but there are issues which require the classes to also be in the classpath...I digress. I think I looked into doing what you are doing, and backed off in fear. I don't recall a way to remove a class from the classloader. I think it is possible to get a limited level of the functionality you specify by using "serialID" on your class. If you get into this, expect a world of frustration. I recommend you find a way to work around this requirement (could be hard) or perhaps utilizing multiple classloaders. If you learn something special, let me know, because I will be revisiting my classloading functionality in a month or two. Best of luck. Mark |
From: Frank H. <fra...@ya...> - 2000-06-25 19:33:18
|
I would like to know how you handle class loading. I understand that your browser loads beans instead of html. How do you handle beans changing on the server? How do you reload them and have the new version get loaded? I've tried writing an application to do this but cannot get newer versions of classes to load. I am very interested in how you do it, supposing that you do it at all. Thanks, Frank ===== ICQ: 7205161 http://sapphire.sourceforge.net - Another X11 Window Manager __________________________________________________ Do You Yahoo!? Get Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ |