Jakarta Commons

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Presentations
  

Articles:
  • Touring the Commons - part 2 by Jason Menard   - [Clicks: 52]
    This is the second in a three part series discussing elements of the Jakarta Commons project. The first part discussed the Commons BeanUtils package, the second part discusses the Commons Digester package, and the final part will demonstrate using these packages together to build a framework for dynamically generating data transfer objects.
    http://www.javaranch.com/newsletter/August2003/TouringTheCommonsPart2.html - Aug, 2003
  • Using the Jakarta Commons, Part 3 by Vikram Goyal   - [Clicks: 69]
    The first installment of this series divided these components into five categories and described the Web and Trivial categories. The second article covered the XML and Packages categories. This article describes the final category, Utilities. Note that these categorizations are purely for organizational reasons.
    [BeanUtils, Logging, Pool, DBCP, Validator]
    http://www.onjava.com/pub/a/onjava/2003/07/23/commons.html - Jul, 2003
  • Creating Email Templates with XML by Rafe Colburn   - [Clicks: 23]
    I'll be using the Commons Digester package from the Jakarta project for XML processing, and the JavaMail API do send the actual email.
    http://www.onjava.com/pub/a/onjava/2003/07/09/email_templates.html - Jul, 2003
  • Using the Jakarta Commons, Part 2 by Vikram Goyal   - [Clicks: 39]
    The previous installment of this series divided these components into five categories and described the Web and Trivial categories. This article describes the XML and Packages categories. The final installment will cover the Utilities category. Note that these categorizations are purely for organizational reasons.
    [Codec, Modeler, Betwixt, Digester, Jelly, JXPath]
    http://www.onjava.com/pub/a/onjava/2003/07/09/commons.html - Jul, 2003
  • Using the Jakarta Commons, Part 1 by Vikram Goyal   - [Clicks: 55]
    In this article, I will cover the Web-related and the Trivial categories; my next article will cover the XML-related and Packages categories. The final article will describe the components in the Utilities category.
    [CLI, Discovery, Lang, Collections, FileUpload, HttpClient, Net]
    http://www.onjava.com/pub/a/onjava/2003/06/25/commons.html - Jun, 2003
  • Touring the Commons - part 1 by Jason Menard   - [Clicks: 50]
    This is the first in a three part series discussing elements of the Jakarta Commons project. The first part discusses the Commons BeanUtils package, the second part will discuss the Commons Digester package, and the final part will demonstrate using these packages together to build a framework for dynamically generating data transfer objects.
    http://www.javaranch.com/newsletter/July2003/TouringTheCommonsPart1.html - Jun, 2003
  • Parsing, indexing, and searching XML with Digester and Lucene by Otis Gospodnetic   - [Clicks: 127]
    Java developers can use the SAX interface to parse XML documents, but this process is rather complex. Digester and Lucene, two open source projects from the Apache Foundation, cut down your development time for projects in which you manipulate XML. Lucene developer Otis Gospodnetic shows you how it's done, with example code that you can compile and run.
    http://www-106.ibm.com/developerworks/java/library/j-lucene/ - Jun, 2003
  • Java Apache Commons Logging bridges multiple solutions by Ryan Brase   - [Clicks: 25]
    Java Commons Logging provides an abstraction that wraps around your logging solution, creating portable logs that can work with log4j or whatever solution you want.
    http://builder.com.com/5100-6370-1049628.html?tag=sc - Feb, 2003

[Top]

Presentations:
  • Introduction to the Jakarta Commons by Christopher Judd, Brian Sam-Bodden   - [Clicks: 23]
    Don't reinvent the wheel. The Jakarta Commons project contains many useable APIs for desktop, web and enterprise applications. This session will demonstration how to best utilize this API to increase productivity, flexibility and stability.
    http://conferences.oreillynet.com/presentations/os2003/judd_jakarta.ppt - Jul, 2003 - (PPT - 93 Kb)
  • The Validator Framework by Chuck Cavaness   - [Clicks: 160]
    http://prdownloads.sourceforge.net/struts/The-Validator-Framework.pdf?download - May, 2003 - (PDF - 255 Kb)

[Top]