http://java.sun.com/javaone http://java.sun.com/javaone http://java.sun.com/javaone
JavaOne - Experiencing Java technology through education, industry, and community
  2009 Platinum Cosponsor
Intel
  Cosponsors
Cosponsors
  Gen Session Cosponsors
General Session Cosponsors
  Media Sponsors
Media Cosponsors
Home > The Developer Corner

The Developer Corner

Want more information on technology? Look at the articles under these subject areas OR visit developers.sun.com.




    JavaFX Technology Headlines
  • JavaFX How-To Topics
    Learn how to perform the tasks most commonly required for developing JavaFX applications. Look up the solution that best answers your question.
  • Java Warehouse Goes International
    Sun is opening the Java Warehouse to developers in selected countries. Developers in these countries can submit applications for free distribution in the U.S.
  • Creating an Image Slideshow
    Learn how to create an Image Slideshow with animated fade transitions. This step-by-step tutorial is accompanied by a scree ncast on how to program the application with the NetBeans IDE.
  • See more


    JavaME Technology Headlines
  • Java Device Test Suite
    Simplify, enhance, and accelerate your Java ME application testing with JDTS. This expanded site provides more information.
  • Java Warehouse Goes International
    Sun is opening the Java Warehouse to developers in selected countries. Developers in these countries can submit applications for free distribution in the U.S.
  • Powerful Logging in Java ME
    Java ME developers can add powerful logging to their MIDlets by simply adding the Microlog jar and a configuration file to their projects.
  • See more

    Sun Mobile Device Technology Headlines
  • Java TV Releases
    The Java TV team has released the Java TV API TCK 1.1.1, and its Reference Implementation and TCK Configuration Kit for Blu-ray Disc (BDCK) 1.1. The releases are available at the Java Partner website.
  • Eric Arseneau on Project Squawk
    Sun Labs Investigator Eric Arseneau rhapsodizes about his love for resource-constrained machines and making Java work on really, really small devices.
  • RIA Made Easy for Java Developers
    JavaFX lets developers create expressive rich Internet applications quickly across multiple screens, including mobile phones, desktops, televisions, and other consumer devices.
  • See more


    Java Technology Fundamentals
  • The Numbers Classes
    Working with numbers can be a large part of application programming. Follow this tutorial to get familiar with the Numbers classes, and how to work with numbers in your applications.
  • Application Basics With Ants (Young Developer Series, Part 3)
    Learn about Java packages, variables, and ways that objects interact with each other through methods.
  • Security
    In this trail you'll learn how the built-in Java security features protect you from malevolent programs.
  • See more


    Core Java Technologies Tech Tips
  • Superduper Slow Jar Command
    Xueming Shen explains how peeking into the Jar source code (after many years) turned up an opportunity to rev the look-up operation.
  • Overhauling the Java UTF-8 charset
    Sun engineer Xueming Shen talks about why the UTF-8 charset implementation in JDK 7 now rejects non-shortest-form UF-8 byte sequences, and why you should embrace the change. Two words: security and performance .
  • Closing a URLClassLoader
    Sun engineer Michael McMahon describes the new close() method in URLClassLoader, It effectively invalidates the loader, so that no new classes can be loaded from it. It also closes any JAR files that were opened by the loader.
  • See more