RSS RSS feed
March 11, 2010
Hot Topics:

Other Java Section Index

Java Serialization: Persist Your Objects

With serialization, you can serialize (persist) any Java object for future use or recreate it from an existing source.

Sun Updates Java SE 6 for Performance

Java SE 6 Update 18 could be the last from Sun before the Oracle acquisition closes.

Using Randomization in Java Unit Testing

Using randomization in your Java unit tests is easy and not as time consuming as you think. Plus, it will increase the value of your tests in the short and long term.

Implement Automatic Discovery in Your Java Code with Annotations

Learn how to use Java annotations to discover code automatically at runtime with a ServiceLoader. This useful technique will make your life easier.

News Brief: JavaFX Set to Get RAD

New JavaFX RAD Tool for NetBeans coming next week, in preview at least.

Want to Optimize Your Java Code? Shrink the Bytecode

ProGuard makes the simple yet time-consuming activities of Java code cleanup and optimization relatively trivial—even in large-scale Java development projects.

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.

Performance Improvement: Understanding

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

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?

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?

Quick Start to Reasonable Server Faces (RSF), a Java Web Programming Framework

Explore three of RSF's primary tenets: primacy of markup, zero server state, and correct use of POST/GET.

Top 10 Java Articles on Developer.com

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.

Introducing Enterprise Java Application Architecture and Design

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.

Adding Animated Movement to Your Java Application

Learn how to add animated movement into your program where multiple objects chase a lead object as it moves randomly in a given environment.

Securing Web Services in JBoss Application Server with WS-Security

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.

A Slider-Controlled Softening Program for Digital Photos

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 Import and Manipulate Microsoft Excel Documents

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.

Java Hashed Collections

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.

3D Displays, Color Distance, and Edge Detection

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.

Tips to Updating and Upgrading with Eclipse

Follow these steps for smoother updates of minor releases and less painful migrations to major releases.

Winners of the Developer.com Product of the Year 2009 Are Announced

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.

A Pixel Editor Program in Java: Multimedia Programming with Java

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.

Java Ordered Collections: Trees and Skip Lists

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.

Writing Excel Files with Apache POI HSSF

Learn how to create fully formatted Microsoft Excel workbooks at runtime. Just use Java with the help of the Apache POI projects' HSSF libraries.

Wrapping Up the SimpleTurtle Class: Multimedia Programming with Java

Learn more about the methods and the properties of a Turtle object from Ericson's Java multimedia library.

1 2 3

Partners

  • Partner With Us














More for Developers


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers