» 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 31, 2003

Year end notes: As you can see from the submitted pictures, Duke is enjoying quite a vacation. » Read more
 

Projects & Communities

Java Patterns
Designing Webservices with the J2EE Platform: Following a trail from the Java Patterns community homepage leads to preview chapter downloads from the second edition of the book Designing Webservices with the J2EE Platform.»Read more
JavaDesktop
A conversation with Peder Ulander: The Java Desktop community is featuring a link to A conversation with Peder Ulander. Ulander describes the Java Desktop System and stresses the attention given to security.»Read more
 

Weblogs

The End of the Beginning?: When we're no longer writing programs, do we still need programming languages?  Ron Hitchens

Michael Nascimento Santos
 
 A simple method call: that is all it takes: Do you work with J2EE? How many times have you written code that called setRollbackOnly()? Never called it? I am afraid that is why some of your transactions aren't working properly...  Michael Nascimento Santos
What's Richard Monson-Haefel up to in 2004?: For 2004, RMH is planning to write a paper and possibly a book on the J2SE, working on the JCP EC, JSR 220, and Geronimo, and consulting.  Richard Monson-Haefel

 

Also in Java Today

Sizeof for Java
In his JavaWorld article Sizeof for Java Vladimir Roubstov discusses why you might want an indication of an object's size. He also asks, " given that you usually deal with object graphs, what is the definition of an object size? Is it just the size of the object instance you're examining or the size of the entire data graph rooted at the object instance? The latter is what usually matters more in practice." He presents you with code examples for measuring an object's size.

Inappropriate Abstractions
Presenting the right abstraction is a balancing act. In a network application you don't want to pretend that remote objects are local and allow developers to ignore the cost of these calls. Anders Hejlsberg discusses some of these Inappropriate Abstractions with Bill Venners and Bruce Eckel. For the CORBA approach to networking, Hejlsberg says "The nirvana ideal was that you could just say Object obj = CreateMeAnObject(), and then call obj.ThisMethod(), obj.ThatMethod(), and you wouldn't know if that object was over in Thailand, right next door, or in the same process. The problem with that type of programming is: it works great in a single process; it works quite well across processes; it works fairly well in a small intranet; but then it completely sucks thereafter."

 

Java News Headlines

Jakob Nielson: Instant Messaging is Toxic to ProductivityJ2SE Tiger 1.5.0 Alpha Available
 
judf (User Defined Functions in Java) First ReleaseBlitz JavaSpace 1.1.0
 
zBlueStudio 1.2 
 

Featured Articles »