226 Results for:JAR

  • Sort by: 

MapReduce Part II

01 May 2008

MapReduce is a distributed programming model intended for parallel processing of massive amounts of data. This article describes a MapReduce implementation built with off-the-shelf, open-source software components.... Read More

Forming a vSphere upgrade strategy: Upgrading vCenter Server and ESX, ESXi

By Eric Siebert 11 Apr 2011

During the vSphere upgrade process you will need to upgrade your customer’s vCenter Server, ESX and ESXi hosts and virtual machines. Get the best upgrade methods in this chapter excerpt. Read More

Getting Started with jBPM and Spring

01 Sep 2008

Business process management (BPM) – while also its own independent practice and school of thought – is an application of technology that is served by many products, not the least of which is jBPM. Read More

Dependency Injection in Java EE 6 (Part 6)

15 Mar 2011

In this last article of the series, we will cover portable extensions, available implementations as well as CDI alignment with Seam, Spring and Guice. Read More

Message Driven Beans Tutorial

01 Jan 2000

The following tutorial illustrates how a Message Driven Bean is written and deployed in an Enterprise JavaBeansTM 2.0 Container. The MDB component is invoked by an inbound message from a Java client. Read More

Java EE 6 Overview

01 Feb 2009

The details of Java EE 6 have been getting hashed out for quite a few months in the JSR 316 expert group, which I am part of. The goal of this article is to give you an overview of the changes in Java EE 6 as well ... Read More

Intercepting JNDI Filters

01 Nov 2008

This article presents a simple filtering framework to "intercept" JNDI operations and objects in a non-intrusive way (without code changes or the overhead of AOP systems). Read More

Hibernate 3.1 Used with Tomcat 5.5.x

01 Sep 2006

There have been a number of changes in Tomcat configuration as the Tomcat version advanced from Tomcat 5.0 through version 5.5.x. These changes have affected Tomcat JNDI setup, which in turn has affected Hibernate,... Read More

Taking the load off: OSCache helps databases cope

01 Apr 2005

Do you think that you can solve your J2EE performance problems by just adding more application servers? One caches is the Open Source product, OSCache. It may not be the best solution in all cases but, as a ... Read More

Introduction to the Spring Framework 2.5

01 Oct 2007

The Spring Framework has continued to grow in popularity, and has become the de facto standard for enterprise Java development. In this article, I'll try to explain what Spring sets out to achieve, and how I ... Read More