Adam Bien's Weblog
Netbeans 6.7.1 with Java FX 1.2 Support - First Test
- The installation takes about 80 seconds. Netbeans 6.7.1 is installed with Java FX SDK 1.2 with few (about 3) clicks.
- Existing Netbeans 6.5.1 projects can be directly opened.
- The IDE responsiveness was improved, comparing it to Netbeans 6.5.1
- Java FX debugging works as expected.
- kenai.com and especially JIRA integration are very useful for searching / creating new issues, bugs and RFEs for the Java FX compiler.
Posted at 10:30AM Jul 28, 2009 by Adam Bien in Netbeans | Kommentare[4]
[my tweets]
Rss My book: Real World Java EE - Rethinking Best Practices


While it would be good to have refactoring features for JavaFX, I'm just glad that we can finally use NetBeans 6.7 for JavaFX development.
Gesendet von Raju Bitter am July 28, 2009 at 01:40 PM CEST #
A co-worker of mine had a look at it a while back and the first thing he noticed was that it doesn't support an editor hint to add missing import statements. If you want it to automatically import then you need to drag/drop something from the pallet which feels un-natural. He says it feels like JavaFX tooling is far from what he's used to in Flex and he'll have to wait another year before looking at it again.
Gesendet von Ryan am July 28, 2009 at 02:15 PM CEST #
@Ryan,
imports are supported. Sometimes you have use to choose "Fix Imports" from the context-menu. This works well.
I'm only missing some basics refactorings...
regards,
adam
Gesendet von Adam Bien am July 28, 2009 at 03:35 PM CEST #
@Raju,
absolutely - 6.7.1 is lot better. I just miss the refactorings. It should be possible -> Netbeans 6.7 comes with amazing ruby refactorings, so why not Java FX?
regards,
adam
Gesendet von Adam Bien am July 28, 2009 at 03:37 PM CEST #