Newest Other Java Articles Using NetBeans to Develop a JavaFX Desktop Application By Anghel Leonard - Published 07/01/2009 NetBeans 6.5 for JavaFX 1.0 is an elegant tool for developing JavaFX projects. Learn how to develop a complete JavaFX project using the NetBeans support and various JavaFX classes.
Performance Improvement: Understanding By Robert Bogue - Published 06/29/2009 The results you get out of any performance prediction exercise are bound to be wrong. The goal is to make them as least wrong as possible. Rob Bogue will help you understand how to avoid getting them too wrong.
The Dos and Don'ts of a Java Position Interview By Liviu Tudor - Published 05/07/2009 If you've looked for a Java position or if you are on the other side and are looking to fill a Java position in your company, then here are a few tips that will come in handy.
Iteration or Recursion? By Liviu Tudor - Published 04/23/2009 Did you ever get stuck having to choose between a recursive or iterative implementation? Get the answers to whether one is better than the other or whether it really matter?
Top 10 Java Articles on Developer.com By Bradley L. Jones - Published 04/09/2009 Every now and then it is interesting to step back and see what other people are reading. Here are the most popular Java articles so far this year.
What do you get when you cross Python and Java? An implementation of the Python scripting language written in 100% pure Java that runs under any compliant Java Virtual Machine (JVM). Using Jython, you can write Python programs that interact with any Java code. The Jython interpreter supports a number of shortcuts, which make using Java libraries as easy as using your own Python code.
Understanding Properties in Java and C# By Richard G. Baldwin -
Baldwin explains the use of properties in Java and C#, and explains the
differences between the two.
Building with Ant: Deployment and Distribution By Alex Chaffee -
We wrap up our lessons on working with this open-source development tool from the Jakarta Project by looking at some advanced issues -- multiple deployment targets, versioning, and source distribution.
Programming a Spider in Java By Jeff Heaton -
This article shows how to use Java to create a spider. A reusable Spider class is provided, as well as an example program that scans a site for broken links.
Building with Ant: Directory Structure By Alex Chaffee -
In Part 2 of our series, Chaffee discusses the importance of a clean and orderly project directory structure -- and provides tips on creating a solid foundation for structures that can scale to large teams using version control and multiple releases.
JSP Security By Jordan Dimov -
A concise overview of code and configuration-level security issues that commonly arise in Java Server Pages scripts, as well as advice for the mitigation of associated risks.