문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top