226 Results for:JAR

  • Sort by: 

The Whiteboard Pattern for OSGi

By Joseph B. Ottinger 01 May 2008

Learn about a pattern that a lot of OSGi programmers say is the way to go - and it's certainly one way to go. We'll discuss the whiteboard pattern for OSGi and then discuss some of its strengths and weaknesses, and... Read More

Maven Magic

01 Nov 2003

Maven is a high-level, intelligent project management, build and deployment tool from the Apache project. There is nothing that Maven does that Ant cannot do. At the end of this article you will be able to build ... Read More

EJB 3.1 - A Significant Step Towards Maturity

01 Apr 2009

Enterprise Java Beans (EJB) is a server-side component architecture for the Java Enterprise Edition (Java EE) platform, aiming to enable rapid and simplified development for distributed, transactional, secure and ... 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

Step-by-step Spring Boot RESTful web services example in Java using STS

By Cameron McKenzie 26 Jul 2018

In a previous tutorial, we explained the basic tenets of good RESTful web service design. In this step-by-step Spring Boot restful web services example, we implement it. Read More

An Introduction to GMaps4JSF

01 Oct 2008

GMaps4JSF is one of the JSF Mashups libraries that enable JSF users to build Web 2.0 Mashup applications in JSF easily. In this article, I will introduce what the GMaps4JSF library offers, how to configure it, and ... 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

Install the Apache Tomcat application server

17 Feb 2012

The first choice in application servers for many Java developers is the open source Apache Tomcat. Learn how to download and install the Apache Tomcat 6 servlet engine. Read More

Implementing Object Caching with AOP

01 Sep 2004

Object caching has a number of characteristics that make it a prime candidate for implementation as an Aspect. Learn what some of these characteristics are. Read More

Code Analysis with the Eclipse Profiler

01 Sep 2005

In my experience as a software professional, I often have the need to analyse an existing body of code in order to understand it. Everyone tries his or her best to create adequate documentation but it's a rare ... Read More