» 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
java.net Members
Governance
Principles
Vision
 
Related Links
java.com
java.sun.com
jcp.org
wireless.java.sun.com
Java Wear & Books
Get Java
 
 
java.net RSS Feeds.
Java RSS Feeds.
 

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

Early Stages of a Program: Test first. Use RAD tools. Don't optimize early. There's lots of advice for the early stages of a program. » Read more
 

Projects & Communities

JXTA
Tutorials for JXTA: Need help getting started with JXTA? The JXTA Community provides eleven articles to get you up and going on their JXTA tutorials page. You'll learn to create a new JXTA Service, work with IDs, use JxtaSockets, launch JXTA from an application, work with Pipes, and work with Tomcat.»Read more
JavaPedia
Frameworks and Libraries: The JavaPedia project's page on Frameworks and Libraries is growing. Add to the list of Libraries that includes JakartaCommons, JFreeChart, and QuickTime for Java or to the list of Frameworks that includes Batik, JUnit, and Struts. Have an opinion? Add it below the line in the discussion section.»Read more
 

Weblogs

James Gosling
 
 Is it ever too early to optimize: One of the general principles that is commonly followed is avoiding premature optimization. In general, I agree with this, although I find it personally difficult: I learned to progam on a machine with only 4K of RAM.   James Gosling
RAD Tool Let-down: Rapid application development tools let you put together a great-looking mock-up of your app in no time, but often are of little use for the production version of your system. Visual GUI builders and data-aware controls are two such culprits.  Philip Brittan

Switched... then switched back... and then switched again: About a year ago, I jumped on the Mac OS X bandwagon, threw my resources into a TiBook and later into a nifty desktop, and thought I was quite trendy. About 4 months ago, I got annoyed at all the things that I was used to acting just slightly off, and went back to my trusty PC laptop. I was pretty happy, and on familiar ground, until last week's editors meeting at O'Reilly. Since then, I've run screaming back to my TiBook, and am (for now) thrilled...  Brett McLaughlin

 

Also in Java Today

Using the TransferHandler
In James Gosling's java.net blog entry URLs are your friend he explained that he prefers to convert to URLs when using drag and drop. This was the trigger for the latest Java Tech Tip Using the TransferHandler . The tip shows you how to customize the drop portion of drag and drop by creating your own TransferHandler.

Make your Java Data More Useful with Treemap Visualization
Making sense of complicated data can be difficult. In Laurence Moroney's devX article Make your Java Data More Useful with Treemap Visualization he starts with a simple data set and displays it in a table and then in a pie chart. He points out that more complicated data sets are not as easily displayed and understood and shows examples of tree maps before introducing you to the JTreemap project.

 

Java News Headlines

JSR-231 - Java Bindings for OpenGL Submitted to JCPApache Newsletter for Aug/Sep
 
New Components in JSOS 3.60JSR 232 - Mobile Operational Management Submission
 
Linux installations on target despite SCOs Threats 
 

Featured Articles »