The Artima Developer Community
Sponsored Link

Java Buzz Forum
Using the Command Pattern for Commandline Tools and Ant Tasks

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paul Brown

Posts: 284
Nickname: paulrbrown
Registered: Dec, 2003

Paul Brown is an entrepreneur
Using the Command Pattern for Commandline Tools and Ant Tasks Posted: Sep 6, 2004 3:05 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Paul Brown.
Original Post: Using the Command Pattern for Commandline Tools and Ant Tasks
Feed Title: mult.ifario.us
Feed URL: http://feeds.feedburner.com/MultifariousCategoryJava
Feed Description: Software. Business. Java. XML. Web Services.
Latest Java Buzz Posts
Latest Java Buzz Posts by Paul Brown
Latest Posts From mult.ifario.us

Advertisement
The command pattern is a classic design pattern where a request is encapsulated as an object. The usual examples of the command pattern deal implementing grouping or adding common functionality (e.g., "undo") through inheritance, and this distinguishes a command object from a function call. My favorite use case at the ...

Read: Using the Command Pattern for Commandline Tools and Ant Tasks

Topic: Java Device Test Suite Previous Topic   Next Topic Topic: [Aug 27, 2004 01:03 PDT] 8 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use