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

Have developers "forgotten their place" : I don't know why the talkback to Kathy Sierra's blog upset me so much. She wrote a well reasoned piece on developer/customer interaction and JBob's response is that it "Sounds like developers have forgotten their place." » Read more
 

Projects & Communities

JavaDesktop
Using HTML in Swing Components: In this core Java Tech Tip on Using HTML in Swing Components you'll see how to add simple HTML to JButtons, JLabels and other Swing components and how to reference a Cascading Style Sheet.»Read more
Java User Groups
Cologne JUG's Wiki Page: The Java User Groups community now features their own JUGs wiki . Member JUGs can add their own pages. The Cologne JUG's page even includes a map and information about the next meeting.»Read more
 

Weblogs

Kathy Sierra
 
 Have your developers seen a real customer in the wild?: The folks in the development division who *do* interact with the customer are often among the lowest-paid (receptionists, customer service, entry-level tech support, etc., phone order processors). Hardly anyone in this development group paid attention to what these folks had to say, and instead listened only to others of their own kind... the kind who did lots of Really Important Development in a nice, hermetically-sealed customer-free environment. No messy clients to get in the way of the real work. But what if every developer, no, every EMPLOYEE had to spend a little time on the tech support line, or doing customer training?  Kathy Sierra
Killing the Servlets, softly, with his song...: Greg Wilkins spouts off on why he thinks that the servlet spec needs to be supplanted by something focused on the content.  John D. Mitchell

Swing Hack 7: Let it Snow!: Joshua uses a new hack to draw snowflakes outside of theJWindow.  Joshua Marinacci

 

Also in Java Today

Command Oriented Interface
Martin Fowler explains that a "command oriented interface would have a command class for each operation, and be called with something like this CalculateChargeCommand.new(aContract).run().Essentially you have one command class for each method that you would have in the method-oriented interface." In Command Oriented Interface he describes the benefits and appropriateness of using this approach as opposed to calling a method from an object like this BillingService.calculateCharges(aContract)

Top 15 Ant Best Practices
What's the first thing you do when you create a new project? In Erik M. Burke's Top 15 Ant Best Practices , he writes that " I begin by creating the Ant buildfile. Ant defines the build process and is used by every programmer on the team throughout the day. All of the tips in this article assume the Ant buildfile is an important artifact that must be written with care, maintained in version control, and refactored periodically." His ONJava article presents a collection of tips and points out avoidable problems.

 

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 »