139 Results for:J2EE

  • Sort by: 

2023 Java roadmap for developers

By Cameron McKenzie 28 Feb 2023

This 2023 Java roadmap for developers will help guide your path as you build the skills required to go from a beginner programmer to an advanced software developer. Read More

A brief history of Java: How it forever changed programming

30 Jan 2020

The Java programming language is an important tool in an application developer's quiver. But Java has also undergone many changes on the road to becoming the standard it is today. 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

Transforming Legacy Systems to J2EE Architecture

01 Feb 2007

This document is a living reference document for anyone involved in the design and architecture for organizations to transform their legacy systems to Java 2 Enterprise Edition (J2EE) based applications. Read More

Free Book: The J2EE Architect's Handbook

11 May 2006

This book is written for technical architects and senior developers tasked with designing and leading the development of J2EE java applications. This book will guide the architect through the entire process of ... Read More

Java EE vs. Spring: The two are not quite equivalent

11 Jan 2013

Java EE has certainly improved since the days of J2EE, but a look at Spring and Java EE today shows Java still has some catching up to do. Read More

PaaS showdown: AWS Elastic Beanstalk vs. Google App Engine

By Kurt Marko 09 Nov 2021

AWS and Google Cloud offer their own flavor of PaaS. While they share some similarities, take a closer look at their core features and use cases before you choose an offering. 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

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

Hibernate and JPA 3 CRUD example

By Cameron McKenzie 15 May 2023

Struggling to get your first JPA 3 application off the ground? Here's a quick Hibernate and JPA 3 CRUD example to help you get going with the latest version of the Java Persistence API. Read More