139 Results for:J2EE

  • Sort by: 

EJB 2.1 Web Services (Part 1)

01 Aug 2002

The driving force behind EJB 2.1 is the need for Enterprise JavaBeans technology to support Web services -- a need that in turn is driven by Microsoft's release of its mammoth .NET platform, which is a significant ... Read More

Atomist extends CI/CD to automate the entire DevOps toolchain

By Darryl K. Taft 15 Jan 2018

The Atomist DevOps automation platform extends beyond CI/CD to fully cover DevOps processes end to end, enabling developers to avoid mundane tasks and focus on productivity. Read More

Oracle's release cadence opens door for Java support rivals

By Darryl K. Taft 11 Jun 2020

Oracle has opened the door for competitors to chip away at its hold on the market for providing Java support to enterprise customers. 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

With Java EE 7, your Design Patterns are dead. And your EAR is ugly too.

By Jason Tee 05 Jan 2014

Adam Bien isn't without opinions when it comes to modern day enterprise programming techniques. From the use of design patterns, to the manner in which projects and modules are divided, Bien isn't without opinions ... Read More

Using JMX to Manage Web Applications

01 Mar 2003

The Java Management Extensions (JMX) standard is gaining adoption within the J2EE community for the management of applications, as well as application servers and other infrastructure software. JMX makes it ... Read More

Spring Package Scanning for @Component Decorated POJOs

By Cameron McKenzie 08 Nov 2010

This little tip shows you how to do package scanning for @Component decorated POJOs with the AnnotationConfigWebApplicationContext. Read More

Building Custom JSF UI Components

01 Aug 2005

One of the key strengths of JavaServer Faces (JSF) is that not only does it provide substantial technology for easy, out of the box component based J2EE Web applications assembly, but it also is a very flexible API... Read More

Classloaders Demystified - Understanding How Java Classes Get Loaded in Web Applications

31 Aug 2010

Classloaders Demystified - Understanding How Java Classes Get Loaded in Web Applications Read More

Integrating JSP/JSF and XML/XSLT: The Best of Both Worlds

01 Feb 2003

The long awaited releases of JavaServer Faces TM (JSF) version 1.0 and JavaServer Pages TM (JSP) version 2.0 promise to transform the way J2EE developers build Web applications. Meanwhile, Extensible Stylesheet ... Read More