Using NetBeans to Develop a JavaFX Desktop Application
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.
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.
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.
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.
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?
Explore three of RSF's primary tenets: primacy of markup, zero server state, and correct use of POST/GET.
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.
Discover how to combine the Model-View-Controller (MVC) architectural principles with the Java EE platform to derive multitier Java EE application architecture. You will also see how the Java EE design patterns catalog provides guidance and how you can document this architecture using UML notations.
Learn how to add animated movement into your program where multiple objects chase a lead object as it moves randomly in a given environment.
Learn how to secure a web service using WS-Security. WS-Security is a specification from OASIS (Organization for the Advancement of Structured Information Standards) that describes enhancements to SOAP messaging to provide message integrity and confidentiality.
Learn how to write a Java program to apply a blurring or softening filter to your digital photos. The amount of softening is controlled by the user with a slider.
Using Java to work with Microsoft Excel spreadsheets has never been easer with the help of the JExcel API, a Java library that provides the ability to read, write, and modify Microsoft Excel spreadsheets from within Java applications.
The Java collections framework contains classes you use to maintain collections of other objects. These collection classes have different performance and ordering properties. See how the HashMap and HashSet Classes allow objects to be added to a collection, removed from a collection, or found in roughly constant time. Discover how to use these classes and what to do to achieve good performance from them.
Learn about color distance, projecting 3D coordinates onto a 2D display plane, and edge detection. Understanding these concepts will help you to better understand modern image processing.
Follow these steps for smoother updates of minor releases and less painful migrations to major releases.
The votes are in and the winners have been selected. See what products and technology our readers have chosen to be the best in their respective category.
Examine a new program written entirely in Java that you can use to edit the pixels in your digital photos on a pixel-by-pixel basis.
Explore Java collections framework classes that implement the SortedSet interface and how they keep a set of objects in a guaranteed order, independent of the order that they are added to the collection.
Learn how to create fully formatted Microsoft Excel workbooks at runtime. Just use Java with the help of the Apache POI projects' HSSF libraries.
Learn more about the methods and the properties of a Turtle object from Ericson's Java multimedia library.
Learn about IBM FileNet 4.0 and how to use its Java API to connect to an enterprise Content and Business Process Management product.
Learn how to create a pure Java class for reading Microsoft Excel with the help of the Apache POI projects' HSSF libraries.
Gain a clear understanding of Axis2's static data hierarchy, how it's configured, and how to work with it.
Learn how the World class and the Turtle class of the multimedia library implement a practical version of the Model-View-Control programming paradigm. Investigate the differences between placing a turtle in a world and placing a turtle in a picture.
The Unified Modeling Language (UML) is a notation you can use for object-oriented design. This article contains a brief overview of UML to introduce you to the subset of UML that you can use to describe classes, interfaces, objectsand the relationships among them.
The Eclipse PMD plug-in finds code that isn't up to the standards you define, improving the code's consistency and preventing the avoidable production bugs.