FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.3 1.1

Branch MAIN

1.3 annotated / raw | Diffs: previous, other | Lines: 134 ( +5, -2 )

Created: 2005-11-16 11:16:10 -0500 (3 years 1 month ago) | Author: rossd | Changeset: MAIN:rossd:20051116161610

updates to license in all framework code

Tags: coldspring-1-2-rc1 coldspring-1-2 alpha-0-5-0

1.2 annotated / raw | Diffs: previous, other | Lines: 131 ( +83, -17 )

Created: 2005-11-12 14:01:07 -0500 (3 years 1 month ago) | Author: scottc | Changeset: MAIN:scottc:20051112190106

Many fixes in new advice type Interceptors, which now don't require parameters to be defined for the afterReturning and before methods. Advice objects are now NOT cloned, so they can be used as real objects and retrieved from the factory, if needed. Implemented the afterThrowing advice which now can be used to create a full suite of exception mapping methods. Also afterReturning does not need to (and shouldn't) return or act on the return value

1.1 annotated / raw | Lines: 65 ( +65, -0 )

Created: 2005-11-02 21:09:22 -0500 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051103020922

Initial classes to support throwsAdvice, as well as implementing interceptors to make before and after advice (as well as throws advice) all part of the method invocation chain. This is very much in line with the method invocation used in Spring, seems very necessary for throws advice to be implemented. Also should simplify some issues with not returning null values. These classes are not yet implemented in the AopProxyBean, so nothing works yet!