The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic J2SE and user dwalend

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


J2SE

Thanks everyone for supporting my generics RFE. Here's a link to the brief dialog I had with a Sun engineer.
on Sep 9, 2006 | Permalink | Discuss
Back in May I blogged about simplifying my generics code. The request for enhancement made it into Sun's database this weekend.
on Jul 18, 2006 | Permalink | Discuss
A quick note about my java.net talk on generics at JavaOne.
on May 30, 2006 | Permalink | Discuss
I'm doing a Community Corner talk at JavaOne, on ways to make generics easier to use. Here's what I'm going to try to say in less than twenty minutes.
on May 1, 2006 | Permalink | Discuss
I couldn't find a way to create an array of generics. Did I miss some API somewhere?
on Jan 7, 2005 | Permalink | Discuss
A blog about generic type names, specifically using names longer than one letter.
on Dec 5, 2004 | Permalink | Discuss
javac -Xlint helps learn to use JDK generics.
on Nov 13, 2004 | Permalink | Discuss
I'm surprised by Bill Venner's recent discussions on Exceptions with James Gosling and Anders Hejlsberg. Exceptions are one of the best features of Java. I think the problems that Dr. Hejlsberg describes are easy to contain if the development team decides how they're going to handle trouble before they get too deep into their work. Here's what I usually do.
on Oct 6, 2003 | Permalink | Discuss