139 Results for:J2EE

  • Sort by: 

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

Free Book: Servlets and JavaServer Pages: The J2EE Technology Web Tier

11 May 2006

Addison-Wesley and Developmentor have provided TheServerSide.com with the entire book of Servlets and JSP the J2EE Web Tier for free download. Servlets and JSP the J2EE Web Tier is a book authored by Jayson Falkner... Read More

Understanding J2EE Application Server ClassLoading Architectures

01 May 2002

The packaging mechanisms defined in Chapter 8 of the J2EE 1.3 specification provide a framework for pulling together all the pieces of a J2EE application. However, application server vendors are free to design a ... Read More

Job Scheduling in J2EE Applications

01 Jan 2000

Scheduling tasks in J2EE applications is a common need. File transfer applications need to transmit and receives files on a regular basis, except on holidays. Administrative applications need to send reminder ... Read More

Spring sucks? Refuting the case against Spring

11 Jan 2013

Because some old school J2EE types think Spring sucks, Ken Rimple takes some time to refute common complaints about Spring. Read More

Secure applications with Keycloak authentication tool

By Kyle Johnson 30 Jul 2021

As we look toward the future of authentication, open source tools, such as Keycloak, provide companies a way to secure applications to its specific needs. Read More

Professional Java Server Programming J2EE 1.3 Edition

01 Jan 2000

The release of the 1.3 version of the Java 2 Platform, Enterprise Edition (J2EE) represents the evolution of Sun Microsystems' server-side development platform into a more mature and sophisticated specification. Read More

Java EE makes best-of-breed software conglomerations a thing of the past

By Cameron McKenzie 22 Mar 2017

Looking back at some of the Frankenstein-esque applications that were built using different frameworks, it's good to know there's no need for best-of-breed. Read More

Simplifying Domain Model Persistence in a J2EE application by using JDO

01 Feb 2003

This article describes how using Java Data Objects (JDO) [JDO] can avoid these problems and accelerate development. Read More

Serve It Up with J2EE 1.4 - Use JCA 1.5 and EJB 2.1 to Extend your App Server

01 Jan 2003

J2EE application servers have become the standard for serving Web-based applications, and for good reason. Application servers provide a secure, reliable and manageable execution environment for Web applications ... Read More