139 Results for:J2EE

  • Sort by: 

Building Java Web services with NetBeans 7

By Cameron McKenzie 28 Apr 2011

In this tutorial, I'll walk through building a simple Web service with NetBeans 7. Let's see just how far the Java specification and the tools that support the spec have come. 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

Free Book: EJB Design Patterns

11 May 2006

EJB Design Patterns goes beyond high-level design pattern descriptions into critical EJB-specific implementation issues, illustrated with source code implementations. But remember, there are also some Evil Design ... Read More

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

Shortcomings of Agile and DevOps causes security bug detection to suffer

By Cameron McKenzie 12 Nov 2017

Eariler this year we spoke with Jim Manco of Manicode security. It was immediately prior to Oracle OpenWorld 2017, in which Manico was delivering a JavaOne session on Java SE 9 security. There are ... Read More

Top five reasons why Scala might not be the right choice for your next project

01 Mar 2014

There is a time and a place for everything, but is it the right time to use Scala in your next project? Sometimes sober second thought is a good thing, so if you're thinking about moving to Scala, here are a few ... Read More

Microservices: How to prepare next-generation cloud applications

06 Jan 2015

A microservice architecture promotes developing and deploying applications composed of autonomous, self-contained units Read More

Which EJB to use? Stateful, stateless and singleton session beans compared

03 Jul 2013

When developing a service layer, Java architects are often challenged with which of the three session beans, stateful, stateless or singleton, should be used. Read More

Jenkins vs. Maven: Compare these build and integration tools

By Cameron McKenzie 12 Jun 2018

DevOps advocates are often asked for a Jenkins vs. Maven comparison. But those asking often discover that Maven-Jenkins integration is the true path to continuous integration success. Read More

Free Book: Java Testing and Design

11 May 2006

Java Testing and Design: From Unit Testing to Automated Web Tests teaches you a fast and efficient method to build production-worthy, scalable, and well performing Web-enabled applications. The techniques, ... Read More