Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Added the following features to nanocontainer.dynaop:
1. Added interface DynaPico, and implementation DefaultDynaPico. This class supports configuration of Pico components and Dynaop aspects using one API / class. Supports applying advice to just one component in the container, and container supplied advice.
2. Added DynaPicoBeanShellContainerBuilder. This class lets you configure your Pico container and apply Dynaop advice to its components in one BeanShell script.
(I'm working DynaPicoGroovyContainerBuilder. It's not done yet and not included in the attached zip file.)
3. Added various 'under the hood' classes to support the functionality in items #1 and #2, above.
4. Changed the package.html documentation to reflect the new features.
5. Fixed lots of spelling errors in Javadoc.
6. Made various little stylistic tweaks (adding 'final' modifiers to instance variables where appropriate, etc.)
7. Added a lot more unit tests.
The attached zip file is not a patch; it includes everything. If a patch file would be better, let me know, although almost every file has changed.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | nanocontainer-dynaop.3.zip [ 12200 ] |
Assignee | Paul Hammant [ paul ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Done. Are jakarta-ORO.jar etc available from the Maven repository? If yes, then perhaps we should chante the project.xml file.