Java » JSP, Server-side Java

Apache Ant Demystified – Part 2

March 28, 2005

In Part 2 of his hands-on tutorial, John explains numerous ways in which Ant helps simplify development. He shows how to leverage target dependencies, properties, hidden targets and aliasing to create more effective code more easily.

Reference | from sitepoint.com | in , | by theWHIR.com

JSP Security

January 3, 2003

A concise overview of code and configuration-level security issues that commonly arise in Java Server Pages scripts, as well as advice for the mitigation of associated risks.

Reference | from developer.com | in ,, | by theWHIR.com

Building with Ant: Introduction

January 3, 2003

Developing Web applications using Java Servlets, JavaServer Pages, and other J2EE technologies is fun! See how to avoid many of the common growing pains of application development by using simple tools, like Ant and JUnit, and a simple directory structure

Reference | from developer.com | in ,, | by theWHIR.com

Message Driven Beans

December 26, 2002

Message Driven Beans were introduced in the EJB 2.0 specification to accommodate the growing popularity of asynchronous messaging. Join Benoy Jose and learn about the life cycle and features of Message Driven Beans.

Reference | from javaboutique.internet.com | in , | by theWHIR.com