139 Results for:J2EE

  • Sort by: 

SQLExecutor - A Simple, Open Source JDBC Framework

01 Sep 2003

Writing succinct and elegant JDBC code can be difficult. You have to create a few different objects and catch numerous checked exceptions, even if you can't reasonably recover from them. Read More

How to setup a local Maven repository server for artifact hosting

01 Dec 2015

This article looks at how to setup a local Maven repository, along with the functionality a local Maven repository server should provide. Criteria for choosing a private, local Maven repository are listed, along ... Read More

Oracle vs. Sybase: 10 reasons to use Sybase on Linux

14 Aug 2006

Despite its fall from market leadership, Sybase is still a strong enterprise offering, says database consultant Dr. Mich Talebzadeh. In this tip, he gives 10 reasons why Sybase on Linux bests other databases, ... Read More

Manage test data for integration tests using Spring and DBunit

01 Aug 2007

This article will look at configuring integration tests using Spring and DBUnit so that test data is inserted into the database before every test. This article also looks at a utility to export/import test data in ... Read More

Scalability and Performance of jBPM Workflow Engine in a JBoss Cluster

01 Mar 2009

The goal of this article is to show how to achieve near-linear scalability of jBPM workflow engine by tuning its configuration and setting it up on a JBoss cluster with distributed TreeCache. Readers will be guided... Read More

Object Slicing and Component Design with Java

01 Sep 2004

Object-oriented systems are usually partitioned into layers of related responsibilities and only dependencies in one direction are allowed, from higher layers (more specific, less reusable) to lower ones (more ... Read More

An Approach to Web Services Non-Functional Requirements Using WSDL Annotations

01 Apr 2006

Web Services play a key role in implementing service-oriented architecture (SOA). The notion of describing the service independent of the technology in which it has been implemented has been robustly captured in ... Read More

Using JAAS for Authorization & Authentication

01 Aug 2003

This paper explains how to use the Java Authentication and Authorization API (JAAS). It plugs JAAS into the Struts framework. Though this paper focuses on Struts, and in particular the example application ... Read More

Scaling Your Java EE Applications

01 Jul 2008

In this article, Wang Yu takes real world cases as examples to explain ways on how to scale Java applications based on his experiences on the laboratory projects, and at the same time, bring together practice, ... Read More

Step-by-step introduction to Spring Web Flow: A beginners guide to a Spring web framework

01 May 2005

Spring Web Flow (SWF) is an emerging module of The Spring Framework. The module is part of Spring’s web application development stack, which includes Spring MVC. Read More