YOUR FEEDBACK
Gregor Rosenauer wrote: well, not what's your take on this? Did I miss a second page of this article or...
AJAXWorld RIA Conference
Early Bird Savings Expire Friday Register Today and SAVE !..

SYS-CON.TV

2008 East
DIAMOND SPONSOR:
Data Direct
Frontiers in Data Access: The Coming Wave in Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
Intel
Virtualization – Path to Predictive Enterprise
Green Hills
IT Security in a Hostile World
JBoss / freedom oss
Practical SOA Approach
GOLD SPONSORS:
Software AG
The Art & Science of SOA: How Governance Enables Adoption
PlateSpin
Effective Planning for Virtual Infrastructure Growth
Fujitsu
Automated Business Process Discovery & Virtualization Service
Ceedo
Workspace Virtualization
Click For 2007 West
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
TOP THREE LINKS YOU MUST CLICK ON


When Will Sun Microsystems Start Competing in the RIA Space?
Sun Microsystems is a very respectful company, with strong engineering spirit and talented software developers

Sun Microsystems is a very respectful company, with strong engineering spirit and talented software developers on staff. Sun Microsystems was the company behind the very first technology to support rich Internet applications. Yes, I’m talking about Java applets that were introduced in 1995. The same setup as we see today in the RIA world: a JVM, that is a Web browser plugin and compiled byte code that offers rich UI. But after that, in my opinion, Sun’s Java decision makers made a couple of serious mistakes:

1.  Abandoned development in the area of the VM for clients side of the Web applications

2. “Have won” the law suit with Microsoft.

Selling servers was and remains the main bread winner for Sun.  Hence support of J2EE seemed logical – each enterprise that is developing J2EE applications need to purchase a set of servers (development, QA, Staging, production). These servers can be arranged in clusters, which means more servers to buy. Even if a project is deployed on WebLogic, JBoss or WebSphere application server (a third-party software), Sun was happily selling their hardware to these clients.

But enterprise Java applications have the client portion too. A large chunk of these applications are Web 1.0 based, but there is another group of applications that uses Java Swing, which is a rich client platform. Swing offers OK-looking components, but most importantly, it requires that the user’s computer has to have a specific version of Java Runtime installed.  In enterprises, it’s not a big issue, because the JRE is centrally pushed to the clients by the infrastructure team. But this is not the case in the consumer’s market.

Even if the enterprise business users do not like Swing’s UI, they do not have a say. It’s their responsibility to use this and only this software to perform their daily duties, or else… This is not the case in the consumer’s market … Ironically, business users who are budgeting the IT projects often turn into beggars asking IT to do a little improvements here and there. Today, they are getting not too promising answers like “We’ll prioritize your request and include it in our schedule”.  It’s not easy to make changes in Swing applications.

People are happy with what they have if they do not know any better. It was OK to have double standards: enterprise folks are working with the dull-looking Web applications, while behind the iron curtain they enjoy artistic colorful UI of non-business related stuff.  This would not be too bad while Java and .Net dominated as the developers tools in the corporate world.  Their UI tools had a “meet expectation” stamp  until the outsiders like Adobe Flex and AJAX framework vendors started to sneak into the corporate development floors showing that even business Web applications can look sexier.

Microsoft has released the 1.0 version of Silverlight,  their tool for RIA.  Sun has also realized that the client’s tooling can’t be ignored any longer and made an announcement about a new language called JavaFX Script.  Hopefully, during this year’s JavaOne we’ll see some solid examples of what can be done with JavaFX, which will be used in the future RIA both for desktop applications as well as in the mobile world (JavaFX Mobile).

Without doing any technical comparison of Flex, Silverlight, and JavaFX, let’s talk about  delivery of the these applications to the end users (consumers). Penetration of Flash Player 9 (the runtime for Flex) is 97%.  This means that almost every computer already has Flash Player 9 installed. The penetration of the runtime for Silverlight is less than 50%.  Today, the penetration of the runtime required for JavaFX is probably close to zero (please correct me if you have some better statistics).

These numbers explain why Microsoft uses Flash Player to spread the word about Vista, and Sun uses the same delivery mechanism to talk about JavaFX.

In the world of RIA, delivery mechanism is everything. One of the main advantages of AJAX applications is that about 100% of the  client’s machines already have everything that’s needed to run them.

Now let’s recall that infamous law suit between Sun and Microsoft. The latter wanted to inject into Java some additions, Sun did not like it, and after several years of litigation, they won billions of dollars. Since that time  Microsoft does not include the latest JRE into Internet Explorer. This means that if someone puts a gun to Amazon.com’s head and force them to re-write their front end using Java applets, they should develop to a  ten year old JRE 1.1 as a common denominator to avoid losing most of their customers that use Internet Explorer.   Because of that “winning” law suit, Sun has lost the delivery platform for Java applications. In my opinion, this was a big mistake on the Sun’s part.

Deploying a Web applet today requires an installation of the proper version of JRE, which is not a straightforward process. JRE starts slow. Waiting for 15 second till it warms up is a heavy overhead on top of any consumer application. At the time of this writing, this process has to load into memory about 16MB of JRE code.

Help is on the way though. This year we’ll see a smaller (under 3Mb) Java engine  formerly known as Consumer  JRE and now it goes by the name Java SE 6 update N. Initially, this JRE will load a minimum number of classes that are absolutely required, and then, it will bring other modules on the as-needed basis. Improving warm and cold start time of the JRE are also in the works.

Sun has huge Java community of six million developers, and most of them would love to use something Java-esque for their RIA needs, but pragmatic considerations always win in the business world. When I meet a .Net developer working on Adobe Flex project, I always ask, “Why don’t you use Silverlight?” Even though .Net developers would love to use Microsoft’s products, the answer is always the same, “Silverlight is not there yet.” So much for loyalty…

Java’s multimedia support is in a really poor shape too. A rudimentary Java Media Framework (JMF) was abandoned many years ago too. If  Sun has any cash left after their recent MySQL acquisition, it should consider purchasing some third-party vendor that can offer a 21-century-like software package to replace JMF.

JavaFX Script will give you a different way to create Java applets that will run on this JRE. The question is when? Let’s assume that Sun will make these two available in May’08 during JavaOne. By the end of 2008 we’ll see a modest  number of production-quality Web applications built with JavaFX. When someone will visit a Web page that requires this JRE, s/he will be offered to download it. Now add another two years till the penetration of this JRE will reach some serious numbers. This means that  online vendors may start relying on this new JRE in late 2010. But will it actually compete with Flash Player in 2010? Sun still has excellent  engineers (regardless of the brain drain caused by Google), but we can’t expect  that Adobe and Microsoft R&D  will be frozen for the next two years either. As a Java developer, I wish Sun Microsystems success, but they are facing extremely challenging mission in the RIA space.  

tags:  
links: digg this  del.icio.us  technorati

About Yakov Fain
Yakov Fain is a managing principal of Farata Systems, consulting, training and product company. He has authored several Java books, dozens of technical articles. SYS-CON Books released his latest co-authored book , "Rich Internet Applications with Adobe Flex and Java: Secrets of the Masters" in Spring 2007. Sun Microsystems has nominated and awarded Yakov with the title Java Champion. He leads the Princeton Java Users Group. He is an Adobe Certified Flex Instructor. Currently Yakov works on the book for O'Reilly "Enterprise Application Development with Flex".

YOUR FEEDBACK
Sun News Desk wrote: I'm talking about Java applets that were introduced in 1995.
LATEST AJAXWORLD RIA STORIES
JavaScript 2 is becoming increasingly important. Learn how to take advantage of JavaScript 2 while still running in today's browsers. Leverage your current JavaScript and HTML skills to build applications that run in Flash 7-9, DHTML and more with no code changes! OpenLaszlo 4.2 ...
Enterprises are enthusiastically embracing the shift from traditional client/server computing to SaaS. Inspired by customers who have embraced the web, developers are using RIA tools to create innovative new on-demand business applications. One important factor in the shift from ...
RIAs provide the promise of an excellent User experience, but the ultimate success of the UX is driven more by the skill of the developer than the tool selection itself. This session will discuss the foundation and importance of the application of cognitive science techniques to ...
Rich Internet Applications have become ubiquitous to the point that many of us rely on them for daily activities. But there's a big difference between consumer websites and enterprise-class applications. While new browser capabilities provide a richer look and feel for consumer s...
Cloud Computing isn’t just another buzzword: this session will look at what the industry is up to, Amazon is up to, and especially how people are innovating in the cloud. Buzzwords aside, virtualized (cloud) computing is a disruptive game changer at both technical and business ...
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE