XULrunner10 для обнаружения подключаемого модуля CiscoWebCommunicator на Mac OS
Я новичок в разработке приложений на XULrunner для MAC OS.
Мы планируем разработать приложение (jar) на основе SWT, которое будет иметь возможности Cisco CWIC в среде Mac OS. Мы упаковываем XULrunner версии 10 SDK в приложение SWT для рендеринга в браузере.
Окно SWT отображает компоненты пользовательского интерфейса, как и ожидалось. При попытке получить доступ к установленному плагину Cisco Web Communicator v3.1.2 CWIC выдает ошибку "Плагин недоступен", так как исполнитель XUL не может определить \ получить доступ к плагину Ciso Web Communicator, который установлен по пути "~/Library/Internet Plugin".
There is a 'plugin' folder and 'plugin-container.app' in the XULrunner SDK.
We need the following clarifications from experts,
1. Is the SDK enough to detect the Cisco Web Communicator plugin ? If so,
1. One of the open caveats in Cwic v3.0.s is 'CWIC plugin does not load if Firebug enabled during page loading'
1. Is there a way to check that XULrunner enables and loads Firebug ? If so
1. What are the steps to disable that ?
2. What are the configuration or 'preferences' changes needed ?
3. Are we need to run the plugin-container.app with the Cisco Web Communicator plugin path from the SWT application ?
4. Is there any document for XULrunner 10 plugin process available ?
2. If the SDK is not enough are we need to build the source to detect the Cisco Web Communicator plugin ? If so,
1. What are all the files needs to be changed?
2. Is there any document for this plugin detection process available ?
3. Is is possible to package and detect the Cisco Web Communicator plugin in the 'plugin' folder of the XULrunner 10 SDK itself? If so,
1. What are all the steps and configuration changes needed?