88 Results for:EJB

  • Sort by: 

Pragmatic Design

01 Feb 2007

If Java is truly to replace COBOL as an enterprise-wide standard, then it needs to be as easy to write as COBOL and as fast a C++ at runtime. In my experience with all of these implementations, Java at the command ... Read More

Under the Hood of J2EE Clustering

01 Aug 2005

More and more mission-critical and large scale applications are now running on Java 2, Enterprise Edition (J2EE). Those mission-critical applications such as banking and billing ask for more high availability (HA),... Read More

Using the Quartz Enterprise Scheduler in J2EE

06 Apr 2004

Quartz is an open source enterprise job scheduler. Learn the ins and outs of Quartz in the J2EE. Read More

Introduction to the Spring Framework

01 May 2005

Since the first version of this article was published in October, 2003, the Spring Framework has steadily grown in popularity. It has progressed through version 1.0 final to the present 1.2, and has been adopted in... Read More

Creating a secure login page with Java

06 Sep 2006

Strong authentication and session security are the foundation of a secure Java login page. Expert Ramesh Nagappan explores the security technology and best practices behind robust login sites. 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

Writing Java code in the cloud

By James Denman, Cameron McKenzie 11 Nov 2011

The road bumps one experiences when they drive towards cloud computing can be avoided, especially when one has the opportunity to learn from the experiences of those who have gone before. Read More

Struts 1.1: Should I Upgrade?

01 Aug 2002

Since the release of Struts 1.0, Struts has gradually become a de facto standard for MVC (a.k.a. Model-2) implementation for developing medium-to-large scale Web-based applications on the Java platform. Struts fits... Read More

What is an App Server?

By Joseph B. Ottinger 01 Sep 2008

It's worth considering what the definition of an application server is to make sure that the term means the same thing to everyone who uses it. So let us ask the question: what is an application server? Which ... Read More

Maven Magic

01 Nov 2003

Maven is a high-level, intelligent project management, build and deployment tool from the Apache project. There is nothing that Maven does that Ant cannot do. At the end of this article you will be able to build ... Read More