Ken Russell on making applets FAST




As lead architect of the next-generation Java Plug-in, Ken Russell is passionate and convincing on the topic of client-side Java development and the return of the applet. In this interview with Andrew Glover, Ken offers an engineer's perspective on the historic problems of applets. He then explains how the new Java Plug-in has been re-written to run on a separate process from the Web browser, enabling applets to start fast, consume the memory they need, and run without stopping or freezing the browser.

RSS feedmp3

  • "No one's leaving" (Editor's Daily Blog, Java.net, October 2007) is an honest look into the skepticism surrounding client-side Java today.
  • "The return of the applet?" (Javalobby, February 2006) asks whether applets have been overlooked, and gets some very good response from developers.
  • The new applet experience" (Jeff Friesen, JavaWorld, May 2008) is a hands-on experiment in "new applet" development using JavaFX and tools found in Java SE 6u10.
  • Visit the Java SE 6u10 beta homepage to learn more about the rewritten Java Plug-in.
  • Stay tuned for more inside views from JavaWorld's Java Technology Insider.



Back to JavaWorld's Java Technology Insider

Discuss

Start a new discussion or jump into one of the threads below:

Subject Replies Last post
. Neal Ford on Ruby - Not Quite as Good as LISP?
By
0 08/17/08 07:07 PM
by Anonymous
. Scott Davis on Groovy programming for Java guys
By AthenAdministrator
0 08/08/08 04:06 PM
by Anonymous
. Neal Ford on JRuby - Scope Groovy MetaProgramming
By Michael Hunger
0 08/08/08 04:05 PM
by Anonymous
. Alberto Savoia talks shop about CRAP
By AthenAdministrator
0 08/08/08 04:05 PM
by Anonymous
. Michael Stonebraker on why row storage is obsolete
By AthenAdministrator
1 07/27/08 06:36 PM
by Anonymous


Let's talk about exceptions ...
How do you handle exceptions? Do you think upfront about the type of exceptions that you want to catch or do you just let the outside world handle it?

-- Jeroen van Bergen in JW Blogs