The Artima Developer Community
Sponsored Link

Java Buzz Forum
SwingWorker, Secondary EventPump, JIT Cache Bwtween Runs, ...

0 replies on 1 page.

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 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
SwingWorker, Secondary EventPump, JIT Cache Bwtween Runs, ... Posted: Mar 1, 2005 7:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: SwingWorker, Secondary EventPump, JIT Cache Bwtween Runs, ...
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

Sun has posted the transscript of a SDN Chat Session about Desktop Client. The parts I liked the most are:

JavaGeek: Why hasn't the SwingWorker (or a similar mechanism) made it to the standard APIs? What is the recommended way to deal with process-intensive tasks?

Scott Violet: Excellent question. It turns out we're very close to finishing up a version of SwingWorker that will be part of 1.6. This is the version that Igor, Brent, Bino and myself talked about at last year's Java One conference. This version of SwingWorker is generified and supports property change listeners. It's extremely handy. I'll also mention that AWT is looking at a way that you can pump events during a long running process. Other toolkits provide similar mechanisms and it turns out it's very handy.

markyland: Are there any plans to allow Swing applications to be compiled natively?

Scott Violet: The closest thing I can say we're looking into is persisting compiled code between runs of the JVM. For example, each time you run your application we end up compiling a lot of the same methods; if this were cached it could conceivably speed things up. Whether or not something like this makes it in depends upon the results we get.

Read: SwingWorker, Secondary EventPump, JIT Cache Bwtween Runs, ...

Topic: AIIMS pioneers stem cell injection for reviving heart muscles Previous Topic   Next Topic Topic: Random Musings on Thikis, Verb Searches, and Personal Groupware

Sponsored Links



Google
  Web Artima.com   

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