Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Java : Articles and Tutorials : Development


Links
  • Developing ActiveX with Java - Examines the ActiveX technology called Automation (formerly "OLE Automation") and shows how it can be implemented in Java.
  • Introduction to the Spring framework - A three-part Spring series with an introduction to the Spring framework, including Spring aspect-oriented programming (AOP) and the Inversion of Control (IOC) container.
  • Make a Statement with javac! - Shawn Silverman explains how to easily and quickly test one or more Java statements. The program Silverman develops here provides a small environment for efficiently testing code without experiencing the tedious write, compile, run cycle.
  • Make the Java-Oracle9i Connection - This article provides Java programmers with techniques for utilizing Oracle9i's new object-oriented features such as inheritance, custom constructors, dynamic dispatch, array descriptors, and mapping strategies .
  • Making Sense of Java - There is as much misinformation about Java as there is information. On this page the author has listed some common claims and beliefs about Java, along with a description of the accuracy of such claims.
  • Top Ten Errors Java Programmers Make - An informative article, teaching better Java programming techniques. Not only does it teach how to find errors, but also how to fix and prevent them.
  • Trail: The Extension Mechanism - A two part lesson where the first covers creating and using extensions, while the second discusses how to make extensions secure.