Jon Brisbin
|
29c839f5c6
|
Fix #8 by adding @EnableWebMvc et al to the Controller to ensure OpenEntityManagerInViewInterceptor is properly registered, as well as other Spring MVC helpers that are needed for things to work correctly.
|
2012-05-08 15:38:59 -05:00 |
|
Jon Brisbin
|
6c5bab7be3
|
Changed the way I look for ConversionServices to add to the default set of Converters by looking in the ApplicationContext rather than playing monkey games with @Configuration and @Autowired.
|
2012-05-07 13:28:04 -05:00 |
|
Jon Brisbin
|
e44506c4e0
|
Reorganize how configuration is loaded, add UUID/String Converters.
|
2012-05-07 10:26:27 -05:00 |
|
Jon Brisbin
|
61170d8b43
|
Javadoc updates.
|
2012-05-03 11:35:05 -05:00 |
|
Jon Brisbin
|
ab7b497d72
|
Tweaks to source code by taking out unnecessary casts, slight tweak to how validators are handled, added validation documentation for the wiki.
|
2012-05-03 09:10:32 -05:00 |
|
Jon Brisbin
|
09df01a0ad
|
Documented the configuration of URL path segments.
|
2012-05-02 16:43:17 -05:00 |
|
Jon Brisbin
|
749382dad7
|
Documentation on handling events. Also added support for Spring Data Commons 1.3.0.RC2, which has improved metadata handling.
|
2012-05-02 16:24:53 -05:00 |
|
Jon Brisbin
|
57861b5536
|
Had to add some EntityManagerFactory manipulation to the test to get it to work now that the AppliationContexts are loaded in a different way then they were before.
|
2012-05-02 11:22:57 -05:00 |
|
Jon Brisbin
|
d549aaecee
|
Tweaking query method support.
|
2012-05-02 11:09:27 -05:00 |
|
Jon Brisbin
|
b2564ceeca
|
Tweaking build.
|
2012-05-01 15:10:23 -05:00 |
|
Jon Brisbin
|
1f589b40fd
|
Tweaking build.
|
2012-05-01 10:45:43 -05:00 |
|
Jon Brisbin
|
39422bd5d6
|
Tweaked test
|
2012-05-01 10:02:28 -05:00 |
|
Jon Brisbin
|
1b2986228d
|
Tweaks to tests.
|
2012-05-01 09:56:28 -05:00 |
|
Jon Brisbin
|
076bbf45d2
|
Fixed bug with id and version attributes being included in "embedded" attributes.
|
2012-05-01 09:50:56 -05:00 |
|
Jon Brisbin
|
28ed6fc57a
|
Tweaked rel generation.
|
2012-05-01 09:42:30 -05:00 |
|
Jon Brisbin
|
393a3b56af
|
Added query capability.
|
2012-05-01 09:32:32 -05:00 |
|
Jon Brisbin
|
d78126d018
|
Massive update that reworks the entire metadata system.
|
2012-04-30 16:13:11 -05:00 |
|
Jon Brisbin
|
077529e830
|
Added fuller comment(s) about Validators.
|
2012-04-26 14:31:44 -05:00 |
|
Jon Brisbin
|
4c0b4a8867
|
Add comment about Validators.
|
2012-04-26 14:17:22 -05:00 |
|
Jon Brisbin
|
2f0c20bd31
|
Added ValidatingRepositoryEventListener as a default bean so it's on all the time.
|
2012-04-26 13:53:53 -05:00 |
|
Jon Brisbin
|
7738b95b18
|
Changed name of "child" events to the more proper "link" events.
|
2012-04-26 13:10:57 -05:00 |
|
Jon Brisbin
|
fe9e485d81
|
Added ApplicationEvent handling and annotation-based extension mechanism.
|
2012-04-26 11:40:14 -05:00 |
|
Jon Brisbin
|
57caa05823
|
Tweaked build file to use different maven repos.
|
2012-04-24 11:09:26 -05:00 |
|
Jon Brisbin
|
4562989a34
|
Tweaked README.
|
2012-04-24 10:53:51 -05:00 |
|
Jon Brisbin
|
00088b6c56
|
Tweaked build file, updated docs.
|
2012-04-24 10:37:05 -05:00 |
|
Jon Brisbin
|
f91d91e9e4
|
Fixed a bug in dealing with PUT/update
|
2012-04-23 10:56:50 -05:00 |
|
Jon Brisbin
|
1f3e8ef58c
|
Fixed a bug in dealing with PUT/update
|
2012-04-18 11:23:57 -05:00 |
|
Jon Brisbin
|
8d316a0c32
|
Fixed a bug in dealing with PUT/update
|
2012-04-18 11:21:23 -05:00 |
|
Jon Brisbin
|
f8fc6a51e5
|
Updated docs/README.
|
2012-04-16 09:40:28 -05:00 |
|
Jon Brisbin
|
e49014542c
|
Re-org submodules, add debug compiler options
|
2012-04-11 15:44:20 -05:00 |
|
Jon Brisbin
|
492519f150
|
Tweaked README.
|
2012-04-09 11:33:41 -05:00 |
|
Jon Brisbin
|
80df6c01a8
|
Re-vamp tests to accommodate new controller.
|
2012-04-09 10:38:31 -05:00 |
|
Jon Brisbin
|
ecb81f21fa
|
GET for linked entities.
|
2012-04-09 09:34:21 -05:00 |
|
Jon Brisbin
|
53951a928f
|
Refactored the main controller to use regular Spring MVC conventions.
|
2012-04-09 09:01:18 -05:00 |
|
Jon Brisbin
|
c53d092ee0
|
Change artifact names.
|
2012-04-05 10:40:35 -05:00 |
|
Jon Brisbin
|
62eddef298
|
submodule re-org.
|
2012-04-05 10:37:16 -05:00 |
|
Jon Brisbin
|
7f907c75cc
|
Renamed mvc package, fix bug in tests.
|
2012-03-27 09:36:43 -05:00 |
|
Jon Brisbin
|
26a52332ae
|
Added test coverage, updated the README to reflect a sample configuration.
|
2012-03-12 09:24:08 -05:00 |
|
Jon Brisbin
|
b68c16eab2
|
Adding tests.
|
2012-03-09 16:49:49 -06:00 |
|
Jon Brisbin
|
cdd0eb5df8
|
Added spec tests, README.
|
2012-03-08 16:55:21 -06:00 |
|
Jon Brisbin
|
3dc5495357
|
Initial commit
|
2012-03-08 15:57:24 -06:00 |
|