226 Results for:JAR

  • Sort by: 

Inside db40

01 Nov 2008

db4o, database for objects, is a true object database; it manipulates objects in such a fashion that those objects retain their nature throughout their lifetimes - in or out of the database. Object content, ... Read More

Spring vs. Guice: The Clash of the IOC Containers

09 Aug 2010

Spring and Google Guice are two powerful dependency injection frameworks in use today. Both frameworks fully embrace the concepts of dependency injection, but each has its own way of implementing them. Although ... Read More

OSGi: A Proven Approach for Developing Modular Applications

08 Jul 2011

OSGi provides a framework for developing modular enterprise applications by installing a set of (preferably reusable) component modules. Read More

New Features in EJB 3.1

01 Jan 2008

This series of articles is a preview of the changes the EJB 3.1 expert group is working on for the next version of the Java EE specification. EJB 3.1 aims to build on those successes by moving further down the path... Read More

Using a BLOB data type in a CMP Enity Bean

16 Aug 2004

I got an email from a customer who wanted to use BLOB data type in their CMP entity bean. In this blog, I will provide an example and will discuss how can you develop your CMP EJBs to use a BLOB database type. Read More

JSR-286 development tutorial: An introduction to portlet programming

By Cameron McKenzie 16 May 2013

This portlet programming tutorial is an introduction to developing JSR-286 applications that can be deployed to any standards-based portal server. Read More

Exploring J2EE Security for Applications using LDAP

01 Jan 2005

This article is loosely based on prototyping a number of J2EE applications constructs, such as servlets, EJB, MDB (Message-driven Beans) and JSP implemented using LDAP (Lightweight Directory Access Protocol) for ... Read More

Clustering Technologies: In Memory Session Replication in Tomcat 4

01 Apr 2002

In this article we will cover one of the clustering technologies, HTTP session replication, that is used within the J2EE model. There is an example is provided of how session replication can be implemented using ... Read More

Introduction to Maverick

01 Aug 2003

This article will cover the code and experience in building an application using the Maverick framework. Read More

Migrating JDBC Data Access Objects to use EJB3

01 Feb 2006

In this article, we'll discuss what you need to do to migrate your DAO-based application to the EJB3 Java Persistence API. Read More