420 Commits (5c2d63745fb3b1b21b59a41e07724a86853d0d05)

Author SHA1 Message Date
Keith Donald 1117050815 naming improvements since design review 15 years ago
Keith Donald 511701ebf4 polish 15 years ago
Keith Donald f1b936515f @Model and @Bound annotations for configuring Binder instance from annotation model beans 15 years ago
Keith Donald 4ea373b7dd factored out alert from message; made binding responsible for alert generation 15 years ago
Sam Brannen f749eacbc2 Disabled testExecuteLifecycleBindingErrors() until it passes consistently in the Ant build on Mac OS X. 15 years ago
Mark Fisher b2d73b9824 The 'task' sub-element of the 'scheduled-tasks' element is now 'scheduled' to be consistent with the @Scheduled annotation (and to avoid task:task). 15 years ago
Keith Donald 9368e76ffc web bind and lifecycle tests; polish 15 years ago
Keith Donald 62eae6d06a message argument accessor - thanks andy 15 years ago
Keith Donald 3504ba3374 polish 15 years ago
Keith Donald 7ef1dace6e polish 15 years ago
Keith Donald 6d59dad4b2 since 3.0; lifecycle pkg 15 years ago
Keith Donald 42cdeb4302 since 3.0 15 years ago
Keith Donald 079b856a6c javadoc 15 years ago
Keith Donald aba0b6d7e0 ignore failing test for now - andy c to investigate next wk 15 years ago
Keith Donald dea3f3433b ignore failing test for now - andy c to look at next wk 15 years ago
Keith Donald d0079c6058 el-based message resolution; expected failure right now 15 years ago
Keith Donald 97e7dfb398 intermediate commit - wip bind and validate lifecycle 15 years ago
Sam Brannen 0096930a72 Moving Validator and ValidateResults from src/test to src/main so that the build is no longer broken. 15 years ago
Sam Brannen 20195eb66b JavaDoc typo 15 years ago
Keith Donald 04fa16b699 successes/failures impl 16 years ago
Keith Donald 75c7a7aeeb polish 16 years ago
Keith Donald 1d6a3e5360 bind and validate lifecycle initial commit 16 years ago
Keith Donald 8998228fac formatter registry 16 years ago
Andy Clement 6875df28d9 change from string compare to code compare for Spel exceptions 16 years ago
Keith Donald b9b893f868 annotation factory for currency format is overkill 16 years ago
Keith Donald dcb3448748 javadoc 16 years ago
Keith Donald 6403107c08 Removed model parameterized type after review with juergen 16 years ago
Keith Donald 72e89510da added user values holder after review with juergen 16 years ago
Keith Donald 7c433712d1 remove unused field 16 years ago
Keith Donald be75a43c62 added web binder 16 years ago
Keith Donald 37eb0feb2b polish 16 years ago
Keith Donald 991f618a7d createUserValues factory method to Binder 16 years ago
Keith Donald 503f69b960 polish 16 years ago
Keith Donald 71cbd982e3 separated interface from impl 16 years ago
Keith Donald 58e60fb844 polish 16 years ago
Keith Donald 78b4254d39 polish 16 years ago
Keith Donald 04115a4ff4 todo 16 years ago
Keith Donald a437fdfc7d binding result tracking 16 years ago
Keith Donald 9a5c4cab72 polish 16 years ago
Juergen Hoeller 95a7ec6587 @ManagedResource is marked as inherited now, for generic management-aware base classes (SPR-3500) 16 years ago
Keith Donald 0cb28f5b41 javdoc 16 years ago
Keith Donald 5bef156258 removed binding failures - not yet needed 16 years ago
Keith Donald 065102bca9 date subpackage 16 years ago
Keith Donald b8b84f4f39 javado polish 16 years ago
Keith Donald 68631eb80d Added surpress warning unchecked 16 years ago
Keith Donald 65c90c56c0 Added AnnotatioFormatterFactory allowing Formatters to be created from property @Annotation values; polish 16 years ago
Keith Donald 534871e6f6 UI message system initial commit; support for adding UI messages of different severities INFO, WARNING, ERROR, FATAL 16 years ago
Christian Dupuis 8c65ed9e0b some updates to error reporting to let errors show up in STS 16 years ago
Mark Fisher df6ba69bc5 The <task:annotation-driven/> element now registers the post-processor for @Scheduled in addition to the already existing @Async support. Both "scheduler" and "executor" attributes are available. 16 years ago
Mark Fisher c218b6c6c7 removed @Override annotations from interface methods 16 years ago