I'm curious about the practical uses of JavaFX when it comes to web development. It seems like it's often considered more suitable for desktop applications, but I'm wondering if there are any common scenarios where it might be effectively utilized in web projects. What are people's thoughts on this?
1 Answer
JavaFX is mainly designed for building local applications rather than web apps. If you're looking to create something for the web, you'd typically work with APIs and server-side solutions instead.
So, JavaFX is more for app development than web development then?