| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Books |
- Extend the JDK Classes with Jakarta Commons, Part III by Narayanan A.R. - [Clicks: 111]
Explore Jakarta Commons components that enable you to parse arguments in a command-line application, connect to various file systems at the same time, allow an application to uniformly access configurations loaded from various sources, and pool any object.
[Includes source code]
http://www.devx.com/Java/Article/30117 - Dec, 2005 - App-Managed JDBC DataSources with commons-dbcp by Ethan McCallum - [Clicks: 70]
Ethan McCallum shows how to manage your own JDBC connection pool, independent of an container, by using the Apache Commons commons-dbcp package.
[Includes sample code]
http://today.java.net/pub/a/today/2005/11/17/app-managed-datasources-with-commons-dbcp.html - Nov, 2005 - Extend the JDK Classes with Jakarta Commons, Part II by Narayanan A.R. - [Clicks: 47]
This second installment of a three-part series further explores components in Jakarta Commons and presents real world examples to demonstrate how you can use them in your projects.
[Includes source code]
http://www.devx.com/Java/Article/29795 - Nov, 2005 - Extend the JDK Classes with Jakarta Commons, Part I by Narayanan A.R. - [Clicks: 72]
Explore the components in the Jakarta Commons set of reusable classes and you'll be convinced that most of them should be part of the JDK. Learn which ones you should use in your projects.
[Includes source code]
http://www.devx.com/Java/Article/29392 - Oct, 2005 - Introducing Betwixt by Vikram Goyal - [Clicks: 67]
Discover Betwixt, a utility tool for converting JavaBeans to XML and vice versa. It's a flexible tool that uses Digester rules to create objects from XML files. It also converts JavaBeans to XML in a manner that can be customized to a high degree.
http://www.developer.com/java/ejb/article.php/3550616 - Sep, 2005 - Hook on to Jakarta Commons Chain by Eric Gunnewegh - [Clicks: 74]
The Jakarta Commons Chain framework is a fairly new framework that implements the Chain of Responsibility pattern. In this article, the basics of the framework are discussed, starting with the interfaces Command, Chain, and Catalog. In addition, the reader is introduced to some packages designed for use in Web applications and learns how Commons Chain will be applied in an upcoming version of Struts. Finally, some imperfections are mentioned that are still present at the time of this writing.
http://www.javaworld.com/javaworld/jw-07-2005/jw-0725-chain.html - Jul, 2005 - Managing components with Modeler by Vikram Goyal - [Clicks: 89]
In this article, an excerpt from the e-book Jakarta Commons Online Bookshelf (Manning Publications, 2005), Vikram Goyal introduces the Modeler component. He shows how to use Modeler to create model MBeans for monitoring your application's resources.
http://www.javaworld.com/javaworld/jw-06-2005/jw-0606-commons.html - Jun, 2005 - Simplifying Java with Jakarta Commons Lang by Harshad Oak - [Clicks: 64]
As enterprise Java developers, we are routinely required to implement functionality like parsing XML, working with HTTP, validating input, and processing dates. The Jakarta Commons project is an attempt to create components that can take care of all such commonly used tasks, freeing up your time to focus only on core business solutions. In this article we will provide a quick introduction to the Jakarta Commons project and then demonstrate how the Lang component within Jakarta Commons can be used to handle and simplify everyday Java tasks such as string manipulation, working with dates and calendars, comparing data objects, and sorting objects. For all examples, we will use the latest version of Lang, version 2.1.
[Includes source code]
http://dev2dev.bea.com/pub/a/2005/04/commons_lang.html - Apr, 2005 - A Look at Commons Chain, Part 2 by Bill Siggelkow - [Clicks: 94]
In part two of this two-part series, Bill Siggelkow shows how Struts uses Chain to add custom behavior to request processing. Bill is the author of O'Reilly's Jakarta Struts Cookbook.
http://www.onjava.com/pub/a/onjava/2005/03/02/commonchains2.html - Mar, 2005 - A Look at Commons Chain: The New Java Framework by Bill Siggelkow - [Clicks: 73]
In part one of a two-part series, Bill Siggelkow covers the basics of Commons Chain, a promising new framework that lets you integrate Chain into the Struts build process. Bill is the author of O'Reilly's Jakarta Struts Cookbook.
http://www.onjava.com/pub/a/onjava/2005/03/02/commonchains.html - Mar, 2005 - Pool resources using Apache's Commons Pool Framework by Murali Kosaraju - [Clicks: 126]
Resource pooling is not new and is being widely used to conserve and optimize the usage of resources like threads, sockets, and database connections. Web server implementations routinely use thread pool implementations for performance and scalability reasons. Commons Pool, from the Apache Software Foundation, may not be the first when it comes to implementation, but it deserves its own place for defining a framework that allows any arbitrary object to be pooled. This article discusses Commons Pool and shows how to use it to implement a thread pool.
[Includes source code]
http://www.javaworld.com/javaworld/jw-01-2005/jw-0124-pool.html - Jan, 2005
- Jakarta Commons Online Bookshelf by Vikram Goyal - [Clicks: 85]
Written for developers and architects with real work to do, the Jakarta Commons Online Bookshelf is a collection of 14 PDF modules, each focused on one of the main Commons components. Commons is a collection of over twenty open-source Java tools broadly ranging from logging, validation, bean utilities and XML parsing. The Jakarta Commons Online Bookshelf summarizes the rationale behind each component and then provides expert explanations and hands-on examples of their use. You will learn to easily incorporate the Jakarta Commons components into your existing Java applications. Why spend countless hours writing thousands of lines of code, when you can use the Jakarta Commons re-usable components instead? Each of the packages is independent of the others, and Manning lets you pick which of the Commons components you want to learn about. Each Module can be purchased separately or purchased together in the entire Jakarta Commons Online Bookshelf. Why is Jakarta Commons so popular? Because it provides re-usable solutions to your everyday development tasks. Make your work life better starting today. Purchase one of the modules or the entire Bookshelf and get the guidance of an experienced Jakarta Commons pro.
http://www.manning.com/goyal - Mar, 2005 - Apache Jakarta Commons: Reusable Java Components
by Will Iverson - [Clicks: 64]
Using the Apache Jakarta Commons reusable Java components, you can leverage the work of the global open source community to solve common programming problems reliably, quickly, and inexpensively. But to use the Commons libraries effectively, you need far more guidance than the official documentation offers. In Apache Jakarta Commons: Reusable Java Components, Will Iverson covers everything Java developers need to take full advantage of Jakarta Commons -- starting right now. Iverson begins with a definitive overview of the Commons project: its goals, what it's delivered, and how to get started with Commons components. Next, he presents example-rich chapters on Commons' twelve most useful packages, covering topics ranging from HTTP file upload to database connectivity. Iverson provides detailed code samples for every component he describes. Once you've mastered the core Jakarta Commons packages, you'll constantly rely on this book's handy 75-page quick-reference.
Prentice Hall PTR, Paperback - Feb, 2005