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

Dynamic Magic: Imagine adding methods and variables to objects at runtime. Seems odd - how do other objects know what methods they can call. Seems scary. Seems kind of cool. » Read more
 

Projects & Communities

JXTA
Help plan the JXTA Platform Future: The JXTA community is beginning to plan the March 15 JXTA release. You are invited to review the proposed list of features. Bernard Traversat invites you "to review this list, and help us prioritize the work to be done on Churrasco, and future releases. Let us know which enhancements you would want to be included inChurrasco ? Which issuezilla issues should be fixed ? Any newfeatures you would like to be added? "»Read more
Java Communications
MERMI project featured in Java Communications: The Java Communications community home page is feature a story on the MeRMI (Micro Edition RMI) project. The project helps "a developer to quickly and easily create network MIDP applications. [...] You point the MeRMI Compiler at this remote interface and it generates a suitable server side skeleton and matching client side object for use in your MIDP app."»Read more
 

Weblogs

Vincent Brabant
 
 I saw the new Java Studio Creator in action (codename: Rave) at BEJUG: Bejug, the Belgian Java User Group organized this week the second edition of Javapolis. During those two days, you had the possibility to choose amongs more than 50 conferences.One of those conferences was at the end of this afternoon: "Increasing Developer Productivity, Project Rave overview" by Robert Brewin  Vincent Brabant
Sun bails on NetBeans merger with Eclipse: Sun has chosen to discontinue discussions about coalescing NetBeans with Eclipse.  John D. Mitchell

The Peter Principle: software developers version: There's a classic book called The Peter Principle by Laurence J. Peter. The short summary is that in a hierarchy every employee tends to rise to their level of incompetence. Why this should be is pretty obvious: if someone is good at what they do, they get a promotion.   James Gosling

 

Also in Java Today

Regular Expressions in J2SE
The rules for building regular expressions seem so simple and straightforward and yet it doesn't take long before you are writing obscure looking very powerful code. Hetal C. Shah's article Regular Expressions in J2SE is an overview and introduction to adding the power of Reg Ex to your Java applications. You'll often reach for the regex package for "Parsing, Data validation, String manipulation, [and] Data extraction and report generation."

Dynamic Productivity with Ruby
Bill Venners continues his discussion with Ruby creator Yukihiro Matsumoto in Dynamic Productivity with Ruby . Matz explains that in Ruby, methods and variables can be added to objects at runtime so that you can create a proxy that wraps any object because the "proxy can probe the object inside of it and just morph into the proxy for that object." Matz designed Ruby to focus on programming efficiency perhaps at the cost of runtime efficiency. He explains "The implementer should care about performance, but the designer shouldn't. If you care about performance, you will focus on machines in design instead of on humans. So you shouldn't focus on performance in design."

 

Java News Headlines

PCGen 5.5.2JXTA 2.2 Beta 1
 
Sun's Tools PlanTunA: Portable, P2P, Wi-fi, Music Sharing
 
JRefactory 2.9.12Sun Battles Windows with Cheap Java Desktop
 

Featured Articles »