I am working on Java Desktop Application. I have .NET background and have worked heavily with XAML/WPF technology.
Coming to my question, is there any framework for Java which allows me to create UI for the application using HTML or XML. I wouldnt mind to create UI completely based on HTML which calls my Java classes in background. I believe this will allow me to create more beautiful applications for my users.
I am currently using Eclipse RCP platform to build my app, but I am open to suggestions.
How do you guys feel about XULRunner + JavaXPCom + Java Backend (Business Logic). Do you feel it is good enough to make commercial enterprise level applications?