Sun Releases JavaFX 185
ink writes "Sun released JavaFX 1.0 today, in a bid to take on Adobe's Flash and Microsoft's Silverlight technologies. It is Sun's first Java release to include standardized, cross-platform audio and video playback code (in the form of On2 licensed codecs). The lack of a Linux or Solaris release is a notable absence. The development kit currently consists of the base run-time, a NetBeans/Eclipse plug-in and a set of artifact exporters for Adobe CS 3&4." An anonymous reader adds a link to several tutorials accompanying the new release.
Probably Also Contending with OpenLaszlo (Score:5, Informative)
Well, I will throw out there a heads up to folks about OpenLaszlo [openlaszlo.org] which is the "run-anywhere, no-lock-in rich Internet platform. Period."
Unfortunately it still has a massive adoption curve ahead of it so maybe there's no reason to list it as a contender. While there are neat demos [openlaszlo.org], a few companies have employed it: Wal-Mart, Pandora even MSN's music service.
*sigh* I wonder if this means Sun is going to pull out of Orbit [slashdot.org] and come up with some J2ME version of JavaFX?
Like always, I welcome the competition, diversity and options this brings while I cringe at the thought of yet another schism in the open source community.
Re:Probably Also Contending with OpenLaszlo (Score:4, Informative)
Well, I will throw out there a heads up to folks about OpenLaszlo [openlaszlo.org] which is the "run-anywhere, no-lock-in rich Internet platform. Period."
That's not entirely true. OpenLaszlo relies on Flash to display video, and Flash is not a no-lock-in platform. You cannot redistribute Flash, or use it in a whole host of applications without licensing it from Adobe.
Re:Probably Also Contending with OpenLaszlo (Score:5, Informative)
Re:Probably Also Contending with OpenLaszlo (Score:5, Insightful)
OpenLaszlo compiles to either flash or DHTML. Its not a Flash lock-in.
I'd be surprised if it were possible to display streaming video in just DHTML.
Re: (Score:2, Funny)
Re:Probably Also Contending with OpenLaszlo (Score:5, Funny)
well, with html 5 we all will have the video tag [w3schools.com] so there's a solution in sight - hopefully!
Re: (Score:3, Insightful)
Can DHTML display video? the GP poster talked about video specifically.
Re:Probably Also Contending with OpenLaszlo (Score:4, Informative)
Huh? You can't redistribute any application without a license unless it's public domain. That's copyright. GPL is a distribution license.
As far as Adobe's Flash, they have an easy website form to obtain a standard redistribution license:
http://www.adobe.com/products/players/fpsh_distribution1.html [adobe.com]
It's suitable for distributing the player on installation media, for distributing the player on a whole network, or for distributing with other software through a website you manage. It pretty much covers the bases for intended uses of Flash Player for an end-user.
Re: (Score:2)
JavaFX on Android (Score:5, Insightful)
What I'd really like to see is JavaFX running on Android. I saw a presentation from Java One where it showed a JavaFX app running on Android. Has anyone been able to duplicate this:
http://www.youtube.com/watch?v=OYy4j9x2Mi4 [youtube.com]
I've played around with JavaFX and it seems pretty nice. I've been able to write small widgets with it. Whether it can take on Silverlight and Flash still remains to be seem. What's awesome is that JavaFX has the support of Java's rich API and 3rd-party libraries (you can easily import them into a JavaFX program).
Also if JavaFX apps can run properly on Android or the iPhone, I think that would also help it be more successful.
Re: (Score:2)
.
I found the G1's paltry 70MB of usable space for apps crippling, especially when I'm uploading IMAP mail that's in the multiple MB range. Webapps is the future on the G1 unless they allow on-card loading of apps.
Re: (Score:2)
Can't you just log in as root and create a couple symlinks to go around that.
Of course, after that you have to leave the card in at all times to avoid weird errors. But that seems a nice trade off.
JavaFX Mobile (Score:2)
*sigh* I wonder if this means Sun is going to pull out of Orbit [slashdot.org] and come up with some J2ME version of JavaFX?
I don't know about Orbit, but a JavaME version of JavaFX [sun.com] is definitely in the works. And to clarify, JavaFX Mobile will be provided to handset manufacturers as a binary distribution, [cnet.com] for which Sun will charge a per-unit royalty.
Not really, no. (Score:4, Informative)
Laszlo is a Generator for a few things - which also include Flash, nonetheless. Much like the old Macromedia Flash Generator, the Ming Libraries or the Macromedia Laszlo Rippoff 'Flex'.
JavaFX on the other hand is an all-out leveraging of the Java VM for RIAs, something Laszlo can't offer. It's its own VM (naturally) plus a toolkit for building content and applications. While there are overlaps between the two, JavaFX is clearly aimed at Flash - the biggest advancement being a much more streamlines deployment of the Java VM (I just installed it with a sinlge click of a mouse, supported by some nifty Ajax widget that streamlined the process even more).
And, contrary to Silverlight, Java actually has a chance to dethrone Flash, as it is the most mature cross plattform available, despite Flash being the most widespread plattform in general. I'm really interested in how this will play out. ... And am downloading the free JavaFX IDE as I'm typing this. If it doesn't get in my way building RIAs, I will probably never purchase a Flash IDE licence again.
Re: (Score:3, Informative)
The big problem with JavaFX is that, apparently, it requires a full Java VM on the client to work. This is about 15Mb to download. For comparison, Silverlight 2.0 is ~4Mb, and Flash is less than 1Mb. And yes, it is a big deal. Today, for anything other than Flash, you have to assume that the client won't have the plugin/runtime installed by default, so the download has to be as small as possible.
Re:Not really, no. (Score:5, Informative)
The download for Java *is* as small as possible. If you go to Sun's download page and select the "Windows Kernel Installation", the installer is 0.20 MB
It then dynamically downloads components from the network as required.
More information about this here [sun.com].
Don't ask me why (I guess it's an experimental feature they're prepping for the Java 7 release) but for the time being you have to access it via Sun's developer site [sun.com] rather than the consumer java.com one. Hmmm.
Re: (Score:2)
Yes, this is precisely my argument. You describe the scenario quite accurately, but
Re: (Score:2, Interesting)
eh. I leave the site when Silverlight comes up. When Flash came out originally people were all grumpy about it not being HTML compliant.. Now it's the standard? How times change.
And from a technology perspective, Flash isn't better simply because it's more pervasive -- it's just more pervasive. It's advantagous to use it, but not better.
I don't think the strategy here is that Sun expects all the flash developers to download NetBeans and start writing Java -- Sun's got a lot of people programming Java alread
Re: (Score:2)
The people who grumbled about Flash being non-standard-compliant were always just a few geeks, a tiny minority on the whole. The annoyance for most was that it required something else apart from your browser to install in order to be viewed. These days, stats for Flash coverage is >90% of all desktops with web browsers - in part
Re: (Score:2)
On the home desktop? Hardly believable, though I'd appreciate if you give a link to your sources if you have any.
Re: (Score:2)
I do not deny that. The market is pretty hard these days, and you've got to keep up. With Microsoft bringing Silverlight in, Sun had to reply - and it's good that they did bring their project to release. If anything, competition is good for all of us end users.
They may be trying to position it that way, but in practice, what actual featur
SO confusing.. (Score:5, Interesting)
No shockwave for Linux, Flash 64 gets released JUST for Linux, Sun open-sources Java, but now no JavaFX for Linux...
Can't we all just get along? My head is spinning at all the end-user requests for their intarwebs to work correctly. I guess it's just too much to ask for a real, open standard that just works (like...umm...html?)
Re: (Score:2)
I haven't tried this yet, but it was the same problem with the preview SDK. There was no linux version, but you could get the Mac version running on Linux:
http://www.weiqigao.com/blog/2008/08/05/watch_javafx_sdk_run_on_linux.html [weiqigao.com]
I'm assuming the same method can be used to run the SDK on Linux. I'm going to try this out now.
Re: (Score:2)
No dice. Windows comes as exe, and Mac as dmg. Nice job, Sun. I'm going to see if I can get to run somehow, though.
Re: (Score:2, Informative)
Wow...you can't even be bothered to type "Linux dmg" into Google...how lazy are you?
(In case you really are that lazy, the answer is mount -t hfs -o loop file.dmg /path/to/mount)
JavaFX 1.0 SDK running on Linux (Score:5, Informative)
I was able to get the SDK to run on Linux. Full details here [vivin.net]. Please don't kill my box :)
Linux support is 'coming' (Score:4, Informative)
From the link:
"We are going to support Linux and Solaris. We love both operating systems....we are actively working on it right now. We have it in our continuous build system."
and
"So why didn't we ship for Linux and Solaris in 1.0 along with Mac & Windows?
Simple. It's not ready yet. Certain features are there but other features are broken or not performing well enough. In particular video and graphics hardware acceleration have historically been tricky to implement properly on Linux and Solaris, as users of native apps for those operating systems know all too well. But we are working on it and will ship it."
Re: (Score:2)
I've been developing in mostly java for over a decade and tend to agree with most of Sun's decisions, but this is weak.
If the product wasn't ready for all the target platforms than the product wasn't ready.
Re: (Score:2, Insightful)
Re:Linux support is 'coming' (Score:5, Insightful)
Linux and Solaris count towards less than 5% of the market. Sun did the smart thing by bringing it to the mass OS market, instead of delaying it. If they delayed it, they'd have lost their window of entry, and maybe lost the market entirely to Adobe AIR.
Re: (Score:2)
Maybe, but as every year passes I get more and more sure that Sun is trying to backtrack on passing off Solaris and OpenSolaris as a desktop alternatives.
Re: (Score:2, Insightful)
Linux and Solaris count towards less than 5% of the market.
Right. A *desktop* market. Actually much less than 5%. It is about less than 3% for both.
Well yes.... (Score:2)
But they are alienating their main clients: Solaris users.
For somebody that has made a living from Solaris for several years, the message could not be more ominous: don't use Solaris, not even ourselves can be arsed to support it.
Nice one Sun, nice one.
Re: (Score:2)
Which market? The market *that counts* at the moment is the pre-existing Java developer market. Including mac users, a figure I'm plucking out of the air, the Unix user base of java developers is possibly 40%, or perhaps more.
Development shops aren't going to ramp up development using a 1.0 product if their coders are in mixed environments and have to run FX in a VM, under wine or dual boot. e.g. "this sounds dandy but does it run in Ubuntu?" (Assuming, of course, the decision makers aren't hanging out on t
Re: (Score:2)
I disagree. Linux (and BSD) users are the early adopters and the ones who encourage their Windows using friends to use better alternatives like Firefox. Also, Linux users tend to be the first ones to develop on new languages and platforms. Less apps, less JVM's in the browser, less exposure, fewer early adopters excited about the product.
As a Java developer and Linux user, I won't be using this and I can garauntee that not a single one of my Windows using co-workers has any desire to install another brow
Re: (Score:2)
Re: (Score:2)
Any time new features are implemented across all major browsers (yay CSS 2.1 in IE8) it makes me quite happy, as I'm just waiting to see how much functionality we can eek out of the web before the entire effort splinters apart into such closed non-standard vendor-specific solutions like Flash, Silverlight, JavaFX, etc.
Now that CSS support is maturing, if we could just get SVG and a standard audio/video tag with Free codecs, I think we would be OK for the most common use cases.
Re: (Score:2)
I guess it's too much to ask that you click on the link in the story that takes you to Sun's blog where they explain that Linux and Solaris versions are being released?
Re: (Score:2)
I wonder if those versions will be released before Duke Nukem Forever. I heard that was going to be released, too.
Re: (Score:2)
My guess is that Sun is the only game in town for really "getting along" in all platforms (Sun, Windows, Linux, Macs and BSDs).
Re: (Score:2)
Could you post a link to the page that gives January as a planned date for a Linux release of javafx? I haven't been able to find any reference to that date yet, but it's hard to find all the javafx related pages they have.
Just what the web needs (Score:4, Interesting)
Re: (Score:2)
... another RIA platform. Only this one doesn't have a userbase yet and I don't think it'll have one to speak of in the near future; it is Windows and Mac OS only
so it's got a potential user-base of approximately 98.8% of web clients? [arstechnica.com]
Re: (Score:2)
Apologies, better link at the source [hitslink.com] -
Cross platform? (Score:2)
It is Sun's first Java release to include standardized, cross-platform audio and video playback code (in the form of On2 licensed codecs). The lack of a Linux or Solaris release is a notable absence.
So... cross-platform means PC and Mac? Or just PC?
Only no JavaFX for developers (Score:3, Interesting)
Even though it is still a shame,
you CAN view JavaFX used on webpages. It seams to work just like java-applets, only nicer to look at. (Sadly it also has the same slow loading as applets)
Example: http://javafx.com/samples/StopWatch/index.html [javafx.com]
Re: (Score:2)
Re: (Score:2)
Applets slow starting was supposedly fixed in Java 6u10, if you have an older Java install the latest (http://www.java.com) and try again.
Re: (Score:2)
Wow.... I gave up after a full minute, using Safari 3 on OS X Tiger. Never did load anything. I think the stopwatch was me counting time go by, waiting for this demo to load.
Re: (Score:2)
Re: (Score:2)
Slow to load, but load it did on a PS3 with Yellow Dog Linux using IBM Java.
Re: (Score:2)
Yea, I tried a few samples, first it prompted me to trust a unverified certificate and give unknown code...how did it put it...full access to my computer.
Then it was so slow safari asked me if I wanted to kill it.
Oh yea, this is a flash killer.
Re: (Score:2)
Loaded forever and didn't show anything, even though I specifically installed the newest Java update 11 for this.
If that "experience" and the sibling responses to your post are anything to go by, this won't have much of a future...
It does work on linux (Score:5, Interesting)
Re: (Score:2)
Re: (Score:2)
Yeah, the video quality is good... can't say I'm in love with the bundled player component though... The play/pause button is a wierd target to hit (only works when you get it in the middle) and the jog bar doesn't let you click anywhere in it to skip ahead. I know I'm being picky, but something that will be used this much deserves to be gotten right!
Re: (Score:2)
Just played a game of brick breaker on Ubuntu. It's Java folks, it runs fine. Nice to see a simple game not eating my CPU like Flash does, too.
Come back forwards on that reversal again...? (Score:5, Funny)
So if we have an absence of a lack, does that mean there is a Linux and/or Solaris release? :-P
And yes, I don't think I'm not being overly pedantic in noting the presence of an absence of a lack of internal bouyancy in the summary, since that's a term whose inapplicability wouldn't be not out of place in this sentence.
Re: (Score:2)
So if we have an absence of a lack, does that mean there is a Linux and/or Solaris release? :-P
And yes, I don't think I'm not being overly pedantic in noting the presence of an absence of a lack of internal bouyancy in the summary, since that's a term whose inapplicability wouldn't be not out of place in this sentence.
The lack of a release is also a notable absence.
Also, you misspelled "buoyancy".
Please don't think me pedantic. I was worried that your poor spelling would keep people from understanding whatever the hell it was that you were trying to say.
Re: (Score:2)
Only if it doesn't weigh the same as a duck wouldn't. (And that obviously can't be not untrue, given that my earlier post clearly lacks the requisite 'which'. ;-)
Flash and Silverlight the target? (Score:2, Insightful)
Flash and Silverlight? Yeah, right. Sun knows that Yet Another Web Development Framework isn't going to take over the desktop. This is a blatant attempt to stop Android taking over the mobile phone space. Android added native media playback classes and a bunch of other stuff to the J2ME mix, the HTC G1 was a surprise hit, and a whole bunch of cell phone manufacturers have now announced Android phones - not J2ME phones. Sun is seeing its lock on the mobile phone application market disappearing overnight, and
Re: (Score:2, Interesting)
I'm sorry, what the fuck do Flash, Silverlight and Java FX have to do with Android?
Mods, mods, mods.. please guys, wake up.
This is a blatant attempt to stop Android taking over the mobile phone space.
Unwrap some of that tinfoil so you can talk, and tell us WHY.
Re: (Score:3, Interesting)
Why is it so difficult to understand that Google's Dalvik - an implementation of Java being used for free by mobile phone manufacturers - is a direct threat to Sun's J2ME? This is not some secret conspiracy theory - professional business analysts, who actually make a living from watching these kinds of things, have noticed the same thing.
"However, Google's move threatens Sun's business strategy, Mazzocchi said. He believes that Sun sees a bright future in the mobile market and hopes to earn revenue off the
Comment removed (Score:5, Informative)
Re: (Score:2)
Android includes its own "JVM" - except it isn't really a JVM, but a "Dalvik" VM that interprets Dalvik bytecode translated directly from Java bytecode - the end result is the same. The Dalvik VM, and its new classes (which incidentally include media playback codecs, one of the big JavaFX announcements) are a direct competitor to J2ME. If Google succeeds in having every phone manufacturer shipping Dalvik+Google classes, and takes the developer mindshare with its App Store, then J2ME is effectively dead.
If J
Re: (Score:2)
Re: (Score:2)
But I do agree this a bandaid to save J2ME--Android did it the right way such that J2ME should evolve to something similar to Android (won't happen due to the JCP).
Re:Flash and Silverlight the target? (Score:5, Informative)
Re: (Score:2)
It was known publically in March 2007 that Google had already been working on a major mobile phone project for months (eg see one report here [directtraffic.org]). The fact that this project wasn't officially unveiled until November is irrelevant; everyone in the industry knew what was going on, and Sun would certainly have been aware of their plans.
Holy Halleluja! Unbelievable! (Score:5, Insightful)
They've done it! They have *finally* done it. Beyond all hype, potential vaporware and marketing bullcrap they have - for once - actually pulled through with RIAs. People this is the first time in history that Sun has actually pulled through with implementing a piece of Java in a form that Java was initially meant for: A cross plattform rich & powerfull client enviroment. Finally Java and its VM have stepped up and entered the ring with Flash!
Only intially releasing for OS X and Windows is a large downside, as it will get negative votes from opinion leaders in the field, but the simple fact that they pulled through and didn't stop at 20% with some half-assed crappy Java Media Framework or some other piece of sh*t they've released ever since Flash took the helm at rich clients 10 years ago is a very big supprising plus!!! And the release-website [javafx.com] (why the f*ck isn't this, the most important prime sorce even linked in the GP metaarticle???) doesn't even look like total crap.
If they actually manage to pull through with a broad parallel release policy for this in the near future, manage to reduce JFX deployment to zero-fuss Flash-style and release the java-based FOSS tools and IDEs for JFX as announced a year ago, we will - for the first time in the history of the web - see a true competitor to Flash rise. This is good news in so many ways I can't even describe. If Sun plays its cards right and continues applying common sense and not screwing around this time and Adobe isn't on its toes, we will have a fully free open source rich client platform in just a few years and Flash will be history. Yay! Go, Sun, go!
I can't tell you how much I and many other professional Flash developers have waited for this moment for the last 8 years.
Re: (Score:2)
Re: (Score:2, Insightful)
Yeah! Java finally made it in the form is was meant to be. We love you Sun.
Oh. Wait a moment. override? bind? def? public-init? WTF.
Re: (Score:2)
Re: (Score:2)
Too little, too late. Today, it's not JavaFX vs Flash. It's JavaFX competing with Silverlight on who can take over the bigger part of the present Flash marketshare. And Silverlight is being marketed and pushed much more heavily than JavaFX, at least at the moment (not to mention that Microsoft has the benefit of (ab)using Windows Update to distribute Silverlight, and they may well switch it to "recommended update" in the future).
Of course, this JavaFX thing still builds in the usual desktop JRE and applets,
JavaFX.com is down... (Score:2, Informative)
...and has been for at least 20-30 minutes. I guess they didn't expect anyone to actually check out the site.
Re: (Score:2)
Re: (Score:2)
"and silverlight" (Score:2)
Why exactly would Sun want to take on Silverlight? It is not like silverlight is even relevant right now... ...Ok, it may already have an amazing marketshare of 0.01 percent the pages that abuse annoying multimedia...
Sun are so...enterprise (Score:3, Interesting)
button to find out."
Combine that with the 2nd-tier graphic design and interactivity going on all over the place, and it feels sort of like something that a) isn't going to win over the designer crowd and b) WHY on earth would Linux fans look at this as anything other than a snub? Sigh. (Anyway, I've downloaded all three packages, and I'll give it a go...)
Fail! (Score:3, Informative)
I tried the demo over at javafx.com and I got two security warnings (they use self-signed certificates) and one popup with a EULA. And the demo have some serious usability and display issues.
I love Java and it pays my bills but Sun really have a long way to go to reach the acceptance level of Flash.
Openness is the difference! (Score:2)
Not a flash contender (Score:2)
With Flash I arrive at a page and there's some content staring at me, waiting to be played with.
With this I arrive at a page, click on a "Jave Webstart" link, wait for it to download, wait while it says "Downloading Application" and then, if I'm lucky, get to play with something.
Not only that, but while Flash happily picks up my proxy settings, Java simply times out and gives an exception after a minute or so.
This is hardly the user experience that I want...
Talk about delusions of grandeur (Score:3, Insightful)
Not supporting linux and solaris, which have less than 5% of the desktop market, is not notable and is, in fact, good business sense.
Alpha quality (Score:3, Interesting)
1. It needs to be an order of magnitude faster to load. I don't have to wait 20 seconds for Flash movies to start playing.
2. It needs to not require a new runtime, with two nuisance security/license agreement dialogs.
3. It needs to not crash Firefox.
Re:sorry (Score:5, Informative)
On2 [wikipedia.org] is the company that provides the video/audio codecs for video in the Flash plugin. (i.e. The technology used by sites like Youtube.) The inclusion of these codecs in JavaFX means that JavaFX will be able to play movies intended for a Flash player.
In other words, JavaFX is a scripting language for graphics. Similar in principle to Flash. The download gives developers the necessary libraries and viewers to develop JavaFX code. (Including plugins for your favorite IDE.) Not sure what the Adobe CS stuff is about.
Re: (Score:2)
The Adobe CS stuff is about being able to import Photoshop and Illustrator projects complete with layers and make applications out of them.
Re: (Score:2)
On2 [wikipedia.org] is the company that provides the video/audio codecs for video in the Flash plugin. (i.e. The technology used by sites like Youtube.) The inclusion of these codecs in JavaFX means that JavaFX will be able to play movies intended for a Flash player.
It's sort of cool, but I wish we could get away from the On2 codecs.
Their licensing fees for high-end stuff are ridiculous. We were pretty stoked once h264 support made its way into Flash because it meant we could ditch our reliance on the expensive On2 stuff and stick with the open source encoders (I'd happily buy a commercial h264 encoder but I can't find a decent one that works as well and is as flexible as the open source alternatives).
I would have much preferred to see Sun go with h264 as their video
Your take? (Score:2)
Care to go out on a limb about the future of JavaFX?
Re: (Score:3, Interesting)
I have sort of a 'meh' reaction to it. It's not that the technology isn't cool, but it's a solution looking for a problem. Much like Silverlight, but without the antitrust practices to force it into use. In particular, its intended use as a platform on top of applets bothers me. Applets died out for a lot of good reasons. There's no good argument to be made for their revival. Especially with Flash and/or DHTML providing nearly all the advantages of Applets. Just let sleeping dogs
Re: (Score:2, Informative)
Sun released JavaFX 1.0 today, in a bid to take on Adobe's Flash and Microsoft's Silverlight technologies.
JavaFX, a technology by sun which will let developers write "rich internet applications" using a Java-esq language which has been in development for quite some time now has finally been released, joining rather late to the game. Also it requires it's own plugin which will be a hefty barrier to entry.
It is Sun's first Java release to include standardized, cross-platform audio and video playback code (in the form of On2 licensed codecs).
So, it will include Audio/Video support, and it is using codecs from On2 [on2.com]. I don't think that this means the codecs are free in any sense of the term, just that Sun is paying the cost of licensing these codecs fo
Re:Existing plugin (Score:5, Informative)
It is. This is really a set of libraries on top of the existing Java runtime that support the JavaFX scripting framework.
I'm sure they will once the technology has been shaken out a bit. Sun tends to be cautious about making changes to the core APIs.
Re: (Score:2)
Re: (Score:2, Interesting)
The key bits are the scenegraph code ("scenario", available, but currently only as GPL) and the media playback (Java Media Components?) JMC replacing the hideous JMF. The JMC are based on GSTreamer on Linux (and solaris? not sure) so there is the possibility of playing anything ffmpeg does. God knows how the licensing is going to work out, especially since the H264 library is GPL.
Re: (Score:2)
"JavaSE 6 update 10 gives developers the ability to create draggable applets which the user can then save on their desktop to use later."
Re: (Score:2)
These things are targeted at developer a lot more than they are at end user. So the difference? You can use your java background and existing java code (to some extent). More or less the same use case as Silverlight (except silverlight is a subset-like version of the already relatively used WPF framework...not sure if JavaFX has its root in something thats already adopted)
Re: (Score:2)
I suppose the answer is JavaFX will eventually appear and be reasonably supported on Linux, whereas Silverlight never will. A half-assed Mono implementation doesn't count as supported either.
Still, Sun could help themselves here by stating specifically which platforms are supported. It's understandable if they go for the largest user base first, but
Re: (Score:2)
Oh, there said and blow there chance! Your rite!
Re: (Score:2)
hahahahahaha
Re: (Score:2)
I don't really understand why Sun bothers. .NET will be the platform that you can write once and run anywhere. JavaFX is just said compared to Flash and Silverlight.
They had there chance with Java and blow it.
I really don't understand why you bother. You had a chance but you blow it.
Re: (Score:2)
Can it use accelerated OpenGL in the browser? If so, that would put it ahead of Flash by a large margin.