JavaFX in the wild?

前端 未结 4 981
南笙
南笙 2021-02-18 23:29

Does anybody know of any real-world web applications based on JavaFX? I\'m an experienced Java programmer considering starting a website while I\'m not at my day job. I don\'t

4条回答
  •  既然无缘
    2021-02-19 00:08

    I think the best example of what JavaFX can do is in the examples on JavaFX.com.

    However, it's still early in the JavaFX days thus you will be in pioneer days. Which means there are potential rich rewards to be had, but also - many unknowns.

    What I think JavaFX "sweet-spots" are:

    1 - If you either have Photoshop skills or are collaborating with someone who is - JavaFX provides the only real platform that lets you take Photoshop and generate a UI. Normally you mock-up in Photoshop and try your best to replicate, JavaFX can leverage it natively.

    2 - You get all of the goodies from Java libraries "for free".

    3 - Can leverage the UI skills to mobile (those that JavaFX will run on anyway).

    However, if you are just wanting to have a Java GUI but would rather wait for more polish on JavaFX - I would recommend grabbing MigLayout & go with Swing on Java 6u10 or later.

提交回复
热议问题