The Artima Developer Community
Sponsored Link

Java Community News
Ethan Nicholas on the Java Browser Edition

4 replies on 1 page. Most recent reply: Sep 9, 2006 1:11 PM by Marius

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Ethan Nicholas on the Java Browser Edition Posted: Sep 7, 2006 10:54 AM
Reply to this message Reply
Summary
A few months ago, Ethan Nicholas, then lead engineer with Yahoo, complained about the large JRE download size that makes applets an impractical deployment option. Now with Sun's deployment team, he is in a position to do something about that problem. He shares his solution and insights with Artima.
Advertisement

Formerly lead engineer of Yahoo's publishing tools team, and original author of the Yahoo SiteBuilder Swing app, Ethan Nicholas lamented back in April:

I face a frustrating problem: Java is the most powerful browser-based technology available, easily besting competitors like Ajax and Flex, and yet I can't use it.

He proposed a Java Browser Edition, with a small initial kernel under a few megabytes in size, and with the ability to download APIs on an as-needed basis.

Since July, Nicholas went to work for Sun. As part of the Java deployment team, part of his job is to turn that vision into a reality. His most recent blog post, "Java Browser Edition": New name, first steps, recounts how he was able to create a special version of the JRE capable of executing "Hello, world" in 2.6MB, and another JRE version with AWT support in just 3.5MB.

Nicholas' work is part of an effort at a Java Kernel, slated for release in JDK 7. Artima asked Nicholas about how this work would help Java developers:

Before joining Sun, I worked for Yahoo. The issue of the JRE's download size was a constant shadow over all our attempts to use Java on the client side. Advanced applets? The JRE is too big to justify them. A big client-side application like Yahoo! SiteBuilder? This barely got management approval, and I assure you that the JRE download size was an enormous concern throughout. The fact that I could join Sun and potentially help fix this issue once and for all was very exciting to me.

This has an impact in every situation where a JRE might need to be downloaded. That means applets, Java Web Start programs, and even traditional client-side applications downloaded via the Web. By significantly reducing the download size, we make Java a more attractive option in many of these cases.

While rich-client Java sports capabilities beyond what Ajax or Flex offer, applets have been one of Java's sore spots. Nicholas notes that:

There are a few major issues preventing widespread use of applets. First, it's difficult or impossible to ensure that you have the right version of the JRE present. You can't simply say "This applet needs Java 1.5" the way you can with a Web Start application., Second, for users without the correct JRE, the download is very large and takes too long to install. Third, applets take too long to start up. [And], fourth, there are reliability problems—applets sometimes inexplicably fail to start, LiveConnect may not work for some unknown reason, and so forth.

It's hard to say how much impact any one of those problems has individually, because if we fixed just one there are still other significant issues getting in the way. I think that for applets to succeed, we need to fix all of these issues, and we are going to do our best to do so for Java 7. Java Kernel is aimed squarely at [reducing JRE download size], but there will be other people and other projects looking at the rest of them.

While JRE download size is a key impediment to widespread applet deployments, so are the quirky, and often buggy, applet implementations of browsers. However, Nicholas notes that,

The situation has improved tremendously from the dark days of Java 1.0.2 and the Microsoft VM. The Java Plug-In included with Java 6 actually starts very quickly on a modern computer, and via things like the Common DOM API you can do a lot of neat tricks. The goal with applets in Java 7 is to fix the remaining issues and make applets a viable choice again.

Nicholas pointed out that a dynamically extensible, small JRE kernel will be an important tool to help manage the inevitable growth of the Java platform:

Sun has been fighting for years to keep the JRE down to a reasonable size. Because every feature added to the core platform increases the size of the download, that has meant having to very carefully weigh the benefits of adding the feature versus the cost of the additional download size, and has led to various Java APIs not being part of the core JRE. With the combination of the Java Kernel feature and the Java Modules being developed in JSR 277, this problem might go away.

