Question

I've read on the Oracle Java FX Documentation web site that you can embed SWT into Java FX code. That's awesome:

I am working with a legacy Java GUI built with SWT and JFace, which gets installed on client machines (Windows 7). One gripe that my current client has is that they don't want to have to keep installing the application onto every computer they want to use. They also want to be able to access it from tablets, mobile devices (phones), and laptops, as well as other operating systems (OS X, for example).

Yes, the application should have probably been designed as a web application to begin with, to make my client happier. However, the code base is large, and a complete rewrite of the code would be horrendously expensive. We want to now somehow convert this SWT/JFace GUI a web-enabled application with minimal changes. Can we do this with JavaFX? Or something else?

Thanks for the replies.

Was it helpful?

Solution

You may find Eclipse RAP can run the SWT code as a web application.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top