» search tips  |  Search:  
 Java The Source for Java Technology Collaboration
 
 Skip to Content
 
 
 
Community
Community Homepage
Community Directory
Project Listing
Request a Project
 
Content
Articles
Weblogs
Wiki
Javapedia
 
News
News Headlines
Submit News
 
Events
Events Calendar
Submit an Event
 
java-net Project
Press Center
java.net Members
Governance
Principles
Vision
 
Related Links
java.com
java.sun.com
jcp.org
wireless.java.sun.com
Java Research License
Java Wear & Books
Get Java
 
 
java.net RSS Feeds.
Java RSS Feeds.
 

Weekly Stats
 
 
java.net
Today on java.net
October 24, 2003

Asynchronous and Synchronous: Much of the perceived performance problems with Swing can be addressed by working better with the Swing single threading model. Jonathan Simon writes that you need to "execute code in the appropriate thread" and take advantage of "asynchronous execution using SwingUtilities.invokeLater()." » Read more
 

Projects & Communities

Java User Groups
Denver JUG meetings: Members of the java.net Java Users Group community can post announcements of upcoming meetings on their home pages. The Denver Jug's meetings link leads you to their own homepage for upcoming meetings. On November 12, Chris Huston will provide an introduction to Batik while James Goodall presents "Advanced Struts".»Read more
JavaPedia
JavaPedia: JavaAudio: According to the JavaPedia page, Java Audio applications are tough because "Each has to deal with the platform and hardware specific issues in its own way." The Audio APIs on this page are divided into three categories: Low Level Audio (including JavaSound), Music (including jMusic), and Synthesis (including JSyn).»Read more
 

Weblogs

Jayson Falkner
 
 About the new JSP EL, who is using it? Plus a few other questions.: When someone asks me, "What is the JSP EL good for, who is using it?", and they throw in some other questions relating to it, this is how I answer.  Jayson Falkner
JXTA:03Q4 [aka Timpani]: "The JXTA J2SE release team has committed to a quarterly release schedule. Releases are named after exotic and exciting cuisine." Do you smell what Project JXTA is cooking?!?  James Todd

A taste of Java: Everybody know java is a slang for coffe. But is it coffe the only JBeverage? Not really...  Felipe Leme

 

Also in Java Today

Converting between old and new collections
In John Zukowski's latest Core Java Tech tip he addresses Converting between old and new collections . A Vector is now treated as a List and a Hashtable as a Map. To convert an Array to a List you need to use the asList() method. John also shows you how to convert in the other direction from new to legacy collections.

Creating an Online Help System with javaHelp and DocBook
Austin King shows you how to use DocBook, XSL, and Saxon to transform XML into PDF, HTML, or JavaHelp. In the ONJava article Creating an Online Help System with javaHelp and DocBook King uses the "book" subset of DocBook to create the XML version of the help file. He then uses Saxon together with XSL Stylesheets to generate the JavaHelpfiles. The jhindexer application is called to create the data files for the default search engine.

 

Java News Headlines

J2SE 1.4.2_02Apache Axis and Geronimo Collaborate on Enterprise Web Services
 
Commons/Net 1.1.0, Commons DBCP 1.1, and Commons Pool 1.1Oracle releases Oracle9i JDeveloper 9.0.3.3
 

Featured Articles »