Link to home
Start Free TrialLog in
Avatar of Tolgar
Tolgar

asked on

Can you please elaborate on Java vs XULRunner in creating GUI?

Hi,
I have an architectural question.

I am trying to write a desktop application. In order to do that, I will use Java. But my of my colleagues insist that we should use XULRunner. I am having hard time to convince him why we should not use XULRunner.

The main reason for me is it is a technical experimentation and we can find someone who knows java more easily when it come to hiring in the future.

But I need more technical reasons. Can you please compare XULRunner vs Java to write an application?

What are the disadvantages of XULRunner over Java?

The requirements are roughly like this:

We need:
-file access permissions
-to run certain CLI commands from the UI.
- ability to execute CLI in the context of IDE. IDE should be able to capture certain context information such as file list from the database


Can you please elaborate on this?
Avatar of Am P
Am P
Flag of India image

also refer https://developer.mozilla.org/en/docs/XULRunner_FAQ, you will get some counter arguments for XULRunner
Avatar of Tolgar
Tolgar

ASKER

I don't see any statement that tells the disadvantages of XULRunner over Java.

Are there any significant technical disadvantages?
Avatar of Tolgar

ASKER

Such as: how is debugging in XULRunner? Is it as easy as Java debugger in Eclipse or in Netbeans?
ASKER CERTIFIED SOLUTION
Avatar of basav_com
basav_com
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial