» 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
December 26, 2003

Aspects: Aspects seem like they're a good idea - I've just been waiting for an example that wasn't logging, debugging, or security. » Read more
 

Projects & Communities

Java Web Services and XML
Weekly builds of JAXB available: The Java Web Services and XML community home page points to the newly available weekly builds of JAXB. You will have to click through a conditions page to reach the binary and source downloads. You can also download a PDF of a JAXB presentation from June 2003.»Read more
Java Tools
Committers plans for Eclipse 3.0: In Erich Gamma's interview with OpenEnterpriseTrends, he outlines four main directions for the summer 2004 release of Eclipse: "(1) Rich Client Platform -- moving beyond development tools, (2) UI Responsiveness -- running more operations in the background (3) Improved User Experience -- easier navigation/accessing features, and (4) Generalized Java tools -- handling more than just Java source files. "»Read more
 

Weblogs

William C. Wake
 
 Tools - especially JUnit and Fit: JUnit is a tool for unit testing; fit is a tool for system testing.  William C. Wake
Building javadoc from J2SDK source code: Suppose you have a J2SDK distribution that comes without documentation. How can you use it if you don't know which classes, methods and properties are there? Simple answer: build javadoc from its source code using Ant. Read this blog for a sample build file.  Michael Nascimento Santos

Deconstructing the Cmabirgde Uinervtisy Rschereach Sramlcbe: Deconstructing a wild, seductive meme.  John D. Mitchell

 

Also in Java Today

Aspect Oriented Refactoring part 2
The ServerSide is running part two of Ramnivas Laddad's Aspect Oriented Refactoring. In this article he provides refactorings such as "Extract lazy initialization" and "Replace argument trickle by wormhole". He advises that you start by looking to use conventional refactorings but, when appropriate, reach for those that he lists. He also advises that the process will become easier once there is tool support for these refactorings as there is for more traditional techniques.

More about handling exceptions
In More about handling exceptions the core Java Tech Tip continues an introduction to handling exceptions. This tip begins by looking at an error that was in one version of the code released in the previous month and highlighting what type of exception should be thrown and where. The last addition to the code is a resource clean up in the finally block.

 

Java News Headlines

Drive the Mars RoverJavaServer Faces Beta Released
 
Blojsom 2.06FreeTTS 1.2beta
 
Book Review: J2EE Security for Servlets, EJBs, and Web Services 
 

Featured Articles »