88 Results for:EJB

  • Sort by: 

Containerization may mark the decline of virtualization

By Cameron McKenzie 15 May 2015

The popularity of containerization is leaving virtualization in the dust. ZeroTurnaround's Jevgeni Kabanov explains why. Read More

Dependency Injection in Java EE 6 (Part 6)

15 Mar 2011

In this last article of the series, we will cover portable extensions, available implementations as well as CDI alignment with Seam, Spring and Guice. Read More

JSR-286 development tutorial: An introduction to portlet programming

By Cameron McKenzie 16 May 2013

This portlet programming tutorial is an introduction to developing JSR-286 applications that can be deployed to any standards-based portal server. Read More

Part 3 of dependency injection in Java EE 6

08 Mar 2010

In this article we will discuss interceptors, decorators, stereotypes and events. In the course of the series, we will cover conversations, CDI interaction with JSF, portable extensions, available implementations ... Read More

Understanding How the Application Server's Web Container Works

By Cameron McKenzie 28 Mar 2011

A quick article explaining how requests are marshalled back and forth between a client and an application serer's web container. Read More

Dependency Injection in Java EE 6 - Part 5

29 Jul 2010

This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the Java EE 6 platform. In this article we will discuss CDI’s interaction with JSF in detail. Read More

Intercepting JNDI Filters

01 Nov 2008

This article presents a simple filtering framework to "intercept" JNDI operations and objects in a non-intrusive way (without code changes or the overhead of AOP systems). Read More

Secure-Critical User Control Mechanisms

09 Jun 2010

In many business areas an increased need for safety and control of business processes executed by human actors can be observed. Humans are by nature error-prone and make mistakes. Human activities, ranging from ... Read More

Dependency Injection in Java EE 6: Conversations (Part 4)

13 May 2010

This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for comprehensive next-generation ... Read More

When loose coupling and SOA style software layering doesn't make sense

By Cameron McKenzie 15 Jun 2015

Loose coupling and adding in SOA style layers don't make sense unless an application is going to be distributed. If enterprise wide distribution isn't in your application's future, stop adding in extra complexity, ... Read More