3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating for 1.0 release, removed old cookbook file More... over 20 years ago
Made CatalogBase thread-safe by synchronizing the map of commands PR: 32015 More... over 20 years ago
Convert the DocBook chapter into Maven format and add it to the web site as a Cookbook. More... over 20 years ago
Now that we have CatalogFactory, make LookupCommand leverage it by expecting a Catalog name instead of a Catalog instance. If not specified, the default Catalog for this application will be consulted. More... almost 21 years ago
Adjust the example chain configuration file to reflect the default behavior of expecting a <catalog> outermost element, which will register the included chains and commands into the default catalog for this app. More... almost 21 years ago
Add forgotten new class. More... almost 21 years ago
Update ChainListener and ChainServlet (and the subordinate servlet related processing commands) to make the presence of the attribute init parameter (org.apache.commons.chain.CONFIG_ATTR) select the previous behavior where a Catalog is registered as an application scope parameter. Absence of this init parameter will trigger the new-style behavior where config files are assumed to contain <catalog> elements, which will cause the catalogs to be registered with the CatalogFactory for this application. More... almost 21 years ago
Update tests to reflect the modified APIs and logic. More... almost 21 years ago
Make CatalogFactory an abstract class instead of an interface, and make the getInstance() and clear() methods static on this class. This is necessary both to avoid applications having to reference CatalogFactoryBase, but also to ensure that the clear() method actually releases all references to the relevant class loader -- in the original scheme, we would still have been leaving garbage lying around. More... almost 21 years ago
Add a unit test for CatalogFactoryBase. More... almost 21 years ago
Add a clear() method to CatalogFactory() so that, for example, a web application can clean up allocated catalogs when it shuts down. More... almost 21 years ago
Per discussion on the Commons Developer list, remove the getInstance() method that doesn't really belong here. Also, add a getNames() method to iterate over the names of all known catalogs, similar to how Catalog can iterate over the names of all known commands. More... almost 21 years ago
Commit the proposed CatalogFactory interface, from Sean Schofield. This is primarily for discussion at this point; I'm not (quite) ready to consider it to be part of the final API for [chain]. More... almost 21 years ago
Updating Pluto url More... almost 21 years ago
Changed all servlet Map implementations to use the Map.Entry implementation MapEntry, rather than returning the values which caused Map.putAll() to throw confusing ClassCastExceptions More... almost 21 years ago
Adding postGoal to copy css stylesheets from commons-build when site is generated. Please maintain this modification for consistent look and feel across commons subprojects. More... almost 21 years ago
Enhance the readability/writeability of configuration files for command chains, by supporting a new <define> element that dynamically adds new Digester rules to the running instance, allowing use of elements without having to specify the command or chain implementation class every time. For example, assume you wanted to use two different instances of a particular command in two different chains: More... about 21 years ago
Reformat to restore indentation. No functional changes. More... about 21 years ago
Allow a global default to be set for the o.a.c.c.Chain implementation class to be used when instantiating a new chain. More... about 21 years ago
Added deploy info based of jxpath's config More... about 21 years ago
Got the site to build completely More... about 21 years ago
Adding checkstyle config from jxpath, modified maven build to get unit tests to run and documents built More... about 21 years ago
Changed references from sandbox to commons proper, added self to dev list, modified maven config to get it to build More... about 21 years ago
Add properties for sdocbook plugin. Several JARs have to be downloaded manually, making the sdocbook plugin a pain to install. More... about 21 years ago
Add generated HTML while we adjust the build. Edits should be made to sdocbook/chapter-chain.xml. More... about 21 years ago
Move to default sdocbook directory More... about 21 years ago
Initial checkin of the Commons Chain Cookbook. This is in DocBook and needs to be integrated with the Maven build, but I wanted to get it under CVS. We may need to downsize it to Simplified DocBook. More... about 21 years ago
Add controller application. More... about 21 years ago
Add tests. More... about 21 years ago
Javadoc and code formatting. More... about 21 years ago