Hi Robert,

it's up to you to implement a small protocol handler and do the "real" stuff on demand. I would decouple the protocol handler from the real functionality and would create a new service for it. Later on you can instantiate a new object supporting this service on demand ... You can provide both implementations (ensure different jars) in the same oxt file.

Hope this helps

Juergen

Robert Vojta wrote:
Hi all,

I have a Java extension with 7 MB of .jar libraries inside. It takes
ages to load on several old computers (more than one minute). One icon
is associated with this extension (via protocol handler).

The problem is, that everything is loaded when you browse through the
items on the menu bar. From the user point of view, everything should
be loaded after first click on the associated menu item. Is there a
way how to do it? User can wait one minute when he clicks on the menu
item, but not when he is browsing menu.

Regards,
Robert



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to