The Wayback Machine - https://web.archive.org/web/20111104212933/http://www.developer.com/java/data-2
November 4, 2011
RSS RSS feed

Data & Java Section Index

Latest JSRs Released by the JCP
Here you can find out about the latest Java Specification Requests (JSRs) released by the Java Community Process (JCP).

Java Language Integrity & Security: Fine Tuning Bytecodes
Explore how you can process the bytecodes produced by the compiler to help you improve performance, security, intellectual property protection, and readability issues.

Four Ways to Optimize Your MySQL Database
See how you can make your MySQL database absolutely scream!

Secure Design Principles
Security doesn't start with the coding. You must understand and implement security practices in the design stage to security within your applications.

JDK 6 and JDBC 4.0 Advanced Concepts
By W. Clay Richardson - Examine the advanced JDBC concepts of annotations and transaction management.

The Most Popular Mobile Applications of 2006
By James Alan Miller See what titles owners of devices built on the top-five smartphone platforms are buying and downloading.

Java Language Integrity & Security: Serializing Classes
Explore performance and security issues pertaining to serialization of dynamically loaded classes.

Implement Data Indexing and Search with Lucene and Solr

Indexing and searching data stored across multiple file formats? Try the powerful combination of the Lucene search library and the Solr search application.

Extend JXPath to Generate Results in a Custom Data Model
Go beyond processing XPath language expressions over XML data. Extend the Java JXPath API to derive a custom data model.

Use Spring Batch's 'Chunk' Processing for Large Data Sets
Sometimes data sets are too large to process in-memory. Learn how to implement a better approach in Java: Spring Batch's "chunk" processing.

Implement Java Connection Pooling with JDBC
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.

10 Things You Should Know About WebLogic Server 10.3
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.

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.

Java Needs to Get a Pair (and a Triple...)
Options for returning multiple parameters in Java are limited. Discover a good way to get around this limitation.

Hamsterdb: a Small, Fast Database That Won't Weigh You Down
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.

Working with XML and Java
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.

JRuby on Rails with Nine Lives: Running a JRuby on Rails Application on Tomcat
See how easy it is to get your Rails application running on Tomcat with JRuby!

Working with Design Patterns: Strategy
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.

A Final Report on JavaOne 2007
Looking for a thorough overview of what happened at JavaOne 2007? Here is a review of events and links to key areas of interest.

Copying Arrays in Java 6
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.

Working with Design Patterns: Flyweight
Take advantage of a design pattern that Java itself heavily depends upon.

Object Integrity & Security: Duplicating Objects
Explore the issues pertaining to duplicating, or cloning, objects.

Sitemap | Contact Us