By Darryl K. Taft
| Data & Java Article Published 24-Jul-13
Microsoft and Azul systems announced a partnership to deliver an OpenJDK build on Windows Azure.
By Jason Gilmore
| Data & Java Article Published 05-Jul-11
Indexing and searching data stored across multiple file formats? Try the powerful combination of the Lucene search library and the Solr search application.
By Developer.com Staff
| Data & Java Article Published 27-Jan-11
Here is some Java code that provides the same connection pool logic that application servers deliver.
By Sean Michael Kerner
| Data & Java Article Published 06-May-10
Data management vendor acquisition will help to bring cloud-level data scale for Java applications.
By Manish Malhotra
| Data & Java Article Published 25-Feb-10
Go beyond processing XPath language expressions over XML data. Extend the Java JXPath API to derive a custom data model.
By Cesar Otero
| Data & Java Article Published 15-Jan-10
Sometimes data sets are too large to process in-memory. Learn how to implement a better approach in Java: Spring Batch's "chunk" processing.
By Rogers Cadenhead
| Data & Java Article Published 25-Nov-09
The Java application and the applet are two distinct types of program. They have several important differences in the way they function and the way you create them. Learn the differences and how to create both in Java 6.
By Sridhar M S
| Data & Java Article Published 11-Nov-09
When you keep database connection pools initialized and ready to use, you effectively can grab an object from one, use the object to get your work/task executed, and then return the object to the pool.
By Scott Nelson
| Data & Java Article Published 29-May-09
Getting ready to upgrade to WebLogic Server 10.3? The decision to upgrade should be based on the value realized. Let Scott Nelson fill you in on what you should know before you do.
By Liviu Tudor
| Data & Java Article Published 07-May-09
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.
By Dick Wall
| Data & Java Article Published 01-Apr-09
Options for returning multiple parameters in Java are limited. Discover a good way to get around this limitation.
By Liviu Tudor
| Data & Java Article Published 15-Mar-09
Fed up with Java FileInputStream and the blocking read() method? Then perhaps it is time to do something about it and avoid the dreaded wait for a blocking read.
By Victor Volkman
| Data & Java Article Published 14-Jul-08
Need a fast database that won't bloat your application? Try this fast b+tree record manager with a small footprint, especially good for embedded device environments.
By Rob Lybarger
| Data & Java Article Published 02-Jan-08
Learn how to load and process an XML document using only the standard Java API, and then see how to simplify matters with XPath expressions.
By Aleksey Shevchenko
| Data & Java Article Published 01-Nov-07
Learn how to minimize the occurrence of database transaction locking and how to handle situations when your database does return error codes that constitute deadlocks and timeouts.
By Richard G. Baldwin
| Data & Java Article Published 23-Oct-07
Learn how to use the RotationInterpolator and Alpha classes of the Java 3D API, along with other necessary classes, to write simple animation programs. Also learn the rationale by which those classes are used to write animation programs.
By Rosemarie Graham
| Data & Java Article Published 01-Oct-07
Help Developer.com choose the best of the best for the upcoming year.
By Dominic Da Silva
| Data & Java Article Published 31-Jul-07
See how easy it is to get your Rails application running on Tomcat with JRuby!
By Rosemarie Graham
| Data & Java Article Published 25-Jul-07
Gain a solid understanding of how BPM (Business Process Management) fits into an SOA (Service Oriented Architecture) Strategy.
By Jeff Langr
| Data & Java Article Published 13-Jun-07
The Strategy design pattern allows your classes to switch between
various algorithms. Discover how to take advantage of this pattern in
order to create a simpler, more maintainable, and more easily unit
tested system.
By Dick Wall
| Data & Java Article Published 30-May-07
Looking for a thorough overview of what happened at JavaOne 2007? Here is a review of events and links to key areas of interest.
By Jeff Langr
| Data & Java Article Published 29-May-07
The new arraycopy method supports more than just copying the entire contents of a source array into a target. It allows for a source and target start index, as well as a length that represents the number of elements to copy.
By Jeff Langr
| Data & Java Article Published 14-May-07
Take advantage of a design pattern that Java itself heavily depends upon.
By Jason Gilmore
| Data & Java Article Published 09-May-07
If you are not at JavaOne this year here is your chance to learn about the opening announcements.
By Richard G. Baldwin
| Data & Java Article Published 08-May-07
Learn how to write Java code to produce XHTML files containing in-line SVG/XML
code. Also learn how to write servlets that produce XHTML output containing in-line SVG/XML code.