Here's how it will work. Suppose your program requires, say, the Java Media Framework. In Java 6, as it isn't part of the core APIs ... you will have to deal with distributing and installing [it] on your own...

In Java 7, with the Java Kernel, we could treat the Java Media Framework as "yet another downloadable module." There will be mechanisms to specify that you need this functionality if you want to make sure it is downloaded prior to your program starting up, or you can simply wait until you need the functionality, and then attempt to access it as if it were already present. In either case, the Java Media Framework will be automatically downloaded and installed, and you don't have to do anything more complex than attempt to access the APIs.

It gets better, of course. We can potentially do this for every Java API which isn't currently in the core JRE so that all of them are available on demand to all programs with no special effort. You just access the APIs as if they were already installed. And after the Java Kernel itself is installed, it will automatically begin downloading additional functionality in the background while your computer is idle...

Now of course the situation I just described—being able to access all Java APIs as if they were part of the core JRE—may not actually come to pass, as there will be a lot of politics involved in trying to get it to happen. Regardless, I think Java Kernel is a very exciting feature and will really make a difference to developers.

What do you think of the approach Nicholas described to managing the growth of the JRE? And what would it take for you to consider applets once again a viable deployment alternative?


James Watson

Posts: 2024
Nickname: watson
Registered: Sep, 2005

Re: Ethan Nicholas on the Java Browser Edition Posted: Sep 7, 2006 11:29 AM
Reply to this message Reply
This is a long time coming. Hopefully we will be able to use trimmed down JREs in other contexts too.

I'll be very surprised if someone actually comes out against this move.

Vladimir Nesov

Posts: 27
Nickname: robotact
Registered: Aug, 2005

Re: Ethan Nicholas on the Java Browser Edition Posted: Sep 7, 2006 3:18 PM
Reply to this message Reply
It's strange there was no in-built automation to install required version of JRE from the very beginning.

Anjan Bacchu

Posts: 18
Nickname: anjanb
Registered: Mar, 2002

Re: Ethan Nicholas on the Java Browser Edition Posted: Sep 7, 2006 4:13 PM
Reply to this message Reply
hi there,

+1 needed very much.

recently, a friend asked me "how do i determine the JVM vendor and version inside a browser " I could not give him a good answer and felt bad/silly NOT knowing answer to such a basic question and been doing java for a while.

I hope that this situation will change soon and more people will use java applets.

BR,
~A

Marius

Posts: 1
Nickname: voikan
Registered: Apr, 2003

Re: Ethan Nicholas on the Java Browser Edition Posted: Sep 9, 2006 1:11 PM
Reply to this message Reply
I have also 2 issues regarding java applets.
The first issue consists in the fact that the applets don't start smoothly like for example flash components. Here the issue is not how much time you need to wait until the applet is downloaded and started, but is the fact that for an applet which has a size lets say greater than 200 kb, you feel that the entire computer seems to be put to work, the hard disk is reading lot of data and the entire user browsing experience is affected.
The user feels that he may not want to go again to that site (if the site is not very important for him) because the computer will slow down for a moment while the applet is loading. This is not happening with flash components no matter how big they are. I have seen that especially for the Firefox browser also the entire HTML page does not load until the applet is loaded, but this may be other issue with this specific browser.
I am a big fan of Java and I really like the power of Java and what can be done with applets, but the issue described above is an issue that bothers me and I think many other World Wide Web users.

The second suggestion I have is that if an applet is present in a page and the user do not have a Java Virtual Machine installed, the browser should automatically download what is needed to start that applet and next start it. It is not good that the user must separately install a Java Virtual Machine for starting the applet. This should be automatically done in the background and next the applet started. This will be a big step forward for applets in the real World Wide Web world.

Flat View: This topic has 4 replies on 1 page
Topic: Ethan Nicholas on the Java Browser Edition Previous Topic   Next Topic Topic: Why Processes Scale Better Than Threads

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use