1

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?

2
  • Take a look at this post: stackoverflow.com/questions/5213838/java-create-a-gui-with-xml It has several options listed Commented Nov 2, 2011 at 20:03
  • 1
    If you're using already the Eclipse-Stack you should try XWT, Another approach is Wazaabi (since EMF has a XML-serializer) which has IMHO a renderer for SWT. Commented Nov 3, 2011 at 12:34

1 Answer 1

-1

JSF might be a good solution. Both Netbeans and Eclipse has a sophisitcated editor for it.

Sign up to request clarification or add additional context in comments.

2 Comments

isnt JSF strictly for server application ?
sorry in misunderstood the question. There is no standard technology to use HTML forms on the desktop. BMC software has a work management tool called Remedy, that has a form editor. It is capable to render the forms into a webpage or into a desktop client, but their technology is propietrary (and sucks). You should go with the standard solutions like SWT or SWING

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.