开发者

How to prevent AppletClassLoader from hitting the server when looking for classes/other resources?

I am developing a web application that relies heavily on Applets. Some third party code causes several, in some cases hundreds of, remote lookups of classes and some other resources from the server. This results in a significant performance issue. I've built my own code such that if something is NOT found within the .jar, it is not needed.

Does anyone know of a decent way to prevent the remote lookups (besides making sure开发者_运维问答 all the stuff I see in my access logs is actually in the .jar)?


Try experimenting with the codebase_lookup parameter mentioned in Special Applet Attributes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