Ken's profile was created using:
Sort By:

1-10 of 15 online sources for Ken Russell

  • View Online Source
    blogs.sun.com/javafx/ - [Cached Version]
    Published on: 7/13/2009    Last Visited: 7/13/2009  

    The first article , written by Sun engineer Ken Russell, describes this JavaFX Script - JavaScript bridge.

  • View Online Source
    www.bharat-online.com/index.php?option=com_content&view - [Cached Version]
    Published on: 11/23/2008    Last Visited: 12/21/2008  

    "A couple of summary results are that startup time for command line applications has been decreased by roughly 30 percent, and for small Swing applications by roughly 15-20 percent," said Sun HotSpot JVM engineer Ken Russell.
    ...
    Russell and Ho also hinted at improvements being eyed for J2SE's next release (code-named Tiger). Officially due out in 2004, the development team said some parts may be available in beta this summer.

    "We are planning to make more startup improvements in 1.5, but cannot provide specific details at this time," Russell said.

  • View Online Source
    jcp.org/en/jsr/stage?listBy=final - [Cached Version]
    Published on: 11/15/2008    Last Visited: 11/15/2008  

    Kenneth Russell, Sun Microsystems, Inc.

  • View Online Source
    jcp.org/en/jsr/detail?id=231 - [Cached Version]
    Last Visited: 9/26/2009  

    Kenneth Russell Sun Microsystems, Inc.

    Expert Group
    ...
    Specification Lead: Travis Bryson, Kenneth Russell

  • View Online Source
    www.javalobby.org/java/forums/t102770.html - [Cached Version]
    Published on: 12/7/2007    Last Visited: 12/7/2007  

    Ken Russell is a member of the Java SE Deployment team at Sun Microsystems.He and his team have been involved in rewriting the browser Java plug-in.Previously he worked on the Java HotSpot VM for several years.He also leads the JOGL project and is one of the "Gang of Three" with Richard Bair and Jasper Potts who developed the IRIS demo for JavaOne 2007.Here he talks about the browser Java plug-in.

    The browser Java plug-In is the piece of software that makes applets run in today's web browsers such as Mozilla Firefox, Internet Explorer and Safari.It's been the default implementation of applets for a number of years.Sun Microsystems is responsible for delivering the plug-in on the Solaris, Linux and Windows platforms for IE and the Mozilla browser family.

    Ken, what were the main benefits of this plug-in and what were its defects?
    ...
    6 . At 1:36 PM on Oct 22, 2007, Ken Russell wrote:
    ...
    7 . At 1:42 PM on Oct 22, 2007, Ken Russell wrote:
    ...
    8 . At 1:44 PM on Oct 22, 2007, Ken Russell wrote:
    ...
    11 . At 11:09 AM on Oct 23, 2007, Ken Russell wrote:

  • View Online Source
    news.zdnet.com/2422-13568_22-200560.html - [Cached Version]
    Published on: 5/8/2008    Last Visited: 5/12/2008  

    Danny Coward and Ken Russell of Sun's Java SE team show how the new applets can be deployed within a Web browser or dragged over to the desktop.
    ...
    At the JavaOne Conference in San Francisco, Ken Russell and Sven Gothel of Sun Microsystems explain how the Nvidia APX2500 chip allows developers to ...

  • View Online Source
    www.builderau.com.au/tag/team.htm - [Cached Version]
    Published on: 8/13/2008    Last Visited: 8/20/2008  

    Danny Coward and Ken Russell of Sun's Java SE team show how the new applets can be deployed within a Web browser or dragged over to the desktop.
    ...
    Sun CTO Robert Brewin talks to Ken Russell and Chris Oliver of the company's JavaFX team about how they created the animation inside the game Moon Tank using the JavaFX environment.

  • View Online Source
    www.java-tv.com/tag/javafx/ - [Cached Version]
    Last Visited: 2/26/2009  

    Danny Coward and Ken Russell of Sun's Java SE team show how the new applets can be deployed within a Web browser or dragged over to the desktop.

  • View Online Source
    Contrarian Minds: Ken Russell - [Cached Version]
    Published on: 8/11/2008    Last Visited: 8/22/2009  

    August 11, 2008 - The way Ken Russell sees it, it was his karma to make Java technology run faster.

    It started in the Media Lab at MIT a decade ago, when Russell was working toward his master's degree.

    "Our advisor came to us and said, 'Okay, guys we're doing super-intelligent animated characters and we're doing them in Java,' and I said, 'No, it will be too slow!'" Russell recalls. "So it's been my karma over the past 10 or so years to make that not the case in the 3-D graphics realm."

    Russell, now a senior staff engineer at Sun, notes that speed is no longer an issue. "At this point, we can do faster 3-D graphics in Java than we can in C++ due to the hard work of everyone in the Java software organization," he says.

    But that's only a preamble.

    The central story here is how Russell and his team have been able to make Java software run more reliably in Web browsers and, in the process, taught it to do new tricks.

    "Ken has an innate ability to recognize opportunities for innovation, that hugely valuable trait of not taking no for an answer and be willing to disregard the commonly accepted state typically expressed as 'That's just the way we have always done it.'"
    ...
    In the course of just one year, Russell and a handful of his colleagues reimagined and redesigned the Java plug-in – the code that goes into Web browsers so they can launch and run Java applications.

    "The inspiration? It was an ongoing thing where it was painful, painful, painful, and it was obvious at a certain point what had to be done," Russell says.

    Ken Russell
    ...
    "The code to the previous Java plug-in was fairly disorganized because it had grown organically over a number of years, and it was done in a big rush when it was first conceived," Russell observes. "There had never been the opportunity to go back and rewrite the whole thing."

    Quite frankly, he says, the architecture was exactly inverted from where it needed to be.

    "Ken realized that not only was the current architecture fundamentally flawed but that by changing the model, we could break free from the burden of a fragile and universally panned plug-in architecture," says Bob Brewin, CTO of Software at Sun.
    ...
    Ken Russell Senior Staff Engineer Sun Microsystems

    There were, Russell says, "some fairly large unknowns."

    One of the biggest was whether technology similar to Java Web Start would work in all browsers running on all operating systems. For Solaris and Linux, probably yes, since a similar technique was already in use (though it would need to be made much more robust to support the use cases Russell had in mind).
    ...
    Russell says.
    ...
    "That was Step Zero," Russell says. "That was absolutely necessary to get alignment and enough support to begin to drive the project forward."

    "Ken realized that not only was the current architecture fundamentally flawed but that by changing the model, we could break free from the burden of a fragile and universally panned plug-in architecture.
    ...
    Ken Russell Initially working on borrowed time, Russell wanted to get something on screen as quickly as possible.

    "If you want to run your applet, you need the applet container in order to load it, start it, and give it enough services so that it can feel it's in the environment it expects. So the first step was rebuilding the applet container out of the pieces that were in the old applet container," he says.
    ...
    Ken Russell Senior Staff Engineer Sun Microsystems

    Then came an intense, highly focused, no-distractions effort that Russell describes as a marathon/sprint.

    "Starting from the stand-alone applet version, we were able to get that hooked into the Internet Explorer browser in nine and a half days," he says.

    How were they able to do it so quickly?

    "Web browsers are typically written in C or C++, so in order to hook into it you have to write some C or C++ code. The old Java plug-in had a lot of C and C++ code and even the Java code was mainly browser specific. In the new Java plug-in, most of this software is written in the Java language and there's the tiniest bit of C and C++ to glue it into the browser," Russell explains.
    ...
    Ken Russell Senior Staff Engineer Sun Microsystems

    Originally undertaken in support of Sun's Java OpenGL project, or JOGL, the new plug-in is also the underpinning of the JavaFX deployment strategy in the browser.

    "JavaFX will rely on a very sophisticated set of libraries to extend the functionality of the Java platform to get the performance and features we need to do rich media content in the browser. So we needed a technology like this that was on par with Java Web Start technology to be able to get these new features of the Java platform down to the end user's machine and run them inside the Web browser," Russell says

    "As it turns out there are some very interesting opportunities that became obvious to us by doing this architectural change."

    He turns to his computer and brings up a JavaFX applet in his browser.

    Ken Russell "This is a buddy list. It shows you pictures of your friends, what the weather is like where they are, what time zone they're in, and you can even see where they are because if you click on a name it starts the NASA World Wind Java viewer, which is fully running here. You can zoom in and out. This is great because it shows a mix of JavaFX and existing Java components, together as an applet on a Web page," Russell says. "But you might say, 'Hey, I want to use this buddy list more often than just when I'm on this particular Web page.'"

    Then he demonstrated an interesting new feature of the Java plug-in. He drags the applet from his browser to his desktop. Even when he quits the browser, the applet keeps running.

    "That was enabled by the architectural changes we made," he says. "Of course we have to do more work. There are some rough edges in the new system, but in terms of achieving a goal that isn't possible with any other Web technology at the moment, I think we did pretty well."

    Russell credits his colleagues in the software group as well as early access customers and partners for helping refine the new plug-in, and his manager, Gustavo Galimberti, for supporting the project.
    ...
    Ken Russell
    ...
    What Others Say: "Ken has an innate ability to recognize opportunities for innovation, that hugely valuable trait of not taking no for an answer and being willing to disregard the commonly accepted state typically expressed as 'That's just the way we have always done it.'" - Bob Brewin, CTO, Software, Sun Microsystems

  • View Online Source
    Kirk's Roundup April 26th, 2002 - [Cached Version]
    Published on: 4/26/2002    Last Visited: 8/19/2004  

    This month, a member of Sun's HotSpot team, Ken Russell, has visited JavaGaming.It would seem that a portion of the HotSpot team is now involved with high performance graphics applications.Ken's contribution is in response to a posting regarding the age-old problem of GC kicking in to cause a pause during redraws.What follows is a great question and answer session between Ken and one of the list members on future directions and thoughts within the HotSpot team. [see http://www.javagaming.org/discus/messages/27/1141.html, a fascinating discussion, still in progress.]

    Also, Ken was nice enough to post the URL for the Grand Canyon demo.It?s at http://java.sun.com/products/fjc/tsc/articles/jcanyon.

Page:  1 2 Next

Wrong Person?

Try these instead
Related searches
More...

Copyright © 2010 Zoom Information Inc. All rights reserved.

BBeachHead-2010-01-15_RC001.1 OM11