Commit Graph

271 Commits

Author SHA1 Message Date
Keith Donald
a0520501d3 removed user values in favor of simple map after code review 2009-06-25 03:17:04 +00:00
Keith Donald
1117050815 naming improvements since design review 2009-06-24 22:24:15 +00:00
Keith Donald
511701ebf4 polish 2009-06-24 22:09:46 +00:00
Keith Donald
f1b936515f @Model and @Bound annotations for configuring Binder instance from annotation model beans 2009-06-23 17:53:16 +00:00
Keith Donald
4ea373b7dd factored out alert from message; made binding responsible for alert generation 2009-06-18 18:09:01 +00:00
Sam Brannen
f749eacbc2 Disabled testExecuteLifecycleBindingErrors() until it passes consistently in the Ant build on Mac OS X. 2009-06-18 12:14:46 +00:00
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). 2009-06-17 19:39:51 +00:00
Keith Donald
9368e76ffc web bind and lifecycle tests; polish 2009-06-17 15:56:07 +00:00
Keith Donald
62eae6d06a message argument accessor - thanks andy 2009-06-17 03:12:44 +00:00
Keith Donald
3504ba3374 polish 2009-06-13 18:38:04 +00:00
Keith Donald
7ef1dace6e polish 2009-06-13 18:31:32 +00:00
Keith Donald
6d59dad4b2 since 3.0; lifecycle pkg 2009-06-13 18:26:48 +00:00
Keith Donald
42cdeb4302 since 3.0 2009-06-13 18:25:59 +00:00
Keith Donald
079b856a6c javadoc 2009-06-13 18:02:40 +00:00
Keith Donald
aba0b6d7e0 ignore failing test for now - andy c to investigate next wk 2009-06-13 17:23:40 +00:00
Keith Donald
dea3f3433b ignore failing test for now - andy c to look at next wk 2009-06-13 17:20:49 +00:00
Keith Donald
d0079c6058 el-based message resolution; expected failure right now 2009-06-13 17:18:12 +00:00
Keith Donald
97e7dfb398 intermediate commit - wip bind and validate lifecycle 2009-06-13 12:45:25 +00:00
Sam Brannen
0096930a72 Moving Validator and ValidateResults from src/test to src/main so that the build is no longer broken. 2009-06-12 12:18:34 +00:00
Sam Brannen
20195eb66b JavaDoc typo 2009-06-12 09:29:24 +00:00
Keith Donald
04fa16b699 successes/failures impl 2009-06-11 21:00:19 +00:00
Keith Donald
75c7a7aeeb polish 2009-06-11 20:56:47 +00:00
Keith Donald
1d6a3e5360 bind and validate lifecycle initial commit 2009-06-11 20:29:01 +00:00
Keith Donald
8998228fac formatter registry 2009-06-11 19:03:43 +00:00
Andy Clement
6875df28d9 change from string compare to code compare for Spel exceptions 2009-06-11 16:18:13 +00:00
Keith Donald
b9b893f868 annotation factory for currency format is overkill 2009-06-11 14:21:19 +00:00
Keith Donald
dcb3448748 javadoc 2009-06-11 14:15:52 +00:00
Keith Donald
6403107c08 Removed model parameterized type after review with juergen 2009-06-10 20:44:35 +00:00
Keith Donald
72e89510da added user values holder after review with juergen 2009-06-10 20:36:43 +00:00
Keith Donald
7c433712d1 remove unused field 2009-06-10 14:42:42 +00:00
Keith Donald
be75a43c62 added web binder 2009-06-10 14:38:59 +00:00
Keith Donald
37eb0feb2b polish 2009-06-10 13:43:22 +00:00
Keith Donald
991f618a7d createUserValues factory method to Binder 2009-06-10 13:38:24 +00:00
Keith Donald
503f69b960 polish 2009-06-09 20:14:17 +00:00
Keith Donald
71cbd982e3 separated interface from impl 2009-06-09 19:27:13 +00:00
Keith Donald
58e60fb844 polish 2009-06-09 19:02:44 +00:00
Keith Donald
78b4254d39 polish 2009-06-09 18:59:44 +00:00
Keith Donald
04115a4ff4 todo 2009-06-09 15:30:40 +00:00
Keith Donald
a437fdfc7d binding result tracking 2009-06-09 15:21:34 +00:00
Keith Donald
9a5c4cab72 polish 2009-06-08 20:42:09 +00:00
Juergen Hoeller
95a7ec6587 @ManagedResource is marked as inherited now, for generic management-aware base classes (SPR-3500) 2009-06-08 15:38:55 +00:00
Keith Donald
0cb28f5b41 javdoc 2009-06-08 05:06:37 +00:00
Keith Donald
5bef156258 removed binding failures - not yet needed 2009-06-08 04:28:36 +00:00
Keith Donald
065102bca9 date subpackage 2009-06-08 04:22:10 +00:00
Keith Donald
b8b84f4f39 javado polish 2009-06-08 04:09:31 +00:00
Keith Donald
68631eb80d Added surpress warning unchecked 2009-06-07 21:24:33 +00:00
Keith Donald
65c90c56c0 Added AnnotatioFormatterFactory allowing Formatters to be created from property @Annotation values; polish 2009-06-07 21:22:37 +00:00
Keith Donald
534871e6f6 UI message system initial commit; support for adding UI messages of different severities INFO, WARNING, ERROR, FATAL 2009-06-06 19:13:27 +00:00
Christian Dupuis
8c65ed9e0b some updates to error reporting to let errors show up in STS 2009-06-06 07:59:26 +00:00
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. 2009-06-06 02:11:39 +00:00