|
|
|
Java Technology Tutorials
|
Lazy Loading with Aspects
Lazy loading is a characteristic of an application when the actual loading and instantiation of a class is delayed until the point just before the instance is actually used. The goal is to only dedicate memory resources when necessary by only loading and
View Rating |
|
|
Java Technology Tutorials
|
Lucene Application Layer
LUALA is an acronym for LUcene Application LAyer. It is an intermediate level API for document indexing and searching. It uses the low-level API of Lucene
LUALA includes three sample application. A command-line indexer, a command-line searcher, and a
View Rating |
|
|
Java Technology Tutorials
|
Reflection on tiger
Tiger
the new language features in J2SE 1.5, Tiger. Many, such as the introduction of enums, generics, and metadata, involve changing bytecode. These additions to the language require modifications to existing APIs. One of the APIs most radically affected by th
View Rating |
|
|
Java Technology Tutorials
|
Job Scheduling
in Java
In this article we will see how Java developers can implement such a requirement using the standard Java Timer API, and then we will focus on Quartz, an open source library for those who need some extra features in their scheduling system.Job Scheduling i
View Rating |
|
|
Java Technology Tutorials
|
BioJava
About BioJava
BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It include objects for manipulating sequences, file parsers, DAS client and server suport, access to BioSQL and Ensembl databases, a
View Rating |
|
|
Java Technology Tutorials
|
Java APIs for Bioinformatics
\"Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it.\" This is likely the most common experience among computational biologists. Most of us, having previously relied on either a solely computational or
View Rating |
|
|