Commit Graph

431 Commits

Author SHA1 Message Date
Keith Donald
023d05e37f set locale 2009-06-26 04:52:50 +00:00
Keith Donald
5828010bae Added binder factory; simplified public binder api 2009-06-25 20:26:22 +00:00
Keith Donald
9b7e9942db polish 2009-06-25 19:18:02 +00:00
Keith Donald
3f5c43aaf5 message builder 2009-06-25 18:23:07 +00:00
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
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
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
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
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
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
b9b893f868 annotation factory for currency format is overkill 2009-06-11 14:21:19 +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
be75a43c62 added web binder 2009-06-10 14:38:59 +00:00
Keith Donald
991f618a7d createUserValues factory method to Binder 2009-06-10 13:38:24 +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
a437fdfc7d binding result tracking 2009-06-09 15:21:34 +00:00
Keith Donald
9a5c4cab72 polish 2009-06-08 20:42:09 +00:00
Keith Donald
065102bca9 date subpackage 2009-06-08 04:22:10 +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
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
Mark Fisher
2c7463262c Initial commit of @Scheduled annotation and ScheduledAnnotationBeanPostProcessor. 2009-06-06 01:57:45 +00:00
Mark Fisher
6dd2ce940f fixed NPE on latch in test 2009-06-06 01:37:15 +00:00
Mark Fisher
044cc965c4 closing context at end of test methods 2009-06-06 01:25:10 +00:00
Mark Fisher
ec6cea54bc Added tests for AsyncAnnotationBeanPostProcessor. 2009-06-06 01:15:05 +00:00
Mark Fisher
6c98e444fe Added tests for ExecutorBeanDefinitionParser. 2009-06-06 01:07:18 +00:00
Juergen Hoeller
53333c3ed0 XML constructor-arg element allows for specifying a constructor argument by name now, with target argument names read from the class file via ASM or from Java 6's @ConstructorProperties annotation (SPR-3313) 2009-06-03 10:21:57 +00:00
Keith Donald
0a0b10b2ff polish 2009-06-02 23:00:26 +00:00
Keith Donald
a696d78bd1 polish 2009-06-02 22:29:27 +00:00
Andy Clement
12923f196a new feature for binder - automatically create lists and entries in lists upon referencing nulls 2009-06-02 16:42:43 +00:00
Andy Clement
ac9e42fa29 BinderTests - two ignored tests reactivated. Binder - modified how annotation based formatters are registered/looked up 2009-06-02 00:24:43 +00:00
Keith Donald
6ea55e9bda more tests 2009-06-01 23:03:19 +00:00
Mark Fisher
e67aa6cbb2 Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace. 2009-06-01 21:40:45 +00:00
Mark Fisher
b9a3065c0c Added tests for the 'scheduler' element parsing within the 'task' namespace. 2009-06-01 21:16:11 +00:00
Mark Fisher
b0d11e8c15 Added package declarations and comments to package-info.java files where they had been missing. 2009-06-01 18:47:52 +00:00
Keith Donald
16ad6a3617 initial data binder commit; dateformatter 2009-06-01 18:34:22 +00:00
Chris Beams
a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
2009-06-01 04:14:22 +00:00
Keith Donald
07f19f7441 format system initial commit 2009-05-26 16:18:42 +00:00
Sam Brannen
af56f6497c Updated regarding generics; fixed typos. 2009-05-25 09:04:05 +00:00
Juergen Hoeller
a3af9e7330 revised use of id and display name (id may be null; SPR-5761) 2009-05-20 00:12:19 +00:00