• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Core Java Volume I Question: JavaFX vs. Swing

 
Greenhorn
Posts: 28
1
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Cay,

I noticed that your book still covers Swing and doesn't say much about JavaFX, even through Oracle has positioned JavaFX as the successor to Swing for new applications. JavaFX is now a standard part of Java SE. Do you plan to switch Core Java over to JavaFX at some point, or perhaps write a separate Core JavaFX book as you have done for Core JSF?

Bruce
 
author
Posts: 284
35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, that's a great question.

When we started planning the 10th edition, the status of Java FX as part of Java SE was murkier than now, and some of my friends who are heavily into desktop UIs were frustrated with Java FX for advanced use cases. That's why I decided to keep Swing for another edition. I think that will change with Java SE 9. I can't imagine including both Swing and Java FX, though, and I'll be sad to let Swing go. It has its flaws but overall I always liked the API.

Cheers,

Cay
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic