Archives for posts tagged ‘javafx’
Friday, 22 August 2008
I was disappointed when I found out JavaFX interpreter is not shipping in the final Java runtime. Shipping the interpreter is key to inlining script with HTML, and will accelerate adoption of this shiny cross-browser platform.
There are tens of millions of web developers who have already been trained to edit text in a file and [...]
Tags: Flex, javafx, ria
Posted in Flex, Java, javafx | No Comments »
Thursday, 21 August 2008
Unfortunately, it appears that the only way to chain JavaFX effects together is by using a Group control. (There is a Effect(input1, input2) constructor, but I can’t seem to access it from JavaFX Script, while the Blend effect doesn’t chain effects, but instead applies them in parallel).
To achieve a Coverflow-like look, we apply a reflection [...]
Tags: javafx, ria
Posted in javafx | No Comments »
Thursday, 21 August 2008
me: What is the long term future of javafx.ext.swing.* classes in JavaFX’s
technological roadmap? Are new Node-based ui classes in-the-works to supercede this?
Joshua Marinacci: We plan to keep the swing classes but they will only be in the desktop profile. New gui classes based on nodes are in the works. These new gui components will be [...]
Tags: Flex, javafx, silverlight
Posted in .Net, Flex, Java, Netbeans, javafx | No Comments »
Tuesday, 19 August 2008
Sun has released a JavaFX preview. Having played around with it, here are my questions:
Will using the scenegraph api consume less resources than a comparable app developed using DHTML? In Meebo is what’s wrong with the web (cached), Uncov writes that Meebo consumes 39Mb RAM over-and-above that of Firefox. Running a basic JavaFX app (JRE1.6u7) consumes [...]
Tags: javafx, ria
Posted in Java, javafx | No Comments »
Sunday, 17 August 2008
Since JavaFX is still under active development, the JavaFX API docs could do with some serious link-love. Currently, version 0.2 of JavaFX docs ranks in Google.
Tags: javafx, ria
Posted in Java, javafx | No Comments »
Sunday, 17 August 2008
I have been playing a little bit more with JavaFX. Unfortunately the language reference isn’t particularly complete, and it turns out that type casting in JavaFX is via the as keyword. (Thanks Andres Almiray for the tip!)
For example,
var myWidth = (e.node as Rectangle).width
Incidentally, the performance of the drop shadow effect leaves much to be [...]
Tags: javafx, ria
Posted in Java, javafx | No Comments »
Tuesday, 12 August 2008
This page is where I keep track of interaction design patterns. It will be particularly useful to implement these behaviors in JavaFX/Flex base-classes for nodes so that UX designer don’t have to nitpick over details like these:
Yorai discusses the effect of mouse clicks and shift click, control click on focus, selection, activating in-place editing, dragging
Raymond [...]
Tags: Flex, drag-and-drop, interaction design, javafx, ui
Posted in Flex, General, WPF, javafx | No Comments »
Saturday, 9 August 2008
What JavaFX is not
JavaFX is not Java. It is a brand new language that builds on top of the JVM and the runtime libraries. There is a new syntax, and a lot of new syntactic sugar aimed that reducing the quantity of code needed to
create and animate user interfaces
update user interfaces as model data changes
update [...]
Tags: javafx, ria
Posted in Java, javafx | 1 Comment »
Wednesday, 20 June 2007
Zef writes in Ajax Reality Check that
Does anybody realize where we came from and that these “web 2.0 technologies” aren’t great at all, but just the best we could do — in the browser?
However, I assert that desktop apps do have something to learn from the browser1, and it’s not ajax.
Tags: Flex, javafx, ria, silverlight
Posted in .Net, Thinking IT | 7 Comments »