A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
package examples.dustin; import java.util.Collection; /** * Simple example that breaks in Java SE 7, but not in Java SE 6. * * @author Dustin */ public class Main { public static String[] ...
The NetBeans IDE is pretty good on its own, but even handier once you start extending it with plugins specific to your needs. In this installment of Open source Java projects, Jeff Friesen introduces ...