10 tips on how to prevent business value risk
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Scott Delap on May 08, 2007
...JavaFX will be open sourced. "We plan to open-source all of JavaFX as we work through the program," said Green. Plans call for eventually offering a line of developer tools to work with JavaFX with a basic, introductory tool to be offered on Tuesday, [Sun's Rich] Green said...Early coverage has not indicated if the JavaFX Script initiative will also include a more structured push of the Java runtime by Sun similar to the efforts of Adobe with Apollo and Microsoft with Silverlight. ZDNet's Ed Burnette has also:
Statements from Sun executives so far indicate that it will rely on the user already having installed the Java SE/ME runtime. For mobile devices this won't be a problem because when you buy a phone it will come with Java already installed. But for desktop users this might mean a 50MB download and frequent updates, a strategy that has failed in the past. Sun claims a "high-volume distribution of Java", but on the desktop the versions that people have installed are all over the place. By contrast, Flash installs are "frictionless" with no user questions, no scary security warnings, and usually not even a need to restart the browser (let alone the whole computer). Hopefully the Java deployment story on the desktop will be addressed by future developments and by deals such as the one Canonical and Sun worked out earlier to get Java installed with Ubuntu Linux.
News.com is also reporting that Sun also intends to announce the JavaFX Mobile product as well:
...To address compatibility problems with mobile phones, Green is scheduled to detail JavaFX Mobile, a package aimed at mobile-handset makers designed to make Java applications more portable across mobile phones...
JavaFX Mobile is built on technology acquired earlier this year with their purchase of SavaJe.
InfoWorld has indicated that JavaFx Script is a rebranding of the internal Sun F3 project. F3 creator Chris Oliver started writing publicly about the language last fall. An early entry showed the declarative structure of the language in use creating a frame object:
Frame {
visible: true
content: Canvas {
content: Mouse1d {
width: 200
height: 200
}
}
}
In the months that have followed Oliver has detailed using F3 to easily recreate popular UI's previously developed in Flash, OpenLaszlo, and Ajax.

Improve Java Garbage Collection, Runtime Execution, and JVM visibility with Zing
Using Drools? See what you're missing! Get the Power of Drools with the Assurance of Red Hat
18 agile and lean practices for effective software development governance
Early coverage has not indicated if the JavaFX Script initiative will also include a more structured push of the Java runtime by Sun similar to the efforts of Adobe with Apollo and Microsoft with Silverlight.
That's the real key, and where Sun has consistently bungled. Adobe got it right and I'm sure Microsoft took note.
F3 looks somewhat interesting. I agree with the creator of F3 on a general disdain of XML, but I'm wondering how that'll affect tooling that you see in Expression Blend and Adobe's offerings. It does look like the language has decent XML support builtin though.
From Sun: "JavaFX Mobile, a complete mobile operating and application environment built around Java and Linux open source technologies."
During the keynote JavaFX Core Team member Nandini Ramani mentioned multitasking as a feature of the mobile platform, which presumably requires a preemptive multitasking kernel underneath. They showed it running on the Nokia N800 Internet Tablet (ARM Linux) and the SavaJe Jasper phone. That raises the question whether this would be supported on common RTOS-based feature phones or requires Linux or a Linux-like kernel usually found in a smartphone-class handset.
On the other hand, they had Marco Boerries from Yahoo up there showing off YahooGo! in connection with JavaFX Mobile. YahooGo! runs on pretty much any phone with a Java ME MIDP runtime, which is about 80% of the phones sold last year. So the whole Linux connection is confused right now. Perhaps JFX Mobile will be a tiered platform with additional features that are accessible when the underlying system supports them.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.
Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.
Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.
Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?
Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.
3 comments
Watch Thread Reply