» search tips  |  Search:  
 Java The Source for Java Technology Collaboration
 
 Skip to Content
 
 
 
Community
Community Homepage
Community Directory
Project Listing
Request a Project
Project Help Wanted Ads
 
Content
Articles
Also in Java Today
Weblogs
Wiki
Javapedia
Submit Content
 
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
JavaOne Conference
JavaOne Online
Java Research License
Java Wear & Books
Get Java
 
 
java.net RSS Feeds.
Java RSS Feeds.
 

Weekly Stats
 
 
java.net
Today on java.net
March 08, 2004

Reflections in Tiger: There's been a lot of attention for Tiger's support for Generics, metadata, and other changes to the Java language. Other changes include a reworked Reflections API. » Read more
 

Projects & Communities

JavaDesktop
Areas aren't ordinary shapes: In the latest Java Desktop community Tip of the Week, Jim Graham advises that "Areas aren't ordinary shapes" and you shouldn't "expect an Area to look or act the same as the Shape it's created from".»Read more
Java Distributed Data Acquisition and Control
Java Precision Clock Synchronization Interface: The JPCSI project in the JDDAC community is working to "Design and specify a java based management interface to an IEEE 1588 compliant clock [to] be used by those building applications managing 1588 clocks."»Read more
 

Weblogs

Bob Lee
 
 Patch Leaky Connections with AOP: Stop JDBC resource leaks and unnecessary coding using dynaop Bob Lee
Colorado Software Summit: Software Summit Calls for Papers  Bill Dudney

TDD: Tension, Release, and Generalization: Test-driven development uses tension as one of its tools.  William C. Wake

 

Also in Java Today

Cooking with Java Servlets & JSP, Part 2
Bruce Perry adds two more tips in Cooking with Java Servlets & JSP, Part 2 . In this second set of excerpts from his book "Java Servlets & JSP Cookbook", he covers Accessing an EJB Using the WebLogic JNDI Tree and Getting Set Up with Amazon's Web Services API.

C++ vs. Java: Mutability
In his discussion of C++ vs. Java: Mutability , Manish Jethani writes that "one of C++'s features that I haven't yet learnt to live without in Java is the ability to have const references to objects, rendering the objects immutable through those references. In Java, either all instances of a class are immutable (e.g. java.lang.String), or none of them are immutable. Mutability of an object is determined by the design of its class and is in no way influenced by the way it is being referenced in the system. So all String objects in Java are immutable, whereas all ArrayLists are mutable."

 

Java News Headlines

Final Release JSR 172 - J2ME Web Services SpecificationIBM Confirms Planning to Meet with Sun
 
Maintenance Release JSR 130 - OSS IP Billing APIJBoss Nukes 1.0 and Mini F.A.Q.
 
Flow4J-Eclipse 0.7.0Jericho HTML Parser 1.1
 

Featured Articles »